[omniORB] gcc/g++ and omniORB
Duncan Grisby
duncan@grisby.org
Wed Mar 19 14:35:02 2003
On Friday 14 March, "Lee, Robert C." wrote:
> I got a message from the cywin mailing list that the cygwin header files are
> not compatiable with VC++, that I had to use gcc.
It's not just the headers that are incompatible -- the compiled code
is incompatible too. You cannot mix C++ code compiled with VC++ with
code compiled with GCC.
> I'm a bid puzzled, there is a version of omniORB for windows requiring
> cygwin and all the examples uses the microsoft compiler, is there any
> support for gcc/g++?
The build process of omniORB requires cygwin tools. It does not use
the cygwin compiler.
omniORB 4.0.1 in theory works with cygwin, using the cygwin gcc. I
haven't tried it myself.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --