Re: autoconf in pure MSVC environment?

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

 



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.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux