search for: bexpall

Displaying 20 results from an estimated 64 matches for "bexpall".

2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2015 Nov 26
0
compile question
...mmove,__memmove64. ##ADD: This black magic puts lc before lR and pockets this. + ## MAMF: This black magic is no longer working, it seems - getting duplicate symbol errors now. 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}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" + main_ldflags="${wl}-brtl ${wl}-bexpall" fi...
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
...) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS) > > where module.exp is a text file containing the names of symbols to be > exported by module.so I think you can skip creating the text file by changing the command line options to $(F77) -o module.so -bM:SRE -bexpall -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS) ie replacing the -bE:module.exp option by -bexpall. This option is only available in AIX 4.2 and later. I have just tried it and it appears to work for me. Maybe we are really getting somewhere!! Arne -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2015 Nov 26
2
compile question
...64. > ##ADD: This black magic puts lc before lR and pockets this. > + ## MAMF: This black magic is no longer working, it seems - getting duplicate symbol errors now. > 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}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000" > else > - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" > + main_ldflags="${wl}-brtl ${wl}-bexpall...
2007 Mar 11
0
No subject
export LDFLAGS="bexpall bla bla" Thanx and best regards. 2007/3/28, Ralf Becker <beckerr at fh-trier.de>: > > Hello funkypunky drunky, > > on AIX dovecot plugins (which are shared objects = .so) are a little bit > problematic. It is not enough to activate run time linking by using > -brtl and...
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 object files are not allowed in 64-bit mode. collect2: ld retur...
2015 Oct 15
3
Building R for AIX in 64-bit mode
.... -I../../src/include -I../../src/include -I/opt/buildaix/include -I/opt/include -DHAVE_CONFIG_H -mminimal-toc -I/opt/include -I/opt/buildaix/include -maix64 -O2 -L/usr/local/lib -DR_HOME='"/data/prj/cran/64/R-3.2.2"' -o Rscript ./Rscript.c gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -Wl,-bE:../../etc/R.exp -L/usr/local/lib -o R.bin Rmain.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cum.o dcf.o datetim...
2015 Dec 16
2
Building R in 64-bit mode
...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" + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc"...
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...inary. 2. I edited config.site with the following: CC="xlc_r" CFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto" F77="xlf_r" FFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto -qextname" SHLIB_LDFLAGS="-Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall" CXX="xlC_r" CXXFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto" SHLIB_CXXLDFLAGS="-qmkshrobj" 3. Ran configure with the following options: --with-tcltk=no --prefix=$HOME --with-readline=no and get the following: R is now configured for powerpc-ibm-aix5.1.0....
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 directory `/home/meb/source/R...
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no errors. However, when I said make, I got the following errors: gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 ld: 0711-317 ERROR: Undefined symbol: .log10 ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbo...
2006 Jan 27
1
R compile on AIX 5.2
...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,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_...
2006 Jan 27
1
R compile on AIX 5.2
...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,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_...
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
....o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o mkdtemp.o libs/*o ranlib libR.a gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -lc -Wl,-bE:../../etc/R.exp -L/usr/local/lib -o R.bin Rmain.o libR.a -lgfortran -lm /opt/pware/lib/gcc/powerpc-ibm-aix5.2.0.0/4.2.4/libgcc.a -lg -lintl -ldl -lm ld: 0711-317 ERROR: Undefined symbol: .dcopy ld: 0711-317 ERROR: Undefined symbol: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .ddot l...
2005 Nov 25
1
Problems compiling R under AIX 4.3
...ectory `/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' make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together collect2: ld returned 1 e...
2015 Dec 16
0
Building R in 64-bit mode
...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" > + main_ldflags="${wl}-brtl ${wl}-bmaxdata...
2015 Dec 18
1
Assistance much appreciated
...0 +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" + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc"...
2005 Feb 21
1
Problems Building R on AIX 5.2.0.0
...info or html versions of the R manuals configure: WARNING: you cannot build PDF versions of the R manuals configure: WARNING: I could not determine a browser configure: WARNING: I could not determine a PDF viewer $ make <snip> gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:. ./../../etc/R.exp -L/usr/local/lib -o lapack.so -Wl,-bI:../../../etc/Rlapack.exp Lapack.lo rgeev.lo rsyev.lo -L../../../lib -lRlapack -L/usr/local/lib -L/usr/ local/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2 -L/usr/local/lib/gcc-lib/powerpc- ibm-aix5.2.0.0/3.3.2/../../.. -lfrtbegin -lg2c...
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
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
...rary/splines/src' make[5]: Entering directory `/my_buildR_dir/R-2.7.0/src/library/splines/src' xlc_r -q64 -qlanglvl=extc99 -I../../../../include -I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11 -O -qstrict -c splines.c -o splines.o xlc_r -q64 -qlanglvl=extc99 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/my_libiconv_dir/lib -L/usr/lib -L/usr/X11R6/lib -L/my_buildR_dir/R-2.7.0/lib -o splines.so splines.o -lm -L../../../../lib -lR make[5]: Leaving directory `/my_buildR_dir/R-2.7.0/src/library/splines/src' make[4]: Leaving directory `/my_buildR_dir/R-2.7.0/src/library/spline...