27 Jan
2005
27 Jan
'05
16:02
Koenraad Lelong <k.lelong@ace-electronics.be> [27 Jan 2005 14:34 +0100]:
What's it for actually ?
The very first link google turns up for LD_LIBRARY_PATH will explain you what it's used for.
AFAIK standard linux-tools (assembler, linker,...) are used. Any suggestions ?
The compiler must have a way to pass the path to the (static) linker. For the C compiler this is the -L command line switch. Philipp