This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Turning off rpath
Alexandre Oliva writes:
> On Mar 20, 2000, Alex Hornby <alex@anvil.co.uk> wrote:
>
> > Is is possible to set a top level LDFLAG in my Makefile.am to turn off
> > rpath for binaries linked against libtool shared libraries?
>
> I don't think so. There's no libtool switch to do that, and it omits
> only directories that are listed in sys_lib_dlsearch_path-spec. But
> you can always hack this variable in the libtool script configuration
> section :-)
>
Thanks Alexandre. I sense my first libtool patch is not far away :-)
Cheers,
Alex.