Re: Q: cc1plus

1999-05-22 Thread Thomas Ruedas
>The intent of that is to invoke the C++ compiler as "g++" rather than >"gcc". >Change the "GCC" definition in sources.cc/makefile from "gcc" to "g++". Hello, and thanks a lot again - now I got it. Indeed, changing this made it work without problems. >wp2latex doesn't seem to follow many of the i

Re: Q: cc1plus

1999-05-21 Thread J.H.M. Dassen
On Fri, May 21, 1999 at 11:36:44 +0200, Thomas Ruedas wrote: > Originally, I got the error message gcc: install problem, cannot exec > 'cc1plus': No such file or directory when compiling a program (actually > wp2latex v.2.64, see http://cmp.felk.cvut.cz/~fojtik/wp2latex.htm) by > calling a makefile

Re: Q: cc1plus

1999-05-21 Thread Thomas Ruedas
First, thanks to J.H.M.Dassen (Ray) for the reply concerning the error message. However, things still don't work, so I have to update the question... Originally, I got the error message gcc: install problem, cannot exec 'cc1plus': No such file or directory when compiling a program (actually wp2lat

Re: Q: cc1plus

1999-05-20 Thread J.H.M. Dassen
On Thu, May 20, 1999 at 13:49:58 +0200, Thomas Ruedas wrote: > I tried to compile a C++ program and got the following error message: gcc: > install problem, cannot exec 'cc1plus': No such file or directory > > I have gcc, g++ and cc installed (at least the which command tells me > that they are),

Q: cc1plus

1999-05-20 Thread Thomas Ruedas
I tried to compile a C++ program and got the following error message: gcc: install problem, cannot exec 'cc1plus': No such file or directory I have gcc, g++ and cc installed (at least the which command tells me that they are), so I don't know what's wrong. What is cc1plus resp. what is it part fro