* Vincent Lefevre wrote on Mon, Jun 23, 2008 at 10:26:45AM CEST:
> On 2008-06-23 07:25:59 +0200, Ralf Wildenhues wrote:
> > What I'd like to know is if mpfr works with patched Libtool, and how the
> > Libtool testsuite fares with icc (see README for how to invoke it).
> 
> I have installed the patched libtool from http://pogma.com/libtool/
> in my home directory, but I don't know how to tell autoreconf to
> use it instead of the system one.

- put its $bindir early in PATH, or set LIBTOOLIZE=$bindir/libtoolize,
  and
- either add a line containing the path $libtool_prefix/share/aclocal to
  the file $automake_prefix/share/aclocal/dirlist,
  or use 'libtoolize --install' to install libtool.m4 etc. into your
  project m4/ directory prior to running autoreconf,
  or set ACLOCAL="aclocal -I $libtool_prefix/share/aclocal".

Hope that helps.

* Vincent Lefevre wrote on Mon, Jun 23, 2008 at 01:07:53PM CEST:
> Concerning the testsuite with icc (CC=icc ./configure), I get the
> following failure (but this isn't related to icc):
> 
> FAIL: tests/sh.test

Please post output of
  make check TESTSUITEFLAGS=-V TESTS=tests/sh.test VERBOSE=yes

Thanks,
Ralf



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to