Displaying 4 results from an estimated 4 matches for "crt0_64".
2015 Oct 15
3
Building R for AIX in 64-bit mode
...: 0711-228 WARNING: Duplicate symbols were found while resolving symbols.
The following duplicates were found:
Symbol Source-File(Object) OR Import-File{Shared-object}
------------------------- -------------------------------------------------
p_xargc crt0_64.s(/lib/crt0_64.o)
** Duplicate ** {../../../lib/libRlapack.so}
p_xargv crt0_64.s(/lib/crt0_64.o)
** Duplicate ** {../../../lib/libRlapack.so}
p_xrcfg crt0_64.s(/lib/crt0_64.o)
** Duplicate ** {../../../lib/libRlapack.so}
p_xrc...
2004 Mar 13
0
64bit build on IBM
...tra/pcre/Makefile
'$(AR) cr' hardwired in src/extra/zlib/Makefile
#----------------------------------------------------------------------
# my problem ...
#----------------------------------------------------------------------
Our /lib/crt0.o is the 32bit flavor. We also have a
/lib/crt0_64.o so -- I changed the top-level Makeconf to
reflect this.
R_XTRA_LIBS = /lib/crt0_64.o
#----------------------------------------------------------------------
# Something with the X11 support is not working.
#----------------------------------------------------------------------
src/modules/X1...
2003 Dec 10
0
configure stuck in checking leap seconds (R-1.8.1 on AIX)
...ds are
treated according to POSIX. Does anyone have any idea how to get around
this?
I cheated the test by editing the test code in the configure script so it
will go on. After that I was able to compile R. (I did have to edit one
more thing in the configure script: changing /lib/crt0.o to /lib/crt0_64.o.)
Unfortunately, make check all failed in tests/p-r-random-tests.Rout.fail:
> dkwtest("beta",shape1 = 2, shape2 = 1)
beta(shape1 = 2, shape2 = 1) FAILED
Error in dkwtest("beta", shape1 = 2, shape2 = 1) :
dkwtest failed
Execution halted
Can anyone help?
Best,
And...
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX
compilers (xlc, xlf) and it is failing 2 of the tests,
test-Reg in reg-tests-1.R like this:
bash-2.05b$ tail -30 reg-tests-1.Rout.fail
[,1] [,2]
[1,] 1 3
[2,] 2 4
[3,] 1 3
[4,] 2 4
> stopifnot(typeof(res) == "list")
> ## were not implemented in 1.8.1
>
>
> ## Date objects with