Re: c++ conversion
Yes, that was it. Thanks!
--
David
-------------------
On Sun, Jul 22, 2001 at 02:39:40PM -0700, Sean 'Shaleh' Perry muttered:
-->
--> On 22-Jul-2001 David Turetsky wrote:
--> > I would like to migrate some large c/c++ programs from Windows to Linux.
--> > Right now I'm invoking gcc -- and even for the most trivial program I am
--> > getting the error message: "installation problem, cannot exec 'cc1plus':
--> > no such file or directory"
--> >
-->
--> gcc is 2 things: the c compiler and the controller for the other language's own
--> compiler. Make sure you have g++ installed, it sounds like you don't. You
--> should be able to do 'g++ my.cpp' and it should work.
Reply to: