building CVS with cpp support

Ralf Corsepius ralf.corsepius at rtems.org
Wed May 18 14:15:36 UTC 2005


On Wed, 2005-05-18 at 15:53 +0200, Philippe Simons wrote:
> i thaught g++ was only required for compile, and gcc was able to link
> cpp object?

Nope, conversely. You must use g++ to link c++ applications.

> I compiled gcc with c++ support.
> What can i do to fix that?
Change your makefile to using g++ instead of gcc

Ralf





More information about the users mailing list