Momentics C++

I’ve run into some trouble trying to compile C++ sources on Momentics.

The C++ include files have been moved to /usr/include/g+±3, which doesn’t
seem to be in the default include path of either g++ or qcc. Should I link
all these files into /usr/include, or add -I/usr/include/g+±3 to all my
Makefiles, or have I missed something obvious?

A number of files include new.h and _G_config.h, neither of which exist in
/usr/include anywhere. Where can I find these files?

Thanks,
Shaun
(using the NC version of Momentics for now)

there was a bug in the posted specs file. Edit /usr/lib/gcc-lib/ntox86/2.95.3/specs
and remove the -nostdinc

Shaun Jackman <sjackman@nospam.vortek.com> wrote:

I’ve run into some trouble trying to compile C++ sources on Momentics.

The C++ include files have been moved to /usr/include/g+±3, which doesn’t
seem to be in the default include path of either g++ or qcc. Should I link
all these files into /usr/include, or add -I/usr/include/g+±3 to all my
Makefiles, or have I missed something obvious?

A number of files include new.h and _G_config.h, neither of which exist in
/usr/include anywhere. Where can I find these files?

Thanks,
Shaun
(using the NC version of Momentics for now)



cburgess@qnx.com