gnustep-dev
[Top][All Lists]
Advanced

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

Re: gnustep-base-1.10.0 configuring issue with gcc-3.3.2 : libgcc_s.so.1


From: T.J. Yang
Subject: Re: gnustep-base-1.10.0 configuring issue with gcc-3.3.2 : libgcc_s.so.1 not found
Date: Fri, 22 Oct 2004 14:33:50 -0500

From: Adam Fedor <address@hidden>
To: "T.J. Yang" <address@hidden>
CC: address@hidden
Subject: Re: gnustep-base-1.10.0 configuring issue with gcc-3.3.2 : libgcc_s.so.1 not found
Date: Fri, 22 Oct 2004 13:04:32 -0600


On Oct 22, 2004, at 12:17 PM, T.J. Yang wrote:


1. My configure option
$ ./configure --prefix=/opt/TWWfsw/GNUstep LDFLAGS=-R/opt/TWWfsw/gcc332r/lib -L/opt/TWWfsw/gcc332r/lib



LDFLAGS is an environemnt variable, so you need to put it before the ./configure:


$ LDFLAGS=-R/opt/TWWfsw/gcc332r/lib -L/opt/TWWfsw/gcc332r/lib ./configure --prefix=/opt/TWWfsw/GNUstep

This probably should be done for every package (including gnustep-make).

Adam
Thanks for your quick reply, This iis what I did.

1. recompile and install gnustep-make with above suggestion.
2. rcconfigure gnustep-base but config.log file still shows same error message as follows

<snip>
configure:6818: result: yes
configure:6843: checking whether objc really works
configure:6869: gcc -o conftest -g -O2 -fgnu-runtime -I/opt/TWWfsw/GNUstep/System/Library/Headers -x objecti ve-c -R/opt/TWWfsw/gcc332r/lib -L/opt/TWWfsw/gcc332r/lib -L/opt/TWWfsw/GNUstep/System/Library/Libraries/gnu-g nu-gnu -L/opt/TWWfsw/GNUstep/System/Library/Libraries conftest.c -ldl -R/opt/TWWfsw/gcc332r/lib -L/opt/TWWfsw
/gcc332r/lib  -lobjc     >&5
In file included from configure:6889:
config/config.objc.m:5: warning: incomplete implementation of class `NXConstantString'
config/config.objc.m:5: warning: method definition for `-length' not found
config/config.objc.m:5: warning: method definition for `-cString' not found
configure:6872: $? = 0
configure:6874: ./conftest
ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed: No such file or directory
./configure: line 1: 25201 Killed                  ./conftest$ac_exeext
configure:6877: $? = 137
configure: program exited with status 137
configure: failed program was:
| #line 6859 "configure"
| /* confdefs.h.  */

3. I did a search on gnustep-dev that has same error message, but it is
  for MacOS X platform.


tj

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/





reply via email to

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