Subject: Re: ldconfig
To: Frederick Bruckman <fb@enteract.com>
From: Martin Weber <Ephaeton@gmx.net>
List: port-i386
Date: 06/15/2001 19:57:18
Am Donnerstag, 14. Juni 2001 19:28 schrieben Sie:
> With the ELF toolchain, you should pass an argument to the linker to
> encode the path to where the runtime libs may be found. (There is no
> system-wide path, as with a.out and ldconfig.) Assuming that the
> shared libraries will be installed into /usr/local/lib, you may be
> able to simply set "LDFLAGS=-Wl,-R/usr/local/lib" or
> "LIBS=-Wl,-R/usr/local/lib" in the environment before running

But gmake doesn't recognize this, does it ? I tried to build a later
version of the freeciv client, and it only found the X11 libs after I
provided the path in the /etc/ld.so.conf...

Martin Weber