On SPARC, Sun OpenGL installation creates the following
files either explicitly or as symbolic links in
/usr/lib and /usr/include:
/usr/lib/libGLU.so.1
/usr/lib/libGLU.so
/usr/lib/libGLw.so.1
/usr/lib/libGLw.so
/usr/lib/sparcv9/libGLU.so.1 // amd64 for x86
/usr/lib/sparcv9/libGLU.so
/usr/lib/sparcv9/libGLw.so.1
/usr/lib/sparcv9/libGLw.so
/usr/include/GL/glu.h
/usr/include/X11/GLw:
GLwDrawA.h
GLwDrawAP.h
GLwMDrawA.h
GLwMDrawAP.h
The x86 SUNWxorg-mesa package installation should make
the build environment look the same as SPARC so that
ISV development environments for Solaris don't need
as many platform specific changes. Symlinks are fine.