Hello, Emerging gcc-3.3.4-r1 results in an incomplete installation. The 'gcc' binary installs fine; however, g77 is not installed. I only have noticed that g77 is missing: there probably are other parts of the installation missing as well. Here is a copy of my make.conf USE="X gtk gnome -qt -kde -alsa" CHOST="i686-pc-linux-gnu" CFLAGS="-O3 -mcpu=pentium3 -funroll-loops -pipe" CXXFLAGS="${CFLAGS}" PKGDIR="/usr/local/portage/packages" PORTDIR_OVERLAY="/usr/local/portage" MAKEOPTS="-j3" AUTOCLEAN="yes" Reproducible: Always Steps to Reproduce: 1. make sure 'emerge gcc' will emerge gcc-3.3.4-r1 2. emerge gcc 3.
I believe you have to add +f77 to your use variable. If you do USE="+f77" emerge gcc, g77 should be installed.
You failed to include the output of 'emerge info' like the bug reporting guidelines tell you to do. Your problem is probably fixed by comment #1
Sorry for neglecting `emerge info`... I can confirm that the problem is actually fixed by adding "f77" to the USE variable.