discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debian packages and self-compiled stuff


From: Fred Kiefer
Subject: Re: Debian packages and self-compiled stuff
Date: Thu, 07 Jul 2011 00:01:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

On 06.07.2011 23:41, Riccardo Mottola wrote:
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?

What did you compile yourself? It could be that you have two different versions of libobjc installed and base is using one and our application the other. Try to run ldd on your executable.

Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]