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.