|
From: JonY <10...@gm...> - 2009-06-27 23:04:42
|
On 6/28/2009 05:01, Fabrício Godoy wrote: > This incompatibility can be caused by gtk and other libraries? > Hi, Not exactly. You are using object files produced by an earlier version of GCC, they are incompatible (ABI wise) to your currently installed GCC and hence do not link properly. The correct course of action is to recompile your libraries (particularly those written in C++). Finally, please do avoid top posting, its hard to understand what you are replying to. |