libtool
[Top][All Lists]
Advanced

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

Re: libtool support for intel icc compiler


From: Roberto Bagnara
Subject: Re: libtool support for intel icc compiler
Date: Sat, 05 Apr 2003 21:20:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202

Allan Sandfeld Jensen wrote:
> Found the bug:
> > > linux*)
> > >   case $cc_basename in
> > >   icc|ecc)
> > >     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
> > >     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
> > >     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
> > >     ;;
> My orignal code read:
> if test $CC='icc'; then
> ...
>
> I tested against $CC because $cc_basename doesnt work for the C-compiler part.
> (Not sure if it's supposed to work, it just only works for C++-compiler
> part).
>
>  Applying the attached oneliner (switching on $CC instead of $cc_basename)
> solved the problem here.

Dear Allan and Robert,

Allan's patch completely solves the problem here, too.
I hope it can be applied before the release of 1.5.
All the best and thanks a lot

    Roberto

--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:address@hidden





reply via email to

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