discuss-gnustep
[Top][All Lists]
Advanced

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

libobjc issue


From: Andreas Höschler
Subject: libobjc issue
Date: Sat, 3 Jan 2009 21:40:25 +0100

Hi all,

I have machine A with gcc installed like so (at least as far as I remember)

        cd /usr/src
        gunzip gcc-3.4.4.tar.gz
        tar xvf gcc-3.4.4.tar
        cd gcc-3.4.4
        mkdir objdir
        cd objdir
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --disable-libgcj --enable-languages=c,c++,objc
        make bootstrap

        make install

and a working GNUstep installation. I have machine B with gcc installed like above. I have rsynced /opt/GNUstep from machine A to machine B since I don't have access to the sources on machine B. When I start any GNustep application/tool on machine B I get

        fatal: libobjc.so.2: open failed: No such file or directory

I searched for libobjc on both machines. On machine A I get

        find /usr/local/lib -name "libobjc*"

/usr/local/lib/libobjc.so.2.0.0
/usr/local/lib/libobjc.la
/usr/local/lib/libobjc.so
/usr/local/lib/amd64/libobjc.so.2.0.0
/usr/local/lib/amd64/libobjc.so
/usr/local/lib/amd64/libobjc.a
/usr/local/lib/amd64/libobjc.so.2
/usr/local/lib/amd64/libobjc.la
/usr/local/lib/libobjc.so.2
/usr/local/lib/libobjc.a

On machine B I get

        find /usr/local/lib -name "libobjc*"

/usr/local/lib/libobjc.la
/usr/local/lib/libobjc.a

OK, what am I missing? I guess libobjc is part of the gcc build!? But why does machine A has it in libobjc.so.2.0.0 form and machine B not? I have rebuilt gcc on machine B multiple times, but no avail. Any idea what went wrong?

Thanks a lot,

 Andreas





reply via email to

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