GCC on windows
Peter Kurpis
pkurpis@keck.hawaii.edu
Tue Jul 3 12:42:00 GMT 2001
> I'm new to GCC, I would like to know , how to generate the compiler from the
> source code.
>
> I'm using windows 2000, According to the instructions from the help file,
> I'm not able to execute the configure file.
The source code and build system are for unix operating systems. For instance,
the configure script runs under the Bourne shell, not under Windows's batch
processing facility. That's only the start of a long list of incompatibilities.
Most of the work in getting gcc onto your system is done for you in the cygwin
project. See http://www.cygwin.com
Good luck.
More information about the Gcc-help
mailing list