[R-SIG-Mac] X11 and rgl in Leopard

Duncan Murdoch murdoch at stats.uwo.ca
Fri Nov 9 16:22:14 CET 2007


On 11/8/2007 3:25 PM, Jan de Leeuw wrote:
> On X11: it is a good idea to install the test version of Xquartz
> available from:
> 
>     http://people.freedesktop.org/~bbyer/x11app/
> 
> with instructions at
> 
>     http://www.x.org/wiki/XDarwin
> 
> 1.2a7 has many bug fixes, and it is written by Ben Byer of Apple's
> X11 group. But it will be while before it gets into official
> OS X releases.
> 
> On rgl: when compiling, use LDFLAGS
> 
> -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/ 
> Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/ 
> Versions/A/Libraries/libGL.dylib
> 
> Otherwise, rgl won't find its symbols.

rgl uses autoconf to build its configure script, and as far as I can 
tell the current version of autoconf (one version newer than what we 
used) knows nothing about leopard.  So we need to change the 
configure.ac input in order to make the above happen automatically.

Do you (or anyone else on the list) know what the change would be?  If 
you do, a patch would be appreciated:  I don't know much at all about 
autoconf (I'm a Windows guy), and don't have a leopard system to play with.

Duncan Murdoch



More information about the R-SIG-Mac mailing list