Skip to content
Prev 5733 / 15075 Next

mac-builder

On Tue, 10 Mar 2009, Sundar Dorai-Raj wrote:

            
Correct (if it contains compiled code).  E.g. I have

tystie% otool -L tree/libs/tree.so
ree/libs/i386/tree.so:
 	tree.so (compatibility version 0.0.0, current version 0.0.0)
 	/Library/Frameworks/R.framework/Versions/2.8/Resources/lib/libR.dylib 
(compatibility version 2.8.0, current version 2.8.0)

and so it needs at least 2.8.0.

There are lots of other differences: only the Leopard builds have the 
64-bit architectures, for example.

I've tended to just install my own packages from sources: that way 
always works for me.