cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: build problems on solaris...

From: James Cox <imajes_at_php.net>
Date: Sun, 15 Sep 2002 05:40:47 +0100

> On Thu, 22 Aug 2002 imajes_at_php.net wrote:
>
> > > Sorry but your fix is completely incorrect. This has been an ongoing
> > > problem as Solaris takes on more GNU based software into the core
> > > install.
> >
> > A good pseudo fix would be to libtool, in the top of the curl directory:
> >
> > GLD=`which gld`;
> >
> > if [ -n $GLD ]; then
> > LD=$GLD;
> > else
> > LD=/usr/ccs/bin/ld;
> > fi;
>
> Isn't it in that case easier to do just this:
>
> $ env LD=`which gld` ./configure
>
wouldn't the configure overwrite that env?

 -- james

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-09-15