Re: libobjc issue

2009-01-04 Thread Andreas Höschler
Hi all, You seem to have libobjc only build statically on machine B, you will need a dynamically version of that library for GNUstep (at least in the standard setup). Just rebuild this library and things should be fine. (There is an updated version of the code in the GNUstep repository, but

libobjc issue

2009-01-03 Thread Andreas Höschler
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

Re: libobjc issue

2009-01-03 Thread Andreas Höschler
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

Re: libobjc issue

2009-01-03 Thread David Chisnall
On 3 Jan 2009, at 23:25, Andreas Höschler wrote: ld: warning: file libgcc_s.so.1: required by /usr/local/lib/gcc/i386- pc-solaris2.10/3.4.4/../../../libtiff.so.3, not found This line is interesting. libgcc_s.so is the library that GCC links every single program it compiles against

Re: libobjc issue

2009-01-03 Thread Richard Frith-Macdonald
On 4 Jan 2009, at 00:06, Fred Kiefer wrote: Andreas Höschler wrote: 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