[Top][All Lists]
[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
libtool-branch-1-5.diff
Description: Text document
libtool-HEAD.diff
Description: Text document
- icc/ecc full path and solaris link line fixes,
Mats Rynge <=