[omniORB] Building under GCC2.95.1

Brent Fulgham bfulgham@xpsystems.com
Wed, 15 Sep 1999 09:04:17 -0700


> Having installed the kernel headers and souce, I built GCC 2.95.1 wiht
> no problems. When I tried to compile omiORB in the new environment, I
> get the following error output. (note that it compiled fine with the
> same options under ecgs 1.1.2)
> 
[ .... GCC Output snipped ... ]

These are FAQ's.  You should review the mailing list archive at
the Omniorb website, and search under GCC.  There are at least
three patches to correct problems of this sort.

You must understand that GCC is much more strict about syntax
than EGCS was.  Further, you now have new libraries and header
files on your system, which may have slightly different calling
conventions.

-Brent