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: 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




reply via email to

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