Julien Pierre wrote: > > Has anyone attempted EMX GCC builds recently ? > I'm having a problem with some code under VACPP. I'm suspecting the > runtime library is the problem. I'd like to try to build with gcc to see > if that eliminates it. I'd prefer to use the latest version of gcc, 3.x. > I know EMX is based on an older version of gcc. Is it possible to bulid > Mozilla/2 with the OS/2 port of gcc 3.0 ?
It was possible and very likely still is. The main differences from a standard EMX build are using the weak symbols mechanism as described in the compiler docs, and the linux x86 code for gcc 3.0.x in xpcom/.../xptcall/... h~
