What languages was the currently installed compiler built wi th?

Dave Murphy wintermute2k4@ntlworld.com
Wed Jul 28 12:20:00 GMT 2004


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)




More information about the Gcc-help mailing list