I want to port my engine to Solaris 10.
It already compiles and run on linux without any problems, what should I add/check to make it run on Solaris?
Currently the external libraries I use are Irrlicht and IrrKlang which both support Solaris IIRC.
For me it works automatically with this command: 'CC=gcc gmake'
When linking the examples you have to add -lrt and remove -lXxf86vm (at least on my machine). You might also need to enable or disable some options in IrrCompileConfig.h, but it should work be easy.