[523] in Pthreads mailing list archive
Re: Comile Question!
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Sat Nov 23 02:07:09 1996
Reply-To: proven@cygnus.com
To: Zhang Bin <zhb@pwrs.eea.tsinghua.edu.cn>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "Thu, 21 Nov 1996 16:00:22 EST."
<9611210818.AA17465@MIT.EDU>
Date: Sat, 23 Nov 1996 01:42:41 -0500
From: Christopher Provenzano <proven@proven.org>
> Dear Sir:
>
> When I was compiling this software, I encountered such a problem:
> -------------------------------------------------
> gcc: installation problem, cannot exec cc1plus: No such file or directory
> gmake: *** [obj/init.o] Error 1
> -------------------------------------------------
> My computer is HP9000/715 Workstation, HP-UX9.03.
>
> What is "cc1plus" and How can I fix this error?
cc1plus is the c++ compiler that comes with gcc. Grabing the latest gcc
and using that should fix the problem.
CAP