It's in the .libs directory... Libtool sucks.
Yep. I have a lot of problems with it because I have 3 compiler in my Solaris machine and 2 ld. Need 6 libtools :-((
I have used --link-libtool and basename to get the *.a filename.
It works on Linux. I will test it on Solaris and ReliantUnix and hope it will works everywhere.
Pier
On Tuesday, Sep 3, 2002, at 09:49 Europe/London, jean-frederic clere wrote:
Hi,
I have some problems with apr-config in mod_webapp:
I am using apr-config --apr-la-file but it returns a result only if the .la file exist.
I am configuring mod_webapp and I need to know the name of the .la file. mod_webapp uses the sources of APR or an installed version of APR.
I would like to avoid to "make" APR (when using APR sources) in the middle of the mod_webapp configure.
I would like to add a --apr-la-file-force that tells the .la file name even if the file does not exist.
Any comments?
Cheers
Jean-frederic