Re: [R] Problems compiling R under AIX 4.3

2005-12-03 Thread Reinhard Sy
Hello, yes I have checked out R-Admin-Manual. here what I've done: export MAIN_LD=/usr/local/bin/ld # gnu linker export SHLIB_LDFLAGS=-W1,-G export MAKE=/usr/local/bin/make export LD_LIBRARY_PATH=/usr/local/lib export MAIN_LDFLAGS = -Wl,-brtl then I start configure the Result is:

[R] Problems compiling R under AIX 4.3

2005-11-25 Thread hacker-24
Hi, I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN) Compilers. here the error message I got: make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: `Makedeps' is up to date. make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11'

Re: [R] Problems compiling R under AIX 4.3

2005-11-25 Thread Prof Brian Ripley
On Fri, 25 Nov 2005 [EMAIL PROTECTED] wrote: Hi, I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN) Compilers. Did you check out the R-admin manual? That suggests you need SHLIB_LDFLAGS=-Wl,-G which you do not seem to have. Note also the report there that you