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: Ralf Wildenhues
Subject: Re: Interix cc compiler suddenly fails tests in new 64bit SUA 6.1 RC1
Date: Fri, 4 Jan 2008 12:26:32 +0100
User-agent: Mutt/1.5.17 (2007-12-11)

Hello Paul, Jerker,

* Paul Eggert wrote on Fri, Jan 04, 2008 at 07:05:00AM CET:
> It looks like your compiler is generating a .o file even when it
> is invoked with the -E option.  Perhaps you can track it down
> by debugging the "configure" script.  Try running this:
> 
> cd tests
> ./testsuite -v -d 145
> 
> and then look at what's in the tests/testsuite.dir/145 directory.

I don't think -E is problematic.  The leftover .o file happens with
several tests, and always after the cached rerun of configure.
The compiler invocations done every time where the object file isn't
removed are the exeext test and the default output file name test.

Does the compiler leave a leftover object file after this?
  echo 'int main () { }' > conftest.c
  cc conftest.c

or this?
  echo 'int main () { }' > conftest.c
  cc -o conftest conftest.c

Thanks,
Ralf




reply via email to

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