This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What languages was the currently installed compiler built with?
- From: Dave Murphy <wintermute2k4 at ntlworld dot com>
- To: "Thyer, Matthew" <Matthew dot Thyer at dsto dot defence dot gov dot au>
- Cc: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Wed, 28 Jul 2004 13:20:23 +0100
- Subject: Re: What languages was the currently installed compiler built with?
- References: <DFB8CBBEF9C9A0479F92BCC2F2AEF5FF29571D@ednex503.dsto.defence.gov.au>
Thyer, Matthew wrote:
How do I find out what languages the currently installed GCC compiler was built with ?
gcc -v
example output from my mingw installation
$ gcc -v
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.0/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads
--disable-nls --enable-languages=c,c++,f77,ada,objc,java
--disable-win32-registry --disable-shared --enable-sjlj-exceptions
--enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter --enable-hash-synchronization
Thread model: win32
gcc version 3.4.0 (mingw special)