[Rd] R 2.11.0 on RHEL5 / RODBC

2010-05-12 Thread Chuck White
I am compiling R 2.11.0 on a RHEL5.3 box using the following settings ./configure --with-readline=yes --enable-R-shlib=yes --with-x=yes --with-blas="-llibptf77blas -lpthread -llibatlas" --prefix=/usr/local/R-2.11.0 JAVA_HOME=$JAVA_HOME CPPFLAGS="-I/usr/local/unixODBC-2.3.0/include" I have compi

Re: [Rd] R 2.11.0 on RHEL5

2010-05-05 Thread Chuck White
Thanks again for your note. I am now compiling using: --with-readline=yes --enable-R-shlib=yes --with-x=yes --with-blas="-llibptf77blas -lpthread -llibatlas" --prefix=/usr/local/R-2.11.0 The above configuration is creating libRlapack.so as well. Do you specify --with-lapack as well? If so, wha

Re: [Rd] R 2.11.0 on RHEL5

2010-05-04 Thread Chuck White
> Administration". > > Best, > Uwe Ligges > > > On 03.05.2010 06:02, Chuck White wrote: > > I have built lapack-3.2 and atlas3.8.3 for a RHEL5.3 VM. The following > > files have been created -- libatlas (.a& .so), libcblas (.a& .so), > &

[Rd] R 2.11.0 on RHEL5

2010-05-02 Thread Chuck White
I have built lapack-3.2 and atlas3.8.3 for a RHEL5.3 VM. The following files have been created -- libatlas (.a & .so), libcblas (.a & .so), libf77blas (.a & .so), liblapack (.a & .so), libptcblas (.a & .so), libptf77blas (.a & .so) and libstatatlas.a. When building R 2.11.0, I would like to be

[Rd] R 2.11.0 on RHEL5

2010-05-02 Thread Chuck White
I have built lapack-3.2 and atlas3.8.3 for a RHEL5.3 VM. The following files have been created -- libatlas (.a & .so), libcblas (.a & .so), libf77blas (.a & .so), liblapack (.a & .so), libptcblas (.a & .so), libptf77blas (.a & .so) and libstatatlas.a. When building R 2.11.0, I would like to be

[Rd] R292 and tcl/tk

2009-11-02 Thread Chuck White
BACKGROUND R2.9.2 built on power5 aix5.3 using gcc 4.2.4 (also installed: tcl and tk 8.5.7) Access from a Windows XP machine using Exceed v9.0, aixterm (DISPLAY etc. setup) export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/usr/X11R6/lib -L/opt/freewa

Re: [Rd] unable to compile RODBC (R 2.9.2, AIX)

2009-11-01 Thread Chuck White
y and Marc, thanks for your response. Marc Schwartz wrote: > On Oct 31, 2009, at 1:13 PM, Chuck White wrote: > > > Hello -- I am trying to compile (linker error, not compiler error) > > RODBC for R 2.9.2 on AIX 5.3 using gc

[Rd] unable to compile RODBC (R 2.9.2, AIX)

2009-10-31 Thread Chuck White
Hello -- I am trying to compile (linker error, not compiler error) RODBC for R 2.9.2 on AIX 5.3 using gcc. I get the following error: gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/opt/freeware/lib -L/opt/f

Re: [Rd] unable to compile mgcv

2009-10-31 Thread Chuck White
I have been able to compile mgcv 1.5-6 *successfully* on the AIX box with gcc. I replaced all the TRUE/FALSE in magic.c and gdi.c with mgcvTRUE/mgcvFALSE. Thanks to William Dunlap for his help. __ R-devel@r-project.org mailing list https://stat.ethz.

Re: [Rd] unable to compile mgcv

2009-10-29 Thread Chuck White
again. Thanks -- I would appreciate any document/instructions you can point me to. William Dunlap wrote: > > > -Original Message- > > From: Chuck White [mailto:chuckwhi...@charter.net] > > Sent: Wednesday, October 28, 2009 3:47 PM > > To: r-devel@r-

Re: [Rd] unable to compile mgcv

2009-10-28 Thread Chuck White
Thanks for your response. Can you please point me to the make file where I would make this change. Thanks. William Dunlap wrote: > The first offending line in gdc.c is > 294 int *pivot,i,TRUE=1,j; > and TRUE must be #defined in some AIX > include file. Change it to true or > add #u

Re: [Rd] unable to compile mgcv

2009-10-28 Thread Chuck White
Some more details on my being able to compile R 2.9.2 for AIX 5.3 export OBJECT_MODE=64 export AR="ar -X64" export R_BROWSER=/opt/freeware/bin/firefox export MAKE=/usr/bin/gmake export R_SHELL=/usr/bin/bash #export LIBICONV=/opt/freeware/lib export CC="gcc -maix64 -pthread" export CXX="g++ -maix64

[Rd] unable to compile mgcv

2009-10-28 Thread Chuck White
Hello -- I am trying to compile R-2.9.2 on IBM Power5 machine with AIX 5.3. I have posted three previous posts. Over time I have made significant progress towards getting a successful build. I am now getting the following error: == begin i

Re: [Rd] R292 on AIX53 using gcc

2009-10-21 Thread Chuck White
Hello -- I haven't received any respones to my previous post on compiling R2.9.2 for AIX 5.3. Meanwhile, I have looked at the following post by Ei-ji Nakama [http://tolstoy.newcastle.edu.au/R/e4/devel/08/07/2171.html] and it appears that all the changes suggested in the patch are already in R2.9

Re: [Rd] R292 on AIX53 using gcc

2009-10-18 Thread Chuck White
Hello -- after my previous post, I tried to compile R 2.9.2 using xlc. The config.site changes are: == OBJECT_MODE=64 AR="ar -X64" R_SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash CC="xlc_r -q64" CFLAGS="-O -qstrict" CPPFLAGS="-I/usr/include -I/usr/local/includ

[Rd] R292 on AIX53 using gcc

2009-10-17 Thread Chuck White
I apologize for cross posting this message in the R-help group as well. Having posted it there a couple of hours ago, I felt this may be a more appropriate forum for a question of this type. Hello -- I am unable to build R 2.9.2 on IBM PowerPC AIX5.3. I would appreciate any help in this matt