This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "cannot run C compiled programs" error


Hi,

On Wed, Apr 20, 2011 at 10:48 AM, kevin diggs <diggskevin38@gmail.com> wrote:
> Hi,
>
> On Wed, Apr 20, 2011 at 9:35 AM, Ian Lance Taylor <iant@google.com> wrote:
>> Anna Ceguerra <anna.ceguerra@sydney.edu.au> writes:
>>
>>> 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?
>>
>> Odd, they should be enabled by default. ?Did you download the entire gcc
>> tarball, or just gcc-core? ?To put that another way, in your source
>> directory, do the directories gcc/cp and gcc/fortran exist?
>>
> The install docs list a command to tell which languages are available.
>> Ian
>>
> kevin
>
Documented by the --enable-languages configure option:

grep language= gcc/*/config-lang.in

kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]