On 15 Apr 2011, at 14:08, Silas Baronda wrote: > #1 0x00007ffff6791a4d in ?? () from /Local/Library/Libraries/libobjc.so.4 > #4 0x00007ffff71ae2d4 in ?? () from /usr/lib/libobjc.so.2
This tells you what you've done wrong. You are linking against two different versions of libobjc. I presume that libobjc.so.2 is the GCC runtime, and libobjc.so.4 is the GNUstep runtime. You need to use ldd to find out what is linking directly to /usr/lib/libobjc.so.2, and recompile it against the correct runtime. David -- Sent from my IBM 1620 _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev