libtool-patches
[Top][All Lists]
Advanced

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

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead o


From: Ralf Wildenhues
Subject: Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC
Date: Mon, 23 Jun 2008 20:00:43 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* 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




reply via email to

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