autoconf-patches
[Top][All Lists]
Advanced

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

Re: AC_PROG_CC_C_O doesn't work with VC++


From: Stepan Kasal
Subject: Re: AC_PROG_CC_C_O doesn't work with VC++
Date: Tue, 25 Oct 2005 09:55:46 +0200
User-agent: Mutt/1.4.1i

Hello,

On Mon, Oct 24, 2005 at 01:41:27PM -0700, Paul Eggert wrote:
> > Is there any C, Fortran, or F77 compiler which could create other
> > conftst2.* files if it receives  -o conftst2.$ac_objext ?
> 
> Quite possibly, yes.

OK, so I committed the patch attached below.

> But why not name these files "conftest2.c" etc? [...] We don't need
> to worry about 8.3 file systems any more, on development platforms
> anyway.

I know about 3 different Woe32 environments (though I don't use any):
1) Cygwin
2) MinGW
3) MinGW + MSYS

1) Cygwin doesn't have the 8.3 limitation.
2) MinGW proper doesn't have any POSIX shell, so it cannot run configure.

3) There is an MSYS build of bash.  Though MinGW/MSYS is not ready
to run Autoconf, you can use it to unpack a tarball and run ./configure
there.
Is it possible that ./configure will then run in the 8.3 environment?
I don't know and that is why I am not ready to drop the 8.3 support from
generated ./configure.

Have a nice day,
        Stepan Kasal

Attachment: autoconf-20051025-tst2.patch
Description: Text document


reply via email to

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