This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question On gcc-3.4.6 Build


Thomas Dineen <tdineen@ix.netcom.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]