IRIX Network Forums
GCC 6 for Nekoware - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: IRIX/Software (//forums.irixnet.org/forum-7.html)
+---- Forum: Nekoware (//forums.irixnet.org/forum-56.html)
+---- Thread: GCC 6 for Nekoware (/thread-4424.html)

Pages: 1 2


RE: GCC 6 for Nekoware - Raion - 02-27-2025

> I have the Mipspro 7.4 cd but I though it was only C and C++ required a flexlm.

http://www.tech-pubs.net/wiki/Flexlm_License

Use this.

> Do you know what C++ standard mipspro supports? I was taking to the lead of the bzflag project (my fav sgi game of all time) and he was telling me that the 2.4 release uses some C++ v11 features.

C++98/03

I was gonna get the last version of 2.0.16 working but I was running into link order issues so I tabled it. If you wanna compile 2.4.x without rewrites, use GCC.

I only have SDL 1.2 compiled at the moment. I lost my SDL2 port completed by axatax and he's since disappeared so I haven't touched anything that may require later SDL.

Really for C software I'd rather go through and port it back to C99 and make it run on MIPSPro,but for C++, I guess I understand.

One of the biggest issues with newer projects is Cmake (I have 3.5, but that's it) and Ninja build systems.