> [cclay@www cclay]$ make test
> g++     test.cpp   -o test

Generally, 'test' is not a good name for a test program because there
exists a shell builtin / external program also called 'test' which will
most likely not do what your test program does.

> <command line>: warning: "system" re-asserted
> <command line>: warning: "cpu" re-asserted
> <command line>: warning: "machine" re-asserted

I don't know C++ really so I don't know where these are coming from.

> cpp: -lang-c++: linker input file unused since linking not done
> g++: installation problem, cannot exec `cc1plus': No such file or directory
> make: *** [test] Error 1

That looks more serious. It would see that your cc1plus binary is not
found. On mandrake systems there should be a directory:

/usr/lib/gcc-lib/i586-mandrake-linux

where the actual compiler parts live. In that directory there should be
a file 'cc1plus'.

>   cyberclay
------------------------------------------------------------------------
David E. Fox                              Thanks for letting me
[EMAIL PROTECTED]                            change magnetic patterns
[EMAIL PROTECTED]               on your hard disk.
-----------------------------------------------------------------------

Reply via email to