search for: object_mode

Displaying 20 results from an estimated 55 matches for "object_mode".

2009 Oct 17
1
R292 on AIX53 using gcc
...unable to build R 2.9.2 on IBM PowerPC AIX5.3. I would appreciate any help in this matter. ===============details============================== Machine: IBM PowerPC_POWER5 / 4 proc, 1499 MHz 64-bit / AIX 5.3.0.0 Building R 2.9.2 using gcc/g++/gfortran 4.2.4 Config.site changes are: OBJECT_MODE=64 CONFIG_SHELL=/usr/bin/bash LIBICONV=/opt/freeware/lib AR="ar -X64" CC="gcc -maix64" F77="gfortran -maix64" LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/opt/freeware/lib -L/usr/local/lib" CXX="g++ -maix64" FC=&q...
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
...onnections.c", line 2319.14: 1506-022 (S) "truncate64" is not a member of "struct Rconn". "connections.c", line 3094.10: 1506-022 (S) "truncate64" is not a member of "struct Rconn". My configure script is attached below: #!/bin/ksh PRFX=`pwd` OBJECT_MODE=32 LIBICONV=/opt/freeware CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" CONFIG_SHELL=/usr/bin/bash MAKE=/opt/freeware/bin/make CC="xlc" CXX="xlc++" FC="xlf" F77="xlf" CFLAGS...
2009 Mar 12
1
How to install R-2.8.1 on AIX
Hi: I can't install the R-2.8.1 on the machine IBM AIX according the instruction configuratioin(OBJECT_MODE=64........). I can successfully ./configure ***, and get a Makefile. But during compiling the source code, there is some problem I can't fix it. Please tell me some tips about "how to install the R on my AIX. thankx very much. [[alternative HTML version deleted]]
2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...s. A short history of other people who have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. Basically, with settings that work for AIX and 32-bit - the only changes being -maix32 becomes -maix64 and export OBJECT_MODE=32 becomes export OBJECT_MODE=64 Then to shorten the 'make' bla bla, first run just make, then cd src/library/tools make -s sysdata http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+to...
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
...mespaceFile -> read.dcf Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/afs/.isis.unc.edu/pkg/r-2.10.1/.build/rs_aix53/R-patched/src/library/tools ' My environment and configure settings are as follows: export PATH=/usr/local/bin:/opt/freeware/bin:$PATH export OBJECT_MODE=64 export LIBICONV=/opt/freeware export CC="xlc_r -q64" export CFLAGS="-O -qstrict" export CXX="xlC_r -q64" export CXXFLAGS="-O -qstrict" export AR="ar -X64" export F77="xlf_r -q64" export CPPFLAGS="-I/afs/isis...
2015 Dec 18
1
Assistance much appreciated
...015-12-02 23:16:46.000000000 +0000 +++ R-3.2.3/configure 2015-12-16 10:52:15.000000000 +0000 @@ -26339,11 +26339,11 @@ ##ADD: However, for example, symbol in libc of memcpy is __memmove,__memmove64. ##ADD: This black magic puts lc before lR and pockets this. if test "x${OBJECT_MODE}" = "x64"; then - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc&...
2015 Dec 16
2
Building R in 64-bit mode
...3.orig/configure 2015-12-02 23:16:46 +0000 +++ R-3.2.3/configure 2015-12-16 10:52:15 +0000 @@ -26339,11 +26339,11 @@ ##ADD: However, for example, symbol in libc of memcpy is __memmove,__memmove64. ##ADD: This black magic puts lc before lR and pockets this. if test "x${OBJECT_MODE}" = "x64"; then - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc&quot...
2003 Mar 15
0
configure, IBM AIX and checking whether leap seconds are treated according to POSIX...
Hi, I am trying to compile R for 64 bits on a mainframe running IBM AIX. Setting the environment variable OBJECT_MODE=64 leads to hanging while checking whether leap seconds are treated according to POSIX... Interestingly, it works fine when OBJECT_MODE=32... Any pointer would help me much... Thanks, L. -- -------------------------------------------------------------- currently at the National Yang-Ming U...
2003 Dec 08
0
Re: Compiling R in 64-bit mode on AIX
...I was buried in an important project. I can offer you a solution that was actually found by one of our customers, Tobias Reber from DKFZ (German Cancer Research Center). I am appending a patch (generated by cvs diff -c ...) that I applied to R v1.6.2. Then I typed the following two commands. OBJECT_MODE=64 \ MAKE=gmake \ CC="cc -DSTDC" \ CXX="xlC" \ MAIN_LDFLAGS="-Wl,-brtl" \ SHLIB_LDFLAGS="-Wl,-G" \ F77="xlf" \ ./configure \ --without-x \ --without-blas OBJECT_MODE=64 gmake After this I tested with "gmake check" and found no errors. I...
2009 Jan 09
1
[R 2.8.1 on AIX 5.3] WARNING: tiffio.h: present but cannot be (PR#13440)
Dear r-bugs, With AIX 5.3 and OBJECT_MODE=64 CC="xlc -q64" CXX="g++ -maix64" and ./configure --without-iconv --enable-R-shlib the following warning occurs: configure: WARNING: tiffio.h: present but cannot be compiled configure: WARNING: tiffio.h: check for missing prereq...
2006 Jan 27
1
R compile on AIX 5.2
...I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've tried both the development bundle R-devel_2006-01-25.tar.gz and the R-beta.tar.gz from about a month ago. In each instance, I'm using the following options prior to running "./configure --prefix=/usr/local/R": OBJECT_MODE=32 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G F2C=/usr/local/bin/f2c The "R-beta" bundle successfully completes the "configure" stage but comes up with the following error during "make": gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-...
2006 Jan 27
1
R compile on AIX 5.2
...I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've tried both the development bundle R-devel_2006-01-25.tar.gz and the R-beta.tar.gz from about a month ago. In each instance, I'm using the following options prior to running "./configure --prefix=/usr/local/R": OBJECT_MODE=32 MAIN_LDFLAGS=-Wl,-brtl SHLIB_LDFLAGS=-Wl,-G F2C=/usr/local/bin/f2c The "R-beta" bundle successfully completes the "configure" stage but comes up with the following error during "make": gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-...
2015 Jan 08
1
compile only samba file server components
...ile only smbd(file server) components with samba source 4.1.12? having -without-ad-dc and -without-winbind options in configure, still see other commponents compiled. using following steps to compile on AIX 6.1 with XLC. unset LIBPATH unset LD_LIBRARY_PATH export InstallDir=/opt/samba export OBJECT_MODE=64 export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g" export CXX="/opt/IBM/xlC/13.1.0/bin/xlC_r -g" export CFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/include/ -I/root/samba-4.1.12/include/ -I/opt/freeware/include/python2.7/" export CPPFLAGS="-qlanglvl=extc99 -q64...
2015 Dec 31
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...gt; different versions of AIX. I shall only add that I get the same >> results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. >> >> Basically, with settings that work for AIX and 32-bit - the only >> changes being >> -maix32 becomes -maix64 >> and >> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >> >> Then to shorten the 'make' bla bla, first run just make, then >> >> cd src/library/tools >> make -s sysdata >> >> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >> &...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...Urbanek wrote: > Michael, > > I'm using xlc + xlf - the exact flags are > > configure CC=xlc_r CXX=xlc++_r F77=xlf_r FC=xlf95_r LIBS='-L/opt/freeware/lib /opt/freeware/lib/libiconv.a -lpthread' --prefix=/opt/freeware CPPFLAGS=-I/opt/freeware/include > > with export OBJECT_MODE=64 in the env (and libiconv from perzl.org RPMs - iconv is a serious pain). > > I have changed the TRE typedef from "wint_t" to "unsigned int" since that is what the other platforms use anyway. > > On my AIX7 VM I'm running out of memory in xz when lazy-loading i...
2016 Jan 01
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...s of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. >>>> >>>> Basically, with settings that work for AIX and 32-bit - the only changes being >>>> -maix32 becomes -maix64 >>>> and >>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>> >>>> Then to shorten the 'make' bla bla, first run just make, then >>>> >>>> cd src/library/tools >>>> make -s sysdata >>>> >>>> http://article.gmane.org/gmane.comp.l...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...he same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. >>>>>> >>>>>> Basically, with settings that work for AIX and 32-bit - the only changes being >>>>>> -maix32 becomes -maix64 >>>>>> and >>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>>>> >>>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>>> >>>>>> cd src/library/tools >>>>>> make -s sysdata >>>>>> >>&...
2015 Dec 16
0
Building R in 64-bit mode
...12-02 23:16:46 +0000 > +++ R-3.2.3/configure 2015-12-16 10:52:15 +0000 > @@ -26339,11 +26339,11 @@ > ##ADD: However, for example, symbol in libc of memcpy is > __memmove,__memmove64. > ##ADD: This black magic puts lc before lR and pockets this. > if test "x${OBJECT_MODE}" = "x64"; then > - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 > ${wl}-bpD:0x110000000 -lc" > + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 > ${wl}-bpD:0x110000000 -lc" > else > - main_ldflags="${wl...
2015 Dec 30
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...have reported on this on different > versions of AIX. I shall only add that I get the same results on AIX > 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. > > Basically, with settings that work for AIX and 32-bit - the only > changes being > -maix32 becomes -maix64 > and > export OBJECT_MODE=32 becomes export OBJECT_MODE=64 > > Then to shorten the 'make' bla bla, first run just make, then > > cd src/library/tools > make -s sysdata > > http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed > > http://article.gmane.org/gma...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
Michael, I'm using xlc + xlf - the exact flags are configure CC=xlc_r CXX=xlc++_r F77=xlf_r FC=xlf95_r LIBS='-L/opt/freeware/lib /opt/freeware/lib/libiconv.a -lpthread' --prefix=/opt/freeware CPPFLAGS=-I/opt/freeware/include with export OBJECT_MODE=64 in the env (and libiconv from perzl.org RPMs - iconv is a serious pain). I have changed the TRE typedef from "wint_t" to "unsigned int" since that is what the other platforms use anyway. On my AIX7 VM I'm running out of memory in xz when lazy-loading is enabled which hi...