autoconf
[Top][All Lists]
Advanced

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

Re: autoconf in pure MSVC environment?


From: Ludovic Courtès
Subject: Re: autoconf in pure MSVC environment?
Date: Tue, 7 Sep 2004 10:52:23 +0200
User-agent: Mutt/1.5.4i [Guile enabled]

Hi,

Today, 30 minutes, 59 seconds ago, Paul Eggert wrote:
> You were right to scratch your head.  It would be a big job.
> 
> (Microsoft could do it; perhaps you could ask them for help.  :-)

Using MSVC's compiler (`cl') "by hand" is really painful: it doesn't
recognize _any_ of the common compiler switches (like `-lxxx', `-Ixxx',
`-c', etc.)  every Unix compiler has always had.  Microsoft tools
clearly work hard on making it difficult to write applications portable
between Windows and the rest of the world.

However, if you start using GCC on Windows (along with MinGW or Cygwin),
you can benefit from almost all the GNU tools and make your application
portable to almost every possible platform at no cost (you can keep your
makefiles, use Libtool to abstract shared library compilation, etc.).
Moreover, you end up using a _real_ C/C++ compiler that conforms to
standards and which is Free Software.

Thanks,
Ludovic.




reply via email to

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