On Tue, 2007-11-06 at 21:40 +0100, Pau Garcia i Quiles wrote:
> Quoting Aaron Gray <angray@...>:
> > How do I determine the version of mingw that I have installed ?
>
> Macros __MINGW32_MAJOR_VERSION __MINGW32_MINOR_VERSION
Those will give you the version of the MinGW runtime only. There is no
such thing as a `MinGW version' per se; for the GCC version, you can run
`gcc --version'; for binutils, try e.g. `ld --version'. Or, if you used
the installer package, you can just look in the `installed.ini' file, in
the top directory of your MinGW installation tree.
Regards,
Keith.
|