This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
some flaws in gcc build: where is the gfortran ?
- From: "Dima Sorkin" <dima dot sorkin at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 1 Apr 2007 16:06:37 +0300
- Subject: some flaws in gcc build: where is the gfortran ?
Hi.
I have dounloaded the "gcc-core", "gcc", "g++" and "gfortran" packages
from a mirror site, unpacked them in the same directory.
Did the build as described in http://gcc.gnu.org/install/.
[ on stage "build" I choosed the optimized option
(http://gcc.gnu.org/install/build.html)
make CFLAGS='-O' LIBCFLAGS='-g -O2' \
LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
]
1)
Now I see that it didn't install or build gfortran.
How do I build it ?
2) In the "prefix-dir/bin" folder there is "g++", "gcc", "c++ -> g++",
but no "cc->gcc". Does it mean there are some problems
with C front end, or this is just a flaw in the build process ?
(I've run the test suite, it didn't reported problems)
Thanks and regards,
Dima.