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 ca
Bob Friesenhahn wrote:
If this wrapper works so well, maybe it can be contributed to libtool?
I'm not sure if this is appropriate to this list. However I don't think
it is really necessary. When I use Libtool together with `cl', Libtool
"knows itself" that it should use
`lib /out:... ...' There wer
Dalibor Topic wrote:
On a side note, you should try cccl.sf.net, which is a gcc-like MSVC
wrapper. Works for me (TM).
Works really great, thanks a lot
Milan
Alexandre Duret-Lutz wrote:
Hi,
On Mon, Oct 11, 2004 at 02:20:30PM +0100, Milan Tichy wrote:
I used both AC_PROG_CC_C_O and AM_PROG_CC_C_O but it didn't help.
Could you state your Automake version and post a copy of your configure.ac?
Hi,
Automake version and configure.ac is below...
This
it's OK because Libtool
does something like `cl ... -c myprog.c' and `mv -f myprog.obj ...'
Can I resolve this problems simply unless I have to write my own "rules"?
Thanks for any advice,
Milan Tichy
--
Department of Computer Science http://www.cs.tcd.ie/M