This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: distributing gnu runtime libs
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: Fox_Conor at emc dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 15 Jan 2003 15:32:47 +0100
- Subject: Re: distributing gnu runtime libs
- References: <F70F07965E389742A65D7C1E341E045D71AFE1@corpeumx1.corp.emc.com>
- Reply-to: bjensen at fastmail dot fm
Hi there,
What about using the 'rpath' option to the linker?
It should enable you to put libs and a special
location and not require changes to any environment
variables, runtime linker configurations etc.
I think, most UNIX linkers have such functionality,
but try reading the man pages.
Yours sincerely,
Bjorn