This is the mail archive of the gcc-bugs@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]

egcs-1.0.1


I installed egcs in usr/local/egcs so not to corrupt the current version
of gcc that we run.  I wrote a short C program in the usr/local/egcs/bin
directory

#include "../include/stdio.h"

void main(void)
{
 printf("hello\n");
}

When I tried to compile it I got the following error:

gcc: installation problem, cannot exec `cc1plus': No such file or
directory.

This is my first attempt at installing a compiler so any help is
appreciated.

Thank you,

--
Donny L. Drummonds
DonnyD@quickturn.com
978.251.3377 x346





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