This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Prevent cpplib from being included

Hello,

I'm trying to compile a C app as C++, but it doesn't run. I looked at the .s files, and one difference with the C++ compilation is the line:

  IMPORT ||Lib$$Request$$cpplib|| [CODE,WEAK]


Maybe this is the problem (or, one of the problems.)

Is there a way of preventing the compiler from including this library if I compile with the --cpp option?