[omniORB] ANN: omniORB 4.0.0 and omniORBpy 2.0 release candidates
Mark Zimmerman
markzimm@frii.com
Tue Sep 17 15:49:01 2002
Greetings:
I am trying to compile omniORB 4.0.0 with Sun C++ 5.0 and I have
encountered the following problem:
By default, c++ style comments are not allowed by the c compiler. This
can be overcome by specifying
COPTIONS = -xCC
in the sun4_sosV_5.x.mk file. However, I have not succeeded in getting
this to work through autoconf. Setting the COPTIONS and the CFLAGS
environment variables had no effect.
-- Mark