bug-autoconf
[Top][All Lists]
Advanced

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

Re: MKS sh problem (follow-up)


From: Ralf Corsepius
Subject: Re: MKS sh problem (follow-up)
Date: Mon, 24 Nov 2003 14:32:17 +0100

On Sun, 2003-11-23 at 22:08, Werner LEMBERG wrote:

> Win32 Issue
> -----------
> Configure correctly discovers '.exe' as the executable suffix, but
> doesn't use it when searching for C and C++ compilers, so it fails to
> find cl in either case.
You are mixing up two issues here: The exeext being appended to a
compiler's output (This is a tool's feature) and the exeext that
executables on a host carry (This is a host's feature).

These are two separate issues with absolutely no relation inbetween.
A linux->cygwin cross compiler appends ".exe" to executables it
produces, while the compiler itself doesn't use '.exe'.

>   Setting the variables 'CC' and
> 'CXX' is another interim fix.
IMO, this is not an interim fix, but the nominal way to use it.

Ralf






reply via email to

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