|
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? If not, would someone be willing to develop a permanent fix for it (which I believe I could fund, within reason.) Thank You -- Chander Ganesan Open Technology Group, Inc. 11010 Lake Grove Blvd Ste. 100-307 Morrisville, NC 27560 919-463-0999/877-258-8987 http://www.otg-nc.com ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel |
|
On 04/06/2012 19:27, Chander Ganesan wrote:
> 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? If not, > would someone be willing to develop a permanent fix for it (which I > believe I could fund, within reason.) > > Thank You R's own documentation has had workarounds for some time: please study the R-admin manual. I built R-patched using 4.7.0 this morning on both Solaris 64-bit) platforms (x64 and Sparc). You do not say what version of R you are trying: I vaguely recall an improvement here since 2.15.0 so suggest you try R-patched (and read its manual). It also looks as if you are building R as a shared library, which is not the default and it might be better to try the defaults first. -- Brian D. Ripley, [hidden email] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel |
|
On 6/5/12 9:38 AM, Prof Brian Ripley wrote:
> On 04/06/2012 19:27, Chander Ganesan wrote: >> 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? If not, >> would someone be willing to develop a permanent fix for it (which I >> believe I could fund, within reason.) >> >> Thank You > > R's own documentation has had workarounds for some time: please study > the R-admin manual. I built R-patched using 4.7.0 this morning on > both Solaris 64-bit) platforms (x64 and Sparc). numerous variants of it based on google searches, etc.) I don't recall seeing any mention of R-patched in the documentation, but I suppose I could have missed that somehow. IIRC that document indicates that R doesn't build 64-bit using gcc, but I also couldn't get it to work with Sun Studio 12.3 compilers. > > You do not say what version of R you are trying: I vaguely recall an > improvement here since 2.15.0 so suggest you try R-patched (and read > its manual). It also looks as if you are building R as a shared > library, which is not the default and it might be better to try the > defaults first. I was using 2.15 - but with R_patched I'm still having some issue. Could you possibly send me the arguments you are using with configure to build on solaris x64 ? Thank You -- Chander Ganesan Open Technology Group, Inc. 11010 Lake Grove Blvd Ste. 100-307 Morrisville, NC 27560 919-463-0999/877-258-8987 http://www.otg-nc.com ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel |
| Powered by Nabble | Edit this page |
