[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10766: CXX gets the value 'CC' on Cygwin, but CC is in fact cc
From: |
Peter Rosin |
Subject: |
bug#10766: CXX gets the value 'CC' on Cygwin, but CC is in fact cc |
Date: |
Wed, 08 Feb 2012 22:04:13 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 |
Hi!
The testsuite on master tries to use lesser compilers, but on Cygwin
this causes some failures due to the fact that /usr/bin/cc{.exe} is
also recognized as /usr/bin/CC{.EXE} (due to the filesystem not being
case sensitive), leading to CXX being set to 'CC'.
But then CXX isn't a C++ compiler and some tests go downhill, namely
silent-many-generic.test and suffix3.tap.
Or something, I didn't look all that much at it. Maybe the failure
in silent-many-generic.test is just a variant of the SunStudio CC
case mentioned in the comment?
Cheers,
Peter
silent-many-generic.log
Description: Text document
suffix3.log
Description: Text document
- bug#10766: CXX gets the value 'CC' on Cygwin, but CC is in fact cc,
Peter Rosin <=