Re: "cannot run C compiled programs" error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux