[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep install on OS X 10.3.9 - libffi fails
From: |
BryanPierc |
Subject: |
Re: GNUstep install on OS X 10.3.9 - libffi fails |
Date: |
Wed, 17 Jun 2009 05:15:44 -0700 |
User-agent: |
Thunderbird 2.0.0.21 (Macintosh/20090302) |
BryanPierc wrote:
...anything beyond trying to make sure the libffi and libobjc
libraries are in in the DYLD_LIBRARY_PATH and
trying to place order the paths so that the <fsf gcc> directories are
searched before the <apple gcc> directories
and...well...I'm out of ideas.
OK! Good news and not so good news:
I got configure to run
I copied the libffi headers (from the default install locations) to
/urs/local/GNUstep/System/Library/Headers
I added
/usr/local/lib/gcc-lib/powerpc-apple-darwin7.9.0/3.3.5/include/ to
DYLD_LIBRARY_PATH
(The latter seemed to do the trick, which would suggest that OS X
uses DYLD_LIBRARY_PATH to search for headers as well as libraries(?))
make terminated with the following error
Compiling file Unicode.m ...
Linking subproject Additions ...
/usr/bin/ld: flag: -undefined dynamic_lookup can't be used with
MACOSX_DEPLOYMENT_TARGET environment variable
set to: 10.1 collect2: ld returned 1 exit status
make[4]: *** [obj/powerpc/darwin7/gnu-gnu-gnu/subproject.o] Error 1
make[3]: *** [internal-subproject-all_] Error 2
make[2]: *** [Additions.all.subproject.variables] Error 2
make[1]: *** [libgnustep-base.all.library.variables] Error 2
Any Ideas here??
Any help would be appreciated!! :-)
Thanks again!
Bryan