On Sun, 30 Jun 2002, Gary Smith wrote: > Is this installer meant to configure linux to use the new compilers? Definitely not. Replacing the system compiler (i.e. /usr/bin/gcc) isn't such a good idea no matter what OS you use. Did you specify any value for --prefix when you configured gcc? If so, check for <prefix>/bin/gcc, else /usr/local/bin/gcc. Jeff