bug-autoconf
[Top][All Lists]
Advanced

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

RE: Interix cc compiler suddenly fails tests in new 64bit SUA 6.1 RC1


From: Jerker Bäck
Subject: RE: Interix cc compiler suddenly fails tests in new 64bit SUA 6.1 RC1
Date: Fri, 4 Jan 2008 16:07:43 +0100

That did the trick!!

The reason for the object files is that cc always need to compile with the
-c option. These files are later removed, but I had undefined the array in
my cc before the cleanup was done. Very much thanks for this.

The official SUA cc fails the same tests because it leave stray debug
database files (*.pdb) due to the -g test. Changing the -Zi option to -Z7 in
the script solves this.

Thanks again
Jerker





reply via email to

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