[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUstep.gui on OS X 10.3.9, make fails
From: |
Bryan Pierce |
Subject: |
GNUstep.gui on OS X 10.3.9, make fails |
Date: |
Wed, 08 Jul 2009 04:48:08 -0700 |
User-agent: |
Thunderbird 2.0.0.21 (Macintosh/20090302) |
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
- Re: Compiling GNUstep base on OSX 10.5.7, Lucas Samaruga, 2009/07/07
- Re: Compiling GNUstep base on OSX 10.5.7, Adam Fedor, 2009/07/07
- GNUstep.gui on OS X 10.3.9, make fails,
Bryan Pierce <=
- Message not available
- Message not available
- Message not available
- Message not available
- Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails), Bryan Pierce, 2009/07/11
- Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm/ProjectCenter), Bryan Pierce, 2009/07/13
- Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm/ProjectCenter), Wolfgang Lux, 2009/07/14
- Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails), Bryan Pierce, 2009/07/13
Re: Compiling GNUstep base on OSX 10.5.7, Wolfgang Lux, 2009/07/08