Whic defines should I check when compiling on Solaris 10?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Whic defines should I check when compiling on Solaris 10?

Post by MasterGod »

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.

Thanks.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

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.
Post Reply