Thomas Dineen <tdineen@xxxxxxxxxxxxx> writes: > Now the question: Where is gcc? I can find C++, fortran77, and > so on but no gcc. I found xgcc but no gcc. Trust me I searched the > entire object tree. When you run "make install", xgcc will be installed under the name "gcc". There is no "gcc" executable in the object directory to avoid various confusing situations in which "." is first on PATH during the build itself. Ian