Re: [Rpy] build problems (OS X, MacPorts version of R)

2007-05-05 Thread Gregory Warnes
Hi John, If the gcc's are incompatible, then you may have yet another problem: python itself will have been built with one, and R the other. Before trying to modify the default compiler options, try running the compler commands that setup.py displays as it tries to work. It should pick up

Re: [Rpy] build problems (OS X, MacPorts version of R)

2007-05-05 Thread John Owens
Gregory Warnes mac.com> writes: > > Hi John, > > If the gcc's are incompatible, then you may have yet another > problem: python itself will have been built with one, and R the other. Arggh. Yes, that may be the case, have to cross that bridge when I come to it. > Before trying to modify th