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:[EMAIL PROTECTED]
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool