[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug regarding "-Wl" setting of libtool in autoconf context.
From: |
Ralf Wildenhues |
Subject: |
Re: Bug regarding "-Wl" setting of libtool in autoconf context. |
Date: |
Wed, 21 Oct 2009 07:40:13 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Yvan,
thanks for the report.
* Yvan FOURNIER wrote on Tue, Oct 20, 2009 at 12:43:20PM CEST:
> When libtool is used in conjunction with autoconf and automake, the "wl=""
> values in the generated libtool
> script remain empty (instead of wl="-Wl,") in many cases, even with
> compilers sur as PGI or IBM XL compilers
> which require link option to be passed through -Wl,... as they do not
> accept direct syntax.
How exactly do you invoke configure, what is your compilers' name?
The Libtool macros currently detect compiler base names of
pgcc* | pgf77* | pgf90* | pgf95*
pgCC* | pgcpp*
as Portland compilers (yes, the matching by name is really ugly, but
it's really hard to do better with some compilers).
Thanks,
Ralf