On Sun, 2005-01-16 at 13:24 -0500, Jeff Ratliff wrote: > On Thu, Jan 13, 2005 at 11:16:24PM -0500, Darren Li wrote: > > Thanks > > > If you just want those 2 components, do this: > > 1) Become root > $ su - > Password: > > 2)Install stuff > yum install gcc > > If this doesn't install gcc-c++ as a dependency, do this: > yum install gcc-c++ Well, it may be because I also installed the gcc-4.0 preversions, but instead of having gcc, g++, g77, I have now gcc34, gcc4, g++34, g++4, gfortran.... and unfortunately many tools (including autoconf) want to see the former names. Am I missing something, did I do something wrong ? Is there a better way than creating the appropriate symlinks ?? Is there a proper patch for the autotools ?? As for gfortran, I now that is the new name for a totally new fortran compiler, so certainly autoconf needs to be updated...