Re: dependency_libs issue

2003-10-20 Thread Albert Chin
On Mon, Sep 08, 2003 at 04:38:40PM +1000, Clinton Roy wrote: I've got code in configure.ac that eventually sets LIBS to: LIBS = -lgdbm -L/dstc/lib -lxml2 -lz -lpthread -lm -ldb However, ltmain.sh produces a .la file with: dependency_libs=' /usr/lib/libgdbm.la -L/dstc/lib

Re: dependency_libs issue

2003-09-18 Thread Clinton Roy
Clinton Roy [EMAIL PROTECTED] writes: What happens if you move /usr/lib/libxml2* out of the way first? Does it then find /dstc/lib/libxml2.la. If so, looks like a libtool bug. This is indeed what happens :| I'll spend what time i can tracking it down over the next few weeks (my current

Re: dependency_libs issue

2003-09-18 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clinton Roy wrote: | | However, if I add -lgdb to LIBS: | | -lgdbm -L/dstc/lib -lxml2 -lz -lpthread -lm | | dependency_libs gets incorrectly set to: | | ' /usr/lib/libgdbm.la -L/dstc/lib /usr/lib/libxml2.la -lz -lpthread -lm' | What happens if you set

dependency_libs issue

2003-09-08 Thread Clinton Roy
Hi folks, I've got code in configure.ac that eventually sets LIBS to: LIBS = -lgdbm -L/dstc/lib -lxml2 -lz -lpthread -lm -ldb However, ltmain.sh produces a .la file with: dependency_libs=' /usr/lib/libgdbm.la -L/dstc/lib /usr/lib/libxml2.la -lz -lpthread -lm -ldb' How did that