Scott Cantor wrote:
Philip Brown wrote on 2009-10-16:
well, apparently, installing the most recent libtool (2.2.6a), and then
after the compile fails to link the library, doing

cd lib;  LIBTOOL=libtool gmake -e

makes it link

So presumably starting from scratch with that version is the resolution?

maybe, dunno.


It's probably overdue on my part to regenerate and check in updated libtool
files for most of my projects, and this one.

I should mention that xmltooling has similar problems, except worse.

it actually CONTINUES the build after silently failing to link libxmltooling.so.3.0.0


and a similar hack, fixes it.

cd xmltooling; rm libxmltooling.la
LIBTOOL=libtool gmake  -e

Reply via email to