Displaying 20 results from an estimated 36 matches for "maix64".
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
Dear list,
I'm following the instructions provided here to compile R 64 bit on
AIX 6.1. I did
export OBJECT_MODE=64
export CC="gcc -maix64 -pthread"
export CXX="g++ -maix64 -pthread"
export FC="gfortran -maix64 -pthread"
export F77="gfortran -maix64 -pthread"
export CFLAGS="-O2 -g -mcpu=power6"
export FFLAGS="-O2 -g -mcpu=power6"
export FCFLAGS="-O2 -g -mcpu=power6"
./co...
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64"
CXX="g++ -maix64"
F77="gfortran -maix64"
FC="gfortran -maix64"
CFLAGS="-g -O3"
CXXFLAGS="-g -O3"
FFLAGS="-g -O3"
FCFLAGS="-g -O3"
LDFLAGS="-L/$HOME/usr/local/lib/ppc64 -L/$HOME/usr/local/lib"
CPPFLAGS=&qu...
2015 Nov 23
4
compile question
...--with-cairo=no --with-libpng=no --with-jpeglib=no
--with-libtiff=no \
--with-system-tre=no \
--with-recommended-packages=no \
--with-aix-soname=aix
And the environment is:
root at x072:[/data/prj/cran/64/R-devel]cat ../setup*
export OBJECT_MODE=64
export CC="gcc -maix64"
export CXX="g++ -maix64"
export F77="gfortran -maix64"
export FC="gfortran -maix64"
export LDFLAGS="-L/opt/lib/64 -lpcre"
FYI: configure ends with:
R is now configured for powerpc-ibm-aix7.1.3.0
Source directory: .
Installation director...
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
...32 bit
compiles fine. Thanks.
-- Vinh
On Thu, Oct 8, 2015 at 6:50 PM, Vinh Nguyen <vinhdizzo at gmail.com> wrote:
> Dear list,
>
> I'm following the instructions provided here to compile R 64 bit on
> AIX 6.1. I did
>
> export OBJECT_MODE=64
> export CC="gcc -maix64 -pthread"
> export CXX="g++ -maix64 -pthread"
> export FC="gfortran -maix64 -pthread"
> export F77="gfortran -maix64 -pthread"
> export CFLAGS="-O2 -g -mcpu=power6"
> export FFLAGS="-O2 -g -mcpu=power6"
> export FCFLAGS="...
2009 Oct 28
4
unable to compile mgcv
...a successful build. I am now getting the following error:
==========================================================
begin installing recommended package mgcv
* Installing *source* package 'mgcv' ...
** libs
gmake[2]: Entering directory `/tmp/RtmpOtsRnd/R.INSTALL2781446b/mgcv/src'
gcc -maix64 -pthread -std=gnu99 -I/usr/local/builddir/include -I/usr/local/include -O2 -g -mcpu=power5 -c gcv.c -o gcv.o
gcc -maix64 -pthread -std=gnu99 -I/usr/local/builddir/include -I/usr/local/include -O2 -g -mcpu=power5 -c gdi.c -o gdi.o
gdi.c: In function 'qr_ldet_inv':
gdi.c:294: erro...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...up most of the manual work now needed.
# Which release of libtool.m4 was used?
macro_version=2.2.6
macro_revision=1.3012
This may be all that is needed to cleanup what I am doing manually.
working with gcc I have done the following for 64-bit building
export OBJECT_MODE=64
export CFLAGS="-maix64 -O2"
export FFLAGS="-maix64 -O2"
export LDFLAGS="-lpthread"
Note - it does not look as if LDFLAGS is actually being picked up, but
maybe I had a typo.
The first error I get is:
Target "libunix.a" is up to date.
gcc -std=gnu99 -I. -I../../src/include -I....
2009 Oct 17
1
R292 on AIX53 using gcc
...s==============================
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="gfortran -maix64"
R_BROWSER=/opt/freeware/bin/firefox
MAKE=/opt/freeware/bin/make
Command for...
2015 Nov 23
0
compile question
...ion, Inc.
# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
> And the environment is:
> root at x072:[/data/prj/cran/64/R-devel]cat ../setup*
> export OBJECT_MODE=64
> export CC="gcc -maix64"
> export CXX="g++ -maix64"
> export F77="gfortran -maix64"
> export FC="gfortran -maix64"
> export LDFLAGS="-L/opt/lib/64 -lpcre"
>
> Thanks for your insight re: the missing tools/missing (or whatever it
> is looking for!)
>
&g...
2015 Nov 04
2
Building R for AIX in 64-bit mode
...mentation
aixtools.obj.gcc.man 4.7.4.0 C F man pages
aixtools.obj.gcc.rte 4.7.4.0 C F 1515 0416 2134
aixtools.obj.gcc.share 4.7.4.0 C F universal pages
aixtools64.gnu.libiconv.rte
>> export OBJECT_MODE=64
>> export CFLAGS="-maix64 -O2"
>> export FFLAGS="-maix64 -O2"
>
> See the manual: flags such as -maix64 should be part of CC, not
> CFLAGS. That explains a lot of what was reported.
> Specifically,
> https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Essential-programs-and-l...
2015 Dec 16
2
Building R in 64-bit mode
...irectory '/data/prj/cran/32/R-3.2.3/src/library'
'pdflatex' is needed to make vignettes but is missing on your system.
make[1]: Leaving directory '/data/prj/cran/32/R-3.2.3/src/library'
root at x065:[/data/prj/cran/32/R-3.2.3]
The same command, but as 64-bit stops at:
gcc -maix64 -mcpu=power5 -std=gnu99 -shared -Wl,-G -Wl,-bnoentry -lc
-L../../../../lib -L/opt/lib -o tools.so text.o init.o Rmd5.o md5.o
signals.o install.o getfmts.o http.
o gramLatex.o gramRd.o -lm -L../../../../lib -lR /opt/lib/libintl.a
/opt/lib/libiconv.a -lpthread -lc
ld: 0711-224 WARNING: Duplicate s...
2007 May 18
1
AIX testers needed
Per the request to test the latest tarball referenced below, I have
built R on AIX 5.3. There is a memory issue, please see 3) below.
1) Build with --enable-BLAS-shlib option. Builds and
passes "make check".
2) GNU libiconv was installed; R configured *without*
the --without-
iconv option. Builds and passes "make check."
3) Memory issue:
a)
2015 Nov 23
1
compile question
...ndation, Inc.
# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
> And the environment is:
> root at x072:[/data/prj/cran/64/R-devel]cat ../setup* export
> OBJECT_MODE=64 export CC="gcc -maix64"
> export CXX="g++ -maix64"
> export F77="gfortran -maix64"
> export FC="gfortran -maix64"
> export LDFLAGS="-L/opt/lib/64 -lpcre"
>
> Thanks for your insight re: the missing tools/missing (or whatever it
> is looking for!)
>
&g...
2015 Oct 15
0
Building R for AIX in 64-bit mode
...Which release of libtool.m4 was used?
> macro_version=2.2.6
> macro_revision=1.3012
>
> This may be all that is needed to cleanup what I am doing manually.
>
> working with gcc I have done the following for 64-bit building
>
> export OBJECT_MODE=64
> export CFLAGS="-maix64 -O2"
> export FFLAGS="-maix64 -O2"
See the manual: flags such as -maix64 should be part of CC, not CFLAGS.
That explains a lot of what was reported.
Specifically,
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Essential-programs-and-libraries
and https://cran....
2015 Dec 16
0
Building R in 64-bit mode
...-3.2.3/src/library'
> 'pdflatex' is needed to make vignettes but is missing on your system.
> make[1]: Leaving directory '/data/prj/cran/32/R-3.2.3/src/library'
> root at x065:[/data/prj/cran/32/R-3.2.3]
>
> The same command, but as 64-bit stops at:
>
> gcc -maix64 -mcpu=power5 -std=gnu99 -shared -Wl,-G -Wl,-bnoentry -lc
> -L../../../../lib -L/opt/lib -o tools.so text.o init.o Rmd5.o md5.o
> signals.o install.o getfmts.o http.
> o gramLatex.o gramRd.o -lm -L../../../../lib -lR /opt/lib/libintl.a
> /opt/lib/libiconv.a -lpthread -lc
> ld: 0711...
2015 Nov 04
0
Building R for AIX in 64-bit mode
...?
R-devel update (compared to R-3.2.2)
configure is now requiring bzlib.h - no idea what adding the file
actually adds - but will do so.
I guess it is something someone added - when the real issue would be the
library to link to!
configure:35647: checking bzlib.h presence
configure:35647: gcc -maix64 -E -I/opt/buildaix/include -I/opt/include
conftest.c
configure:35647: $? = 1
configure: failed program was:
configure:35647: result: no
configure:35647: checking for bzlib.h
configure:35647: result: no
configure:35712: checking whether bzip2 support suffices
configure:35719: error: bzip2 library...
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
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/freeware/lib64 -o RODBC.so RODBC.o -lodbc -lm -L/usr/l
ocal/builddir/lib -lR
ld: 0711-738 ERROR: Input file /usr/lib/libodbc.so:
XCOFF32 objec...
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote:
> Michael,
>
> I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2005 Jun 10
1
4.1p1 on AIX5200-05
sshd disconnects
openssh-4.1p1
on IBM p690 AIX 5200-05
using:
openssl-0.9.7g
zlib-1.2.2
openssh-4.1p1
CC="gcc -O0 -maix64" ./configure #- 64-Bit !!!
Compiles ok. ssh works fine.
sshd starts, accepts password, user authenticated
and then disconnects.
Debug log of both sshd and trying-to-connect client
(3.9p1-3.2 on Linux) are enclosed.
For test purposes por 3333 is used; however, same
behaviour when entir...
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?
configure: WARNING: tiffio....
2020 Mar 12
0
Linking Error Building Samba on AIX 7
...--disable-cups \
--disable-iprint \
--without-ldap \
--without-ads
Here is what is being executed.
10:58:25 runner ['gcc', '-g', '-Wl,-blibpath:/opt/local/samba/lib:/usr/lib:/lib,-brtl,-bbigtoc', '-maix64', '-shared', '-Wl,-brtl,-bexpfull', 'source3/lib/cluster_support.c.44.o', 'source3/lib/ctdb_dummy.c.44.o', '-o/nimfs/sw/build/samba-4.11.6/bin/default/source3/libsamba-cluster-support-samba4.so', '-Wl,-bsvr4,-R,/nimfs/sw/build/samba-4.11.6/bin/shared&...