[C++-sig] Re: Re: boost.build: How to set runtime library paths in a Jamfile (wrapping 3rd party libs)

Holger Joukl Holger.Joukl at LBBW.de
Thu Mar 11 13:36:34 CET 2004


Hi,
sorry if the terminology is wrong/unclear.
What I meant is the library search path for the runtime linker,
given to gcc with the -R flag:
E.g.
  g++ -o myProg -L /my/strange/dir -R /my/strange/dir -lmyStrangeLib main.o
funcs.o

Just to get rid of LD_LIBRARY_PATH, I am looking for the Jamfile equivalent
of
"-R /my/strange/dir" on the commandline.
I guess it is possible to make such a search path known in a Jamfile, but I
didn´t see
the solution.

Thanks,
  Holger
_________________________________

Holger Joukl
Landesbank Baden-Württemberg
1651 Financial Markets Technologies
fon +49 (711) 124 - 7078
fax +49 (711) 124 - 3759
_________________________________

Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der angegebene
Empfänger sind oder falls diese E-Mail irrtümlich an Sie adressiert wurde,
verständigen Sie bitte den Absender sofort und löschen Sie die E-Mail
sodann. Das unerlaubte Kopieren sowie die unbefugte Übermittlung sind nicht
gestattet. Die Sicherheit von Übermittlungen per E-Mail kann nicht
garantiert werden. Falls Sie eine Bestätigung wünschen, fordern Sie bitte
den Inhalt der E-Mail als Hardcopy an.

The contents of this  e-mail are confidential. If you are not the named
addressee or if this transmission has been addressed to you in error,
please notify the sender immediately and then delete this e-mail.  Any
unauthorized copying and transmission is forbidden. E-Mail transmission
cannot be guaranteed to be secure. If verification is required, please
request a hard copy version.







More information about the Cplusplus-sig mailing list