discuss-gnustep
[Top][All Lists]
Advanced

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

Re: *Any* way to getting GNUstep on a G4 ???


From: Lars Sonchocky-Helldorf
Subject: Re: *Any* way to getting GNUstep on a G4 ???
Date: Sat, 30 Oct 2004 05:19:18 +0200


Am Samstag, 30.10.04 um 00:54 Uhr schrieb Quentin Mathé:

Le 29 oct. 04, à 19:51, Uli Kusterer a écrit :

Okay,

 new problem: Somehow it seems my ObjC is broken:

When I configure gnustep-back, I get:

checking whether objc really works... no
I don't seem to be able to use your Objective-C compiler to produce
working binaries! Please check your Objective-C compiler installation.
If you are using gcc-3.x make sure that your compiler's libgcc_s and
libobjc
can be found by the dynamic linker - usually that requires you to play
with LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
configure: error: The Objective-C compiler doesn't work or is not
installed properly.

I have libgcc_s, but there's no libobjc in /usr/local/lib at all (only
Apple's in /usr/lib). Shouldn't GCC include that when I install the
whole shebang? I tried going into the libobjc directory and installing
it explicitly, but configuring libobjc always gets me:

Frequently you obtain this error, when you have forgotten to execute this line : ln -s libobjc.a libobjc.dylib # So the linker sees us

this might be right for gcc 3.3.x but not for gcc 3.4.x. See:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11572

on the other hand gcc 4.0 (still experimental) works again (thanks to pinskia).


right after :
make bootstrap
make install
cd <gcc install dir>/lib

Quentin.



regards, Lars





reply via email to

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