epi wrote: > > This looks like a problem to link OpenGL. > > That�s correct, for some reason seems that it doesn�t detect the right > architecture :
The configure script doesn't attempt to detect the architecture. The default is --with-opengl=yes, which is equivalent to --with-opengl=x11. For MacOSX, you need to use --with-opengl=mac (any of mac, macosx, osx, aqua and agl will work). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
