Displaying 20 results from an estimated 30 matches for "q64".
Did you mean:
64
2018 Jan 19
1
IBM Power vs Markdown
...tar.gz'
Content type 'unknown' length 80583 bytes (78 KB) ==================================================
downloaded 78 KB
installing source package 'markdown' ...
** package 'markdown' successfully unpacked and MD5 sums checked
** libs
/opt/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=nomaf:fenv -c Rbase64.c -o Rbase64.o /opt/ibm/xlC/13.1.6/bin/xlc_r -q64 -I/usr/local/lib64/R/include -DNDEBUG -I/usr/local/include -qpic -g -O2 -qstrict -qfloat=nomaf:fenv -c Rinit.c -o Rinit.o /opt/ibm/xlC/13....
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
...es. I also try the latest version 2.7.1 and
get the very similar errors.
The machine info:
-----------------------
$uname -srvp
AIX 3 5 powerpc
----------------------
My configuration is this:
----------------------------------------------------------
./configure \
CC="xlc_r -q64" \
CFLAGS="-O -qstrict" \
CXX="xlC_r -q64" \
CXXFLAGS="-O -qstrict" \
F77="xlf_r -q64" \
AR="ar -X64" \
CPPFLAGS="-I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
Hi all,
I am trying to compile R in 64-bit addressing mode under AIX 5.1. Currently, I
am using the following.
./configure -without-x CC='xlC_r' F77='xlf_r' CXX='xlC_r' CFLAGS='-q64 -g
-qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath'
MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64'
SHLIB_LDFLAGS='-q64' AR='ar -X32_64' MAKE='gmake' && gmake
I am getting s...
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
Hi all,
today I tried to compile R in 64-bit mode on Linux on Power4. I used the
following parameter with configure.
./configure -without-x CC='xlC' F77='xlf' CXX='xlC' CFLAGS='-q64 -g
-qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath'
MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64 -G'
SHLIB_LDFLAGS='-q64 -G' CPICFLAGS='-G' FPICFLAGS='-G' CXXPICFLAGS='-G'...
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
...e[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/pkg/libpng/include -I/usr/local/include
-I$LIBICONV/include -I/us...
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
...kdir ../../../library/tools/R
mkdir ../../../library/tools/po
make[4]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
make[4]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
make[5]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools/src'
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libiconv/AIX/include -I/rnd/homes/libpng/AIX/include
-I/rnd/homes/libjpeg/AIX/include -I/rnd/homes/zlib/AIX/include
-I/usr/lpp/X11/include/X11 -O -qstrict -c text.c -o text.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libi...
2015 Jan 08
1
compile only samba file server components
...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 -I/usr/linux/include/
-I/root/samba-4.1.12/include/ -I/opt/freeware/include/python2.7/"
export CXXFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/include/
-...
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley
>
> We do have alpha/beta test periods for new releases of R, so
> would anyone
> who did test AIX please confirm that they did succeed. (No
> one reported
> an error, including yourself: are any AIX users interested in helping
> having R available for AIX?) It is much better to have such reports
> during alpha test, or at least beta
2009 Oct 17
1
R292 on AIX53 using gcc
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 matter.
===============details==============================
Machine: IBM PowerPC_POWER5 / 4 proc, 1499
2004 Mar 13
0
64bit build on IBM
...s off to the developers!
#----------------------------------------------------------------------
# Settings in the config.site file
# Fortran or C options aren't making it everywhere.
#----------------------------------------------------------------------
CC='/usr/bin/xlc'
CFLAGS='-q64 ...'
F77='/usr/bin/xlf'
FFLAGS='-q64 ...'
CXX='/usr/bin/xlc'
CXXFLAGS='-q64 ...'
SHLIB_LDFLAGS=-b64
LDFLAGS='-L/usr/local/lib64/r4i4 -L/usr/lib'
bombs out. config.log:
configure:15817: checking whether mixed C/Fortran code can be run
** cftest ===...
2012 Apr 16
0
Groups on AD and LDAP samba configuration
Hi!
I have a problem regarding Samba on AIX, AD and LDAP integration.
The setup is this:
AIX 5.3
Samba 3.6.4, compliled with the following:
./configure AR="ar -X64" NM="nm -X64" CC="/usr/vacpp/bin/xlc -q64"
CXX="/usr/vacpp/bin/xlC -q64" CFLAGS="-O -q64" CXXFLAGS="-O -q64"
LDFLAGS="-bdynamic -brtl -b64 -blibpath:/sleipner/apps/lib:/lib:/usr/lib
-L/sleipner/apps/lib" CPPFLAGS="-I/sleipner/apps/include"
--prefix=/sleipner/
apps --with-krb5=/sleipner...
2015 Jun 03
0
Matrix loading hangs on AIX 5.3 with 3.1.2
...ng the freeware iconv and other GNU tools where needed.
Problem - the Matrix package hangs on installing.
Gets to:
Loading required package: Matrix
and then nothing. Left overnight even.
My env vars look like this:
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 F77="xlf_r -q64"
export AR="ar -X64"
export CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11"
export LDFLAGS="-L$LIBICONV/lib -L/u...
2010 Feb 03
0
Can't compile R 2.10.1 on AIX
...oadDB -> loadNamespace -> parseNamespaceFile -> read.dcf
Execution halted
make: *** [all] Error 1
My environment and configure settings look like this:
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/pkg/libpng/include -I/usr/local/include -I$LIBICONV/include -I/us...
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]]
2009 Feb 19
2
Build R-2.8.1 on AIX5.3
...://prs.ism.ac.jp/~nakama/AIX/changefiles. But I can not find a patch R-2.8.1 in this path.
So I want to know what I can do if I want to build R-2.8.1 on AIX5.3
In addition I use IBM compiler with below parameter:
OBJECT_MODE=64
LIBICONV=/where/libiconv/installed
CC="xlc_r -q64"
CFLAGS="-O -qstrict"
CXX="xlC_r -q64"
CXXFLAGS="-O -qstrict"
F77="xlf_r -q64"
AR="ar -X64"
CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11"
LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X...
2009 Dec 10
1
Compile problem on AIX with dovecot 1.2 rev 10449:a164075ea33a
+ exec /usr/vac/bin/xlc -g -qarch=pwr5x -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-mail -q64 -c -M mail-index-transaction.c -DPIC
"../../src/lib/bsearch-insert-pos.h", line 39.9: 1506-236 (W) Macro name array_bsearch has been redefined.
"../../src/lib/bsearch-insert-pos.h", line 39.9: 1506-358 (I) "array_bsearch" is defined on line 285 of ../../src/lib/array.h...
2010 Sep 09
2
configure error
Hi all,
on my system ("AIX 6.1" with "xlc -q64") the "configure" script for
"dovecot-2.0.2" breaks with:
checking whether fd passing works... no
configure: error: fd passing is required for Dovecot to work
in config.log:
configure:19524: ./conftest
configure:19524: $? = 1
configure: program exited with...
2005 Dec 14
1
R-beta on AIX5.2
I build R-beta on AIX5.2 is failed.
make[3]: Entering directory
`/home/nakama/Rbeta/R-beta/src/nmath'
xlc_r -I. -I../../src/include -I../../src/include -I/usr/local/include
-I/opt/freeware/include -DHAVE_CONFIG_H -q64 -I/usr/local/include
-I/opt/freeware/include -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -c
mlutils.c -o mlutils.o
"nmath.h", line 50.9: 1506-213 (S) Macro name calloc cannot be
redefined.
"nmath.h", line 50.9: 1506-358 (I) "calloc" is defined on line 641 of
/usr/include/...
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 prerequisite
headers?...
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
I'm building R-3.1.1 (64 bit) from source on AIX 7.1. It was going well until I hit this:
xlc_r -q64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
make[6]: Entering...