On Tue, Apr 6, 2010 at 7:22 AM, Dagobert Michelsen <[email protected]> wrote: > > (2) OpenGL > Solaris 9 doesn't have an OpenGL binding by default.
I dont even understand that statement. What do you mean, "binding" ? > And when I compile > on Solaris 9 SUNWglrt is an optional package which I can not rely > on. How should I proceed here? Compile without OpenGL on Solaris 9 > and only depend on Solaris 10 builtin OpenGL? compile against OUR OpenGL providing package, which Makes Things Work, automagically. (mesalibs, if I recall correct) it provides libGL. it also provides the headers. Then if sun opengl is present, the program will use that at runtime. Its that aux filter thing again. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
