John Martin wrote: > Emil Kalin wrote: >> Till now all I found is glut for sparc. I found some link to x86 in >> those forums 'but it turned out to be another sparc version is there >> any GLUT for solaris x86? >> > Both 32 and 64 bit builds for x86 are at: > > http://www.opengl.org/resources/libraries/glut/glut_downloads.php#sun > BTW, there is a bug in both distributions at the above link. The Studio compiler "-Xc" flag is used to build everything. This causes the drand48() prototype to be masked so the compiler treats the return value as int instead of double. One visible symptom is no rendering running progs/demos/particle.
The workaround is to compile without -Xc.
