Re: AC_PROG_CC_C_O doesn't work with VC++

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

 



Stepan Kasal wrote:
> Hello,
> 
> On Fri, Jul 01, 2005 at 10:14:28AM +0200, Harald Dunkel wrote:
> 
>>How can I tell autoconf to not use -c and -o together,
>>regardless what the test said?
> 
> 
> Do I guess correctly that you in fact use AM_PROG_CC_C?

AM_PROG_CC_C_O. Yup.

> Then the following hack should work:
> 
> AC_PROG_CC_C_O
> eval ac_cv_prog_cc_${ac_cc}_c_o=no
> AM_PROG_CC_C_O
> 

This did not work. There is still -c and -o on the same
compiler command line.


Regards

Harri


_______________________________________________
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