On Thu, 9 Jun 2016, Chris Hanson wrote: > The closest I got was bringing up GCC 2.95.3 using the system compiler, > I couldn?t manage to build GCC 3.3 or 4.2.1 for SunOS. (For legal > reasons I can?t really go near GPLv3 developer tools.)
Last time I tried was around gcc v4.7 and it failed miserably with a bunch of linker errors. I have Sun's compiler on there, but it's not even C99 compliant and that pisses off gcc something fierce these days. So, one would probably have to built it up stepwise, and maybe grab GNU binutils and see if their linker has any better luck. I ran out of steam and didn't try to go that far. -Swift