Hi,
This may not be the best list for this, but I'm already subscribed and
someone here probably knows the answer.
I'm trying to build an autotools in a Cygwin environment, but using MSVC's
cl.exe and link.exe. However, this is what I get when I run make:
---begin---
make[1]: Entering directory `//z/parsa/parsa2/src/kernel'
cl -DHAVE_CONFIG_H -I. -I. -I../../src/include -GX -TP -I../include-I../com
pat -Ie:\qt/include -I../include -I../compat -Ie:\qt/include -capplicationpro
ject.cc
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
Command line error D2021 : invalid numeric argument '/Wp,-MD,.deps/applicationpr
oject.pp'
make[1]: *** [applicationproject.o] Error 2
make[1]: Leaving directory `//z/parsa/parsa2/src/kernel'
make: *** [all-recursive] Error 1
---end---
If I manually run the command line make claims its running, it works!
I'm using automake 1.4, autoconf 2.13, make 3.79.1, and MSVC 6.0 SP4.
CXX=cl, CXXFLAGS="-GX -TP"
I've tried making configure and the Makefile.in's on the NT machine, and
on a Linux box that shares the same SMB mount. Doesn't seem to make a
difference.
---
Geoffrey Wossum
[EMAIL PROTECTED]