autoconf
[Top][All Lists]
Advanced

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

Re: autoconf in pure MSVC environment?


From: Dalibor Topic
Subject: Re: autoconf in pure MSVC environment?
Date: Wed, 08 Sep 2004 18:21:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

Alexandre Duret-Lutz wrote:
On Mon, Sep 06, 2004 at 09:15:15PM -0700, Brandon J. Van Every wrote:

How do I set up autoconf on Windows *without* any Cygwin or Mingw
compilers or header files?  I only want a native MSVC environment, with
typical mainstream Windows SDKs.  I don't want any UNIX environment at
all, except what autoconf itself must have to run.  i.e. a shell, get m4
working.


I seem to recall Lars J. Aas worked on a set of shell script wrappers
to masquerade MSVC as a Unix compiler, so it can be used with MSVC.

(Note you don't need a working autoconf to run ./configure.)

Hi Brandon,

I'm using http://cccl.sourceforge.net/ as a wrapper for microsoft's compiler and linker in order to build a theorem prover & the Qt-using GUI with MSVC [1], and it works nicely with a normal autotools setup.

There is also a automake-to-MSVC-project coneverter that you could try out, as well.

cheers,
dalibor topic

[1] The Qt libs on windows are built with MSVC++, so I have to use it. :)




reply via email to

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