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 y

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 ha

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 --with-lap

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 fo

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
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 thr

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 wrote: > Tony, > > On Sep 3, 2009, at 6:14 PM, Tony Chiang wrote: > > So I am trying to confi

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

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

2009-09-03 Thread Simon Urbanek
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 4.2.1. I suspect you may have installed the Leopard

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

2009-09-03 Thread John C. Tull
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 4.2.1. John On Sep 3, 2009, at 3:16 PM, Tony Chiang wrote: Sorry, I forgot to mention that I had downloaded a

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

2009-09-03 Thread Simon Urbanek
Tony, On Sep 3, 2009, at 6:14 PM, Tony Chiang wrote: So I am trying to configure and build the latest of R-devel on one of the new Macbook Pro's running Snow leopard. I have installed the latest X-Code tools (downloaded from the Apple Site) and have gcc installed: gcc --versioni686-apple

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

2009-09-03 Thread Tony Chiang
Sorry, I forgot to mention that I had downloaded and installed the gfortran 4.2.3 from here http://r.research.att.com/tools/#gcc42 dhcp151062:R-devel tc$ gfortran --version > GNU Fortran (GCC) 4.2.3 > On Thu, Sep 3, 2009 at 3:14 PM, Tony Chiang wrote: > Hi, > > So I am trying to configure and