"cannot run C compiled programs" error
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Apr 20 09:30:00 GMT 2011
On 20 April 2011 10:12, Anna Ceguerra wrote:
>
> One last question... All I see in my install directory is
> cpp
> gcc
> gcov
> i386-apple-darwin10.7.0-gcc
> i386-apple-darwin10.7.0-gcc-4.6.1
>
> How do I enable g++, fortran etc?
You configured with --enable-languages=c
That means you only want the C compiler.
Try --enable-languages=c,c++,fortran or whatever combination of
languages you want.
More information about the Gcc-help
mailing list