[omniORB] gcc v3
Stefan Seefeld
seefeld@sympatico.ca
Wed, 18 Apr 2001 09:06:18 -0400
hi there,
I successfully compiled a project with the latest gcc v3 snapshot
with only a single patch to omniORB. Because gcc v3 is not binary
compatible with 2.95.2 however, I couldn't simply test it.
The change is in the omniORB3/CORBA_sysdep.h header; you test
for the GCC_MINOR number to see whether namespaces are to be
used or not. All you need to do is take the new major/minor numbers
(3/0, I think) into consideration in this test.
Best regards, Stefan