Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-05 Thread Adam D. I. Kramer
Hi Simon, Tony, and anybode else who attempts to complie 2.9.2 for themselves on Snow Leopard, The configure line which eventually led to R configuring, building, and running was this: ./configure --prefix=/usr/local --with-x --disable-R-framework --enable-threads=posix --without-aqua

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-05 Thread Simon Urbanek
On Sep 4, 2009, at 11:27 PM, Adam D. I. Kramer wrote: Simon, Thanks for your comments; responses below. On Fri, 4 Sep 2009, Simon Urbanek wrote: Adam, On Sep 4, 2009, at 5:52 PM, Adam D. I. Kramer wrote: Hi Tony and Simon, I was having this trouble today/yesterday and

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-05 Thread Simon Urbanek
On Sep 5, 2009, at 7:10 PM, Adam D. I. Kramer wrote: Hi Simon, Tony, and anybode else who attempts to complie 2.9.2 for themselves on Snow Leopard, I would strong suggest *against* what you're doing, your configuration is far from any normal SL system. You're clearly free to use it for

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-04 Thread Adam D. I. Kramer
Hi Tony and Simon, I was having this trouble today/yesterday and have been following along on this thread. The solution I found was to add this to my ./configure: LDFLAGS=-m64 -L/usr/lib/gcc/i686-apple-darwin9/4.2.1/x86_64 -lgfortran and F77=gfortran -arch x86_64 ...this gets me

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-04 Thread Simon Urbanek
Adam, On Sep 4, 2009, at 5:52 PM, Adam D. I. Kramer wrote: Hi Tony and Simon, I was having this trouble today/yesterday and have been following along on this thread. The solution I found was to add this to my ./configure: LDFLAGS=-m64 -L/usr/lib/gcc/i686-apple-darwin9/4.2.1/x86_64 -

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-04 Thread Adam D. I. Kramer
Simon, Thanks for your comments; responses below. On Fri, 4 Sep 2009, Simon Urbanek wrote: Adam, On Sep 4, 2009, at 5:52 PM, Adam D. I. Kramer wrote: Hi Tony and Simon, I was having this trouble today/yesterday and have been following along on this thread. The solution I

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-03 Thread John C. Tull
On Sep 3, 2009, at 4:36 PM, Simon Urbanek wrote: John, On Sep 3, 2009, at 7:19 PM, John C. Tull wrote: There appears to be an Apple-supplied gfortran in /usr/bin now, but it is i386 arch rather than 64-bit. I'm not sure if you can use it to build a 64-bit R or not. It is also version

Re: [R-SIG-Mac] Building R-devel from Source on Snow Leopard

2009-09-03 Thread Tony Chiang
Hi Simon, I think that you might have resolved my issue. I did not specify the arch, so I will try that and let everyone know if that works. Cheers, --Tony On Thu, Sep 3, 2009 at 4:11 PM, Simon Urbanek simon.urba...@r-project.orgwrote: Tony, On Sep 3, 2009, at 6:14 PM, Tony Chiang wrote: