bug-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep won't install on Mac OS X 10.3.8


From: Adam Fedor
Subject: Re: GNUstep won't install on Mac OS X 10.3.8
Date: Wed, 6 Apr 2005 08:44:10 -0600

Installing onto MacOSX requires a bit more setup than normal. The main thing is that you need to install an FSF version of gcc, since the Apple gcc will not compile GNUstep properly. gcc also comes with libffi, so install that as well (sometimes it is not installed automatically). See this for more information:

http://www.gnustep.org/resources/documentation/User/GNUstep/ machines_1.html#SEC4

On Apr 6, 2005, at 7:37 AM, Aaron Solomon Adelman wrote:

<logs.tar.gz>

OK, the script has stopped complaining about the graphics libraries allegedly not being present since I set CPPFLAGS and LDFLAGS as environment variables (via editing ~/.MacOSX/environment.plist so they were known to all shell programs). However, InstallGNUstep still complains:
E155 Error
Darwin/PPC (Mac OP X) systems require libffi, but there is no libffi
installed. Please install this before installing GNUstep
--------------------------------------------------------------
E281 Error
I don't seem to be able to use your Objective-C compiler to produce
working binaries! Please check your Objective-C compiler installation.
For gcc-3.0.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to add
the directory given by gcc -print-file-name=libobjc.so to your
LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.

The latter is despite having defined LD_LIBRARY_PATH as the result of gcc -print-file-name=libobjc.so (libobjc.so).

Any ideas what's wrong?  Thanks in advance.

Aaron


On 4 אפר 2005, at 16:10, Adam Fedor wrote:


On Apr 3, 2005, at 1:28 PM, Aaron Solomon Adelman wrote:

<logs.tar.gz>

Greetings.

Tried to install GNUstep startup 0.10.0 on Mac OS X 10.3.8. The installer script insists that some libraries that Fink Commander insists are installed aren't. Any idea what's going on?


Sorry, I made a last minute change to Startup and didn't test it... A work-around is to do:

export CPPFLAGS=-I/sw/include
export LDFLAGS=-L/sw/lib

before running ./InstallGNUstep


-----
Aaron Solomon (ben Saul Joseph) Adelman
E-mail: Aaron.Solomon.Adelman@gmail.com, adelmaas@musc.edu, prasmthrasm@yahoo.com Web sites: http://weirdthingoftheday.blogspot.com/ , http://people.musc.edu/~adelmaas/
AOL Instant Messenger & Yahoo! Messenger:  Hiergargo
ICQ:  258691118
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep




reply via email to

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