gcc problem

Jason DeVita yellowdog-newbie@lists.terrasoftsolutions.com
Sun, 20 Jul 2003 11:25:02 -0400 (EDT)


Well, I don't know much about how gcc works, but the first thing I'd try
is locating 'cc1plus'.  I found it in
"/usr/lib/gcc-lib/ppc-yellowdog-linux/3.2.2/".  That would at least tell
you if it is not there, or if it is there and gcc can't find it for some
reason.

-J


>
> When I issue the command:
> 	gcc hello.cpp -o hello.run
>
> I get the following error:
> 	gcc: installation problem, cannot exec `cc1plus': No such file or
> directory