[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch (CC -c -o)
From: |
Stepan Kasal |
Subject: |
Re: patch (CC -c -o) |
Date: |
Mon, 31 Oct 2005 12:42:59 +0100 |
User-agent: |
Mutt/1.4.1i |
Hello,
first, your patch is against Automake, not Autoconf, so let's move to
bug-automake.
On Sat, Oct 29, 2005 at 08:03:53PM -0700, Tim Rice wrote:
> Some CC compilers do not like -c -o options together.
Automake contains code to circumvent this limitation for C compilers.
And it is much more complicated than your patch.
(Your patch means that -o would not be used with any C++ compiler, and that
would be a big performance hit with some projects, at least.)
It seems that this limitation was not yet observed with C++ compilers.
Could you please post the version of your OS and C++ compiler?
Have a nice day,
Stepan Kasal