This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Question On gcc-3.4.6 Build
- From: Thomas Dineen <tdineen at ix dot netcom dot com>
- To: gcc-help at gcc dot gnu dot org, Thomas Dineen <tdineen at ix dot netcom dot com>
- Date: Sat, 01 Dec 2007 12:42:28 -0800
- Subject: Question On gcc-3.4.6 Build
Gentle People:
Sorry to bother you again but there is another question or issue.
My build completed without error messages on exit after about
nine hours of compiling on my Ultra 5.
Now the question: Where is gcc? I can find C++, fortran77, and
so on but no gcc. I found xgcc but no gcc. Trust me I searched the
entire object tree.
Is the --enable-languages=c required or implied by default?
I used gcc-3.4.6.tar.gz which I assume includes gcc and the other
languages?
The config-lang listing is included below.
- Commands used for the build:
- Commands used for Solaris 8 Sparc Build of Gcc gcc-3.4.6:
; Use gmake gls, gas - required!
; Using csh
cd /export/home/tools/gcc
mkdir gcc-3.4.6-obj
chmod 777 gcc-3.4.6-obj
cd gcc-3.4.6-obj
ln -s /opt/sfw/bin/gmake make
ln -s /opt/sfw/bin/gld ld
ln -s /opt/sfw/bin/gas as
/export/home/tools/gcc/gcc-3.4.6/configure --with-gnu-ld
gmake
- The config-lang listing is included below:
It appears that c or gcc are not explicitly stated.
root@Sun# cd gcc
root@Sun# cd /export/home/tools/gcc/gcc-3.4.6/gcc
root@Sun# grep language= */config-lang.in
ada/config-lang.in:language="ada"
ada/config-lang.in:boot_language=yes
cp/config-lang.in:language="c++"
f/config-lang.in:language="f77"
java/config-lang.in:language="java"
objc/config-lang.in:language="objc"
treelang/config-lang.in:language="treelang"