libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Libtool 2.1b test results


From: Ralf Wildenhues
Subject: Re: Libtool 2.1b test results
Date: Wed, 13 Feb 2008 23:34:22 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Argh.  AC_LANG_PROGRAM does not produce a meaningful program for Java,
as Autoconf has no decent Java support.  Gah!  And we test for RUNPATH
using $OBJDUMP in each tag, GCJ last, so there it does not get set to
yes, and shlibpath_overrides_runpath is not a tagged variable.  What a
mess.

Let's try something simple before trying something ugly, namely, I would
like to see how your system behaves if above bug were fixed.  Please
configure, then edit the generated libtool script like
  sed --in-place 's/\(shlibpath_overrides_runpath\)=.*/\1=yes/' libtool

then run the new testsuite:
  make check-local

and report results.

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]