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: Adam Fedor
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).





reply via email to

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