[Top][All Lists]
[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: |
Wed, 26 Oct 2005 08:17:52 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello Eli,
On Tue, Oct 25, 2005 at 03:47:58PM +0200, Eli Zaretskii wrote:
> From the Autoconf archives of this thread, I understand that the issue
> was with conftest2.c vs conftst2.c.
the problem is this: ./configure runs
$CC -c -o conftst2.$ac_objext conftest.c
and then checks whether the compiler created conftst2.$ac_objext or
conftest$ac_objext
If it were "conftest2.$ac_objext" instead, and someone run
bash ./configure
in a DJGPP environment, the check might not work.
But do people run ./configure as part of a native build in DJGPP?
Stepan
- Re: AC_PROG_CC_C_O doesn't work with VC++, Harald Dunkel, 2005/10/24
- Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++,
Stepan Kasal <=
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/26
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/27
- Re: AC_PROG_CC_C_O doesn't work with VC++, Noah Misch, 2005/10/27
- Re: AC_PROG_CC_C_O doesn't work with VC++, Paul Eggert, 2005/10/27
Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25