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
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
> 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),
> &
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
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
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
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
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
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.
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-
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
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
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
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
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
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
16 matches
Mail list logo