Displaying 20 results from an estimated 53 matches for "bnoentry".
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
...riedrich Leisch wrote:
> Yes, if I understood AIX workings correct you have to have a text file
> of to-be-exported symbols at the time of linking a shared library,
> i.e. the linker is called like (this is pasted from a mail by Arne)
>
> $(F77) -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)...
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 returned 8 exit sta...
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 Dec 16
2
Building R in 64-bit mode
...flags="${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"
fi
- shlib_ldflags="${wl}-brtl ${wl}-G ${wl}-bexpall ${wl}-bnoentry -lc"
+ shlib_ldflags="${wl}-G ${wl}-bnoentry -lc"
SHLIB_LIBADD="\$(LIBM)"
shlib_cxxldflags="${shlib_ldflags}"
if test "${GCC}" = yes; then
diff -ru R-3.2.3.orig/src/include/Defn.h R-3.2.3/src/include/Defn.h
--- R-3.2.3.orig/src/inclu...
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...lding 64-bit binary.
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-...
2015 Nov 26
0
compile question
...in_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
- shlib_ldflags="${wl}-brtl ${wl}-G ${wl}-bexpall ${wl}-bnoentry -lc"
+ ## MAMF: This black magic is clearly not working, removed from
main_ldflags to be consistent
+ shlib_ldflags="${wl}-brtl ${wl}-G ${wl}-bexpall ${wl}-bnoentry"
SHLIB_LIBADD="\$(LIBM)"
shlib_cxxldflags="${shlib_ldflags}"
if test...
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-3.1.1/src/lib...
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: Un...
2006 Jan 27
1
R compile on AIX 5.2
...cal/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/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...
2006 Jan 27
1
R compile on AIX 5.2
...cal/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/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...
2005 Nov 25
1
Problems compiling R under AIX 4.3
...: Entering directory `/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...
2015 Dec 16
0
Building R in 64-bit mode
...-bpT:0x100000000
> ${wl}-bpD:0x110000000 -lc"
> else
> - main_ldflags="${wl}-brtl ${wl}-bexpall -lc"
> + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc"
> fi
> - shlib_ldflags="${wl}-brtl ${wl}-G ${wl}-bexpall ${wl}-bnoentry -lc"
> + shlib_ldflags="${wl}-G ${wl}-bnoentry -lc"
> SHLIB_LIBADD="\$(LIBM)"
> shlib_cxxldflags="${shlib_ldflags}"
> if test "${GCC}" = yes; then
> diff -ru R-3.2.3.orig/src/include/Defn.h R-3.2.3/src/include/Defn.h
>...
2005 Feb 21
1
Problems Building R on AIX 5.2.0.0
...u cannot build 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/../../.. -lf...
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
...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/splines/src'
Err...
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...ix64 -pthread -std=gnu99 -I../../../../include -DNDEBUG
-I../../../include -I../../../../src/include -DHAVE_CONFIG_H
-I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g
-mcpu=power6 -c gramRd.c -o gramRd.o
gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall
-Wl,-bnoentry -lc -L/usr/local/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
-lintl
make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src'
mkdir -p -- ../../../../library/tools/libs
make[6]: Leaving directory '/sas/da...
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
...f
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXX=xlc
CXXFLAGS=' -g -O'
SHLIB_LDFLAGS=-W1, -G
MAKE=gmake
Configure ends successfully, but the make fails:
---cut
de -DHAVE_CONFIG_H -I/usr/local/include -g -c init.c -o init.o
xlc -qlanglvl=extc99 -Wl,-G -Wl,-G -Wl,-bexpall -Wl,-bnoentry -bshared -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o -lm
Error in solve.default(rgb) : lapack routines cannot be loaded
In addition: Warning message:
unable to load shared library '/cineca/prod/Bioinf/R-2.4.1/modules//lapack.so':
rtld: 0712-001 Symbol _xldip...
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...bperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='
-bE:/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE/perl.exp'
cccdlflags=' ', lddlflags='-bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp
-bE:$(BASEEXT).exp -bnoentry -lpthreads -lc_r'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Built under aix
Compiled at Jul 26 2002 13:48:15
@INC:
/usr/opt/perl5/lib/5.8.0/aix-thread-multi
/usr/opt/perl5/lib/5.8.0...
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
...c -lncurses -lm \
-lcc_dynamic \
gcc: Carbon: No such file or directory
On the GNU/Linux MIPS system, there is as yet no working Fortran
compiler, and f2c fails to build there, so R cannot be expected to
run.
On the IBM AIX system, I get this failure:
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall \
-Wl,-bI:../../../etc/R.exp -Wl,-L/usr/local/lib \
-Wl,-bE:../../../etc/Rlapack.exp -o libRlapack.so dlamc.lo \
dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo \
cmplxblas.lo \
-L/usr/local/lib/gcc-lib/powerpc-ibm-aix4.2.1.0/2.95.3 \
-L/usr/local/powerpc-ibm-aix4....
2005 Aug 11
2
Make process stops with errors
.../opt/compiled/include -I/opt/compiled/include
-I/opt/freeware/include -I/opt/freeware/include/openssl
-I/opt/compiled/include/sasl -I/opt/compiled/include/gssapi
-I/opt/compiled/include
-I/home/johsod/freyasamba/samba/samba-3.0.14a/source
LIBS = -liconv
LDSHFLAGS = -Wl,-bexpall,-bM:SRE,-bnoentry,-berok
-L/opt/compiled/lib -lcrypto -L/opt/freeware/lib -L/opt/compiled/lib
-L/opt/compiled/lib/sasl2 -L/opt/compiled/lib
LDFLAGS = -L/opt/compiled/lib -lcrypto -L/opt/freeware/lib
-L/opt/compiled/lib -L/opt/compiled/lib/sasl2 -L/opt/compiled/lib
Compiling nsswitch/pam_winbind.c with -O2
&qu...