Skip to content

R in Leopard

1 message · Don Kalar

#
Hi all,

I was able to install the release build via the individual package
files (not the .mpkg, which had all of the individual packages
unchecked and non-modifiable), but building packages from source seems
to be broken.

I get the following error trying to build Rstem:

ld: library not found for -ldylib1.10.5.o

which I think is due to the compile flag "-isysroot
/Developer/SDKs/MacOSX10.4u.sdk" being incorrect on Leopard systems (
if I've read the documentation correctly, the location should now be
"/Developer/SDKs/MacOSX10.4u.sdk/usr/lib" )

I'm new enough to R that I'm not sure where these flags are stored,
otherwise I'd try to change the build command myself to see if that
fixes the error.

cheers,
-don