How to make my app run on solaris?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

How to make my app run on solaris?

Post by MasterGod »

Is there anything I should do different to make my application run on Solaris or can I just use the version that runs on Windows XP.

PS: I have never worked with Solaris but I will so so I just want to be prepared.
Last edited by MasterGod on Tue Sep 04, 2007 6:29 pm, edited 1 time in total.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
lukrop
Posts: 27
Joined: Wed Aug 29, 2007 10:28 am
Location: Vienna, Austria

Post by lukrop »

i never worked with solaris but it's unix based so i think you have to use gcc and need some working Makefiles, but i don't know if the linux makefiles work on solaris...
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Sure they do :D Simply set GXX to g++, CC to gcc, and use gmake instead of make (the latter would be the original Solaris Make). All three tools have to be in your path, and in case the gcc is not installed system-wide you also have to adapt your LD_LIBRARY_PATH such that stdc++.so is found.
The Solaris port is currently not working due to the inline assembler things I fixed recently. But it will in the next days.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

My lecturer had a problem with the computer on the first lesson so I didn't had my first time with Solaris 10 yet so I don't know how to use it. On my next lesson I'll have my first try with solaris so I'll see if I can do what you said and report if it works.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

It should compile again now. Did not run it the last month, though, so I don't know how it looks like :lol:
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

hybrid wrote:It should compile again now. Did not run it the last month, though, so I don't know how it looks like :lol:
Sorry but what are you talking about?
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The Solaris port of Irrlicht. What else is this thread about? I simply said that I only check if Irrlicht compiles. I don't run it on Solaris. So it might be the case that you see ugly artifacts in your graphic.
Post Reply