Hi,
I tried to mix packages and self-compilation. It usually went on well,
but this time I fail.
I Installed the core gnustep packages from debian unstable. If I install
a debian-packaged gnustep application, it does run.
libgnustep-base1.20 - GNUstep Base library
libgnustep-gui0.18 - GNUstep GUI Library
gnustep-back0.18 - The GNUstep GUI Backend
gnustep-back0.18-art - The GNUstep GUI Backend (art)
gnustep-back0.18-cairo - The GNUstep GUI Backend (cairo)
If i try to compile on myself, whichever, it will fail:
Program received signal SIGSEGV, Segmentation fault.
0xb7a5894c in sel_registerName () from /usr/lib/libgnustep-base.so.1.20
(gdb) bt
#0 0xb7a5894c in sel_registerName () from /usr/lib/libgnustep-base.so.1.20
#1 0xb77e1ccb in sel_register_name ()
from /usr/lib/i386-linux-gnu/libobjc.so.3
#2 0xb7a58963 in sel_registerName () from /usr/lib/libgnustep-base.so.1.20
What could be wrong?