On Wed, May 10, 2006 at 02:24:04PM +0000, sean yang wrote: > I made some modification on GCC 4.0.2 (basically, I added a simple pass) > and compiled it to binary. > > But I realized that the GCC I built does not include Fortran frontend. I > think I followed the standard steps > http://gcc.gnu.org/install/configure.html > > Could you please guess (based on your experience) what might have cause the > problem? > > Someone experts on the gcc mailing list said something like:"the > prerequisite of fortran frontend is not found on your machine". If that's > the problem, how can I find the rules of prerequisites and install them? This is a question for gcc-help; please don't send it to gcc@. You could find the rules of prerequisites by reading the fine manual; it's step one in the installation manual, and configuration is step 3. http://gcc.gnu.org/install/prerequisites.html -- Daniel Jacobowitz CodeSourcery