You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2004/09/27 18:39:42 UTC

Re: cvs commit: apr/build jlibtool.c

jfclere@apache.org wrote:
> jfclere     2004/09/27 09:21:16
> 
>   Modified:    build    jlibtool.c
>   Log:
>   Use -L path -llib_name instead of path/"lib"lib_name."ext".
>   That is still not ok because httpd would need something like:
>   -Brpath=pathname or -Wl,-Brpath-pathname but we only have this information
>   when building the library (when libtool is called with -rpath pathname).

Should I store the "pathname" in the *.la file (that is what the gnu libtool does)?

Cheers

Jean-Frederic

+++ CUT +++