Skip to content
Prev 9130 / 15075 Next

rgl configure error: "missing required library GL"

On 23/07/2012 12:55 PM, Grimes Mark wrote:
I think that's a different problem.  The original one in this thread 
(which should now be fixed) caused R to fail to build.  This one causes 
it to fail to run on some newer MacOSX systems.  (Newer than what I 
have, anyway.)  This is probably caused by Apple changing their API; I 
don't know a fix, but a workaround is to delete the aglrgl.so library 
mentioned in the error message.  rgl will fall back to the X11 library, 
which still works.

Duncan Murdoch