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: Sat, 5 Jan 2008 04:15:20 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Jerker,

* Jerker Bäck wrote on Fri, Jan 04, 2008 at 02:30:48PM CET:
> > Does the compiler leave a leftover object file after this?
> >   echo 'int main () { }' > conftest.c
> >   cc conftest.c
> 
> Yes, with my current cc this will give
> "a.out"       (executable)
> "conftest.o"  (object file)
> 
> With the unmodified SDK version of cc it gives only
> "a.out"       (executable)
[...]
> Clearly, my current cc leaves a stray object file.
[...]
> I will correct this and run the tests again to see if it solves the problem.

Does that mean this bug is only in a customization you made yourself?
Or is this something other users will experience as well?

Please note that when you correct this yourself, you should place any
temporary object files elsewhere or give them a unique name (a la
mktemp), so that you don't experience corruption races when doing
parallel builds of code using make without Automake, and building
several targets from same sources, for example.

Cheers,
Ralf




reply via email to

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