Displaying 20 results from an estimated 55 matches for "brtl".
Did you mean:
brctl
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
...py is
__memmove,__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&q...
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/bu...
2015 Dec 16
2
Building R in 64-bit mode
...5-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"
+ main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa...
2015 Nov 26
2
compile question
...e,__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...
2005 Mar 01
1
Problems Building Ron AIX 5.2.0.0 (Solved)
Happily I got this to work, largely by trial-and-error. In hopes that this will
help somebody else, my config.site ended up being:
OBJECT_MODE=64
R_PAPERSIZE=letter
CC=/usr/local/bin/gcc
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
Which is virtually identical to that recommended in R-admin: one of my problems
was using "-W1,brtl" rather than "-W1,-brtl". This was R 2.0.1
on AIX 5.2.0.0 with GCC 3.3.2
The previous messages I'd posted on this issue are included below.
Paul
===...
2002 Mar 24
1
R on AIX
...oid a redefinition error message. */
etc ... noting the 'AIX 3' part, I am wondering if we need the macro
at all. Does anyone know?
* Dan also pointed me to 'run-time linking' vs the usual AIX style
linking. Using run-time linking one could simply do
MAIN_LDFLAGS=-brtl
SHLIB_LDFLAGS="-G"
instead of the complicated import/export handling with AIX linking,
and apparently also no longer need an export file?
Dan says that run-time linking is available in AIX 4.2 or better, does
anyone know more about this? Should it perhaps be made the def...
2015 Dec 16
0
Building R in 64-bit mode
...@@ -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...
2015 Dec 18
1
Assistance much appreciated
...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"
+ main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000...
2003 May 08
1
problems compiling R on AIX5.1
...I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
CFLAGS=-O3 -qstrict -qmaxmem=8192
FFLAGS=-O3 -qstrict -qmaxmem=8192
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXXFLAGS=-O2 -qmaxmem=8192
FC=xlf
CCFLAGS=-O3 -qstrict -qmaxmem=8192
But for some reason at make the compilation failed when trying to
locate a shared library for X. For this reason I tried to discard
shared libraries enabling --disable-shared on configure, but this
didn'...
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...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...d=gnu99 -I. -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...
2009 Feb 05
2
Problem with Kerberos auth on AIX 5.3
I've been banging my head against this for a few days so I thought I'd see if anyone has an idea of what's going on.
AIX 5.3
OpenSSH 5.1p1
MIT Kerberos 1.6.3
zlib 1.2.3
Built with CC=cc and LDFLAGS=-brtl
When the client attempts to enter their kerberos password the daemon rejects it with the following message:
debug1: Kerberos password authentication failed: Not enough space.
If you try again the message changes to:
debug1: Kerberos password authentication failed: There is not enough memory avail...
2006 Oct 24
0
problem compilation on AIX
I'm trying to install R-2.4.0 on AIX 5.2. But, I have an error message
during the compilation.
Can you help me please?
I have used :
export OBJECT_MODE=64
export CC=/usr/bin/xlc_r
export F77=/usr/bin/xlf_r
export CXX=/usr/bin/xlC_r
export LDFLAGS='-brtl'
export CFLAGS='-O2 -qstrict'
export FFLAGS='-O2 -qstrict'
export CXXFLAGS='-O2 -qstrict'
./configure --prefix =/home/..... --without-readline
That's ok.
But, when I made the command "make", I obtained :
......
/usr/bin/xlc_r -Wl,-G -Wl,-bexpall -Wl,-bnoe...
2006 Jun 02
1
Installation R-2.3.1 on IBM AIX5.3 (PR#8931)
Full_Name: Karsten Tabelow
Version: R-2.3.1
OS: AIX5.3
Submission from: (NULL) (62.141.176.2)
Specification in config.site:
CC=xlc_r
CFLAGS='-O -qstrict'
F77=xlf_r
FFLAGS='-O -qstrict'
SHLIB_LDFLAGS='-G'
DYLIB_LDFLAGS='-G'
LDFLAGS='-brtl'
CXX=xlc++_r
CXXFLAGS='-O -qstrict'
Complilation error in src/main/printutils.c:
"printutils.c", line 582.7: 1506-1352 (S) "va_start" may not appear in a
function without a variable argument list.
"printutils.c", line 591.5: 1506-277 (S) Syntax error: poss...
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...
2006 Jan 27
1
R compile on AIX 5.2
...X 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,-bI:../../../etc/R.exp -L/us...
2006 Jan 27
1
R compile on AIX 5.2
...X 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,-bI:../../../etc/R.exp -L/us...
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...om.o regex.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 sy...
2003 May 05
1
problems compiling R on AIX5.1
...se it seems that a file
called R.exp is missing (or maybe it's not well referenced on the
makefile).
Output of make:
....
xlc_r -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -O2 -qmaxmem=8192 -c dftables.c -o
dftables.o
xlc_r -Wl,-brtl -Wl,-bdynamic -Wl,-bE:../../../etc/R.exp -Wl,-bM:SRE
-L/usr/local/lib -o dftables -O2 -qmaxmem=8192 dftables.o
ld: 0706-004 Cannot find or read export file: ../../../etc/R.exp
ld:accessx(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last comm...