automake
[Top][All Lists]
Advanced

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

Re: Trouble with MSVC `cl -c -o ...'


From: Milan Tichy
Subject: Re: Trouble with MSVC `cl -c -o ...'
Date: Tue, 12 Oct 2004 12:43:25 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803

Alexandre Duret-Lutz wrote:

However your traces show that `cl' is detected as supporting -c
and -o together.

| configure:3356: checking whether cl and cc understand -c and -o together
| configure:3386: cl -c conftest.c -o conftest.obj >&5
...
That test is actually run by AC_PROG_CC_C_O (which is called by
AM_PROG_CC_C_O) so I'm CCing bug-autoconf.

I found it in config.log too but I didn't know how to fix it. I was not sure if I understood it very well. Now it's clear.

Yes.  Forget about AC_PROG_CC_C_O, it's called by AM_PROG_CC_C_O.
(You can also remove the superfluous invocations of AC_PROG_MAKE_SET
and AC_PROG_INSTALL, which are already done by AM_INIT_AUTOMAKE.)

Find. Thanks a lot for your help,

Milan




reply via email to

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