bug-libtool
[Top][All Lists]
Advanced

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

icc/ecc full path and solaris link line fixes


From: Mats Rynge
Subject: icc/ecc full path and solaris link line fixes
Date: Thu, 11 Nov 2004 12:45:13 -0800
User-agent: Mutt/1.5.6+20040803i

Attached is patches against branch-1-5 and HEAD fixing two problems:

 - a case statment comparing CC to icc*/ecc*. The comparasion fails if
   CC is set to the full path of the compiler (CC=icc works, 
   CC=/opt/intel_cc_80/bin/icc would not work). Fix is to use
   cc_basename instead of CC.

 - added some missing ${wl} for solaris. The problem has been
   reported before:
   http://lists.gnu.org/archive/html/libtool/2004-07/msg00060.html

The HEAD patch is untested.

-- 
Mats Rynge
USC/Information Sciences Institute  -  Center for Grid Technologies

Attachment: libtool-branch-1-5.diff
Description: Text document

Attachment: libtool-HEAD.diff
Description: Text document


reply via email to

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