Re: AC_PROG_CC_C_O doesn't work with VC++

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux