« Return to Thread: Compiling GNUstep base on OSX 10.5.7

GNUstep.gui on OS X 10.3.9, make fails

by Bryan Pierce-3 :: Rate this Message:

Reply to Author | View in Thread

Hello everyone!

I've managed to get as far as ever trying to compie GNUstep on a
clamshell iBook running
OS X 10.3.9. I am compiling with (fsf) gcc 3.3.5 and have installed all
but the libjpeg
libraries with fink.

I have configured with the following options:

    MyComputer:/src/gnustep-gui-0.16.0 root#  ./configure --disable-gsnd
--disable-xmltest
    --with-library-combo=gnu-gnu-gnu --enable-libffi --disable-tls
       
        (I didn't have a clue how to install libgnutls on OS X, and I
figured I
        could get by without TLS and openssl support)

(I don't know if it helps, but my DYLD_LIBRARY_PATH is set to:)
   
 /usr/GNUstep/Local/Library/Libraries:/usr/local/lib/gcc-lib/powerpc-apple-darwin7.9.0/
   
 3.3.5/include:/usr/local/lib:/usr/local/include:/sw/lib:/sw/include:/var/root/GNUstep/
   
 Library/Libraries:/usr/GNUstep/Local/Library/Libraries:/usr/GNUstep/System/Library/
    Libraries

The gnustep-gui configure seems to run great, but I am getting hung up
on the following error
when running make

    Making all for bundle RTFConverter...
    - - -
     Linking bundle RTFConverter ...

    /usr/bin/ld: warning can't open dynamic library:
libgnustep-base.dylib.1.18 (checking
    for undefined symbols may be affected) (No such file or directory,
errno = 2)
    /usr/bin/ld: Undefined symbols:

    _NSClassFromString referenced from libgnustep-gui.dylib.0.16
expected to be defined
    in libgnustep-base.dylib.1.18
    /* contuing with a long list of undefined symbols */

I don't have a clue why this error is happening.
libgnustep-gui.dylib.0.16 exists in /usr/
GNUstep/Local/Library/Libraries which is in my DYLD_LIBRARY_PATH. So far
everything I've tried
has resulted in the exact same error.

Once again, thanks for your your time, and any suggestions are very much
appreciated!!!

Sincerelyk,
Bryan Pierce



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

 « Return to Thread: Compiling GNUstep base on OSX 10.5.7