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:53:15 -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).


Here is the solution  to my issue.

<snip>
. ${INSTALL_PREFIX}/System/Library/Makefiles/GNUstep.sh
export  LD_LIBRARY_PATH=/opt/TWWfsw/gcc332r/lib:$LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
./configure --prefix=${INSTALL_PREFIX}

Now off to understand more about the options of configure in gnustep-base-1.10.0.


Thanks

tj

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/





reply via email to

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