search for: r_amd64_pc32

Displaying 4 results from an estimated 4 matches for "r_amd64_pc32".

Did you mean: r_amd64_32
2009 Oct 07
2
compile on solaris 64bit, static winbind
...e in our environment. - solaris 10 on amd64 sun hardware - version above 3.3.0 because of one of our applications - samba as memeber server in active directory because of usermanagement on windows 2003 - 64-bit samba because of many many open files - static libraries because of relocation error: R_AMD64_PC32 with shared ones (espacially libwbinfo.so) - non compiling static libwbclient because of shared-libraries-disabled not found (SHLD=shared-libraries-disabled in Makefile) - found comment about different handling on libwbclient (samba distribution) and libtalloc (system os) result is a nearly pe...
2012 Jun 04
1
Problems building R on Solaris (gcc 4.6, 64 bit)
Hello, I'm attempting to build R on Solaris 64-bit using gcc4, and am running into the following error: ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /home/chander.ganesan/src/r/R-2.15.0/lib/libR.so: symbol main: value 0x28001597b8c does not fit I've noticed - from some lists, and a bug here (http://trac.sagemath.org/sage_trac/ticket/9040) that this isn't an unexpected issue - but I'm wondering if anyone has a fix for it...
2009 Aug 21
0
R installation problem with shared libraries (PR#13900)
...uot; FC="gfortran -m64" LIBnn=lib64 LD=/usr/local/opt/x86_64-pc-solaris2.10/bin/ld When the newly built R is called by gmake during the build process, it throws an error: gmake[4]: Leaving directory `/usr/local/opt/build/R-2.9.1/src/library/base' ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /usr/local/opt/build/R-2.9.1/lib/libRblas.so: symbol main: value 0x280010fd8f4 does not fit /bin/bash: line 1: 29055 Done cat ../../../../../src/R-2.9.1/src/library/base/makebasedb.R 29056 Killed | R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../../bin/R --vani...
2010 May 31
1
Corrections for Solaris stuff in manual
...x arithmetic35, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for libRblas.so. ############ I get that when trying to build R within Sage: http://trac.sagemath.org/sage_trac/ticket/9040 ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /export/home/drkirkby/sage-4.4.2/spkg/build/r-2.10.1.p1/src/lib/libR.so: symbol _init: value 0x228000984acd does not fit There's some info about this problem at http://developers.sun.com/solaris/articles/about_amd64_abi.html where it is suggests -Kpic is used to build Position Indepe...