Hi, On Wed, Apr 20, 2011 at 10:48 AM, kevin diggs <diggskevin38@xxxxxxxxx> wrote: > Hi, > > On Wed, Apr 20, 2011 at 9:35 AM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: >> Anna Ceguerra <anna.ceguerra@xxxxxxxxxxxxx> 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