autoconf
[Top][All Lists]
Advanced

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

Re: release Autoconf?


From: Mo DeJong
Subject: Re: release Autoconf?
Date: Fri, 11 May 2001 16:00:36 -0700 (PDT)

On 12 May 2001, Akim Demaille wrote:

> >>>>> "Ralf" == Ralf Corsepius <address@hidden> writes:
> 
> Ralf> Hmm, I think we might be talking past each other:
> 
> Ralf> All I am trying to say is: This check checks for a tool which is
> Ralf> not applicable/illegal to use for cross compilation (/lib/cpp is
> Ralf> a native build-host tool).  As a side-effect of this it will
> Ralf> silently pick up a wrong tool instead of complaining/aborting if
> Ralf> $CC -E fails.

Some systems don't even have a /lib/cpp so picking it by
default seems wrong. For example, compiling with
VC++ cross under Cygwin does not work at all. It tries
$CC -E and fails because VC++ prints a file name to stderr.
It then picks /lib/cpp which does not exist under Cygwin.

Mo



reply via email to

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