similar to: error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...

Displaying 20 results from an estimated 900 matches similar to: "error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32..."

2006 Jan 13
1
Problems installing R 2.2.1
We are trying to install R2.2.1 on a IBM P655 Cluster, SuSE LE 9.1 We are using gcc v 3.3.3 and we are getting this error on make g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fPIC -g
2005 Aug 16
1
Compile failure on OSX
Hi, I am trying to compile R-2.1.1 on MacOSX 10.3.9, but the make is failing (I am building it without all the aqua stuff): ./configure --enable-R-shlib --with-lapac make .... Snip ..... gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib/libRlapack.dyli b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo
2004 Oct 04
1
problems when compiling R
When I was trying to compile R-1.9.1 from source, I've got problems which seemed related to compiling the LAPACK package. The error message is as follows: gcc -shared -L/usr/local/lib -o libRlapack.so dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo -lblas -L/usr/local/lib -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96 -L/usr/lib/gcc-lib/ia64-redhat-linux/2.96/../../.. -lg2c
2004 Jun 10
1
Failure to compile on Itanium
I am trying to compile R on an Itanium machine running Red Hat 7.2 and gcc version 2.96. The build fails with the following symptoms: g77 -fPIC -g -O2 -c cmplx.f -o cmplx.lo g77 -fPIC -g -O2 -c cmplxblas.f -o cmplxblas.lo gcc -shared -L/usr/local/lib -o libRlapack.so dlapack0.lo dlapack1.lo dlapack2.lo dlapack3.lo cmplx.lo cmplxblas.lo -L/usr/local/lib
2006 May 18
1
Stuck in R installation, help~~
Hi all, I'm stuck in the installation of R. When I run configure, I got the error: configure: error: --with-readline=yes (default) and headers/libs are not available I followed one answer in some post and use this: ./configure --with-prefix=/home/user/R-2.2.1 --with-readline=no It successfully configured but I encountered another problem while make: gcc -shared -L/usr/local/lib64 -o
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
Full_Name: Dan Kelley Version: 1.9.0 OS: OSX (Darwin 7.3.0) Submission from: (NULL) (129.173.23.36) R-1.9.0 will not compile on Apple OSX (Darwin kernel 7.3.0). The error msg starts as follows, and has several more errors. gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.f ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib dlapa ck0.lo
2003 Apr 25
1
make? on Macos 10.2.4
Greetings on A.N. Kolmogorov's 100th birthday: I am sure that this is a resolved problem, certainly it has been raised in R help several times before, but I can't seem to find the right clue. I've recently upgraded a G4 to OS 10.2.5 and I thought I would have another go at installing R from source, after failing to accomplish this in 10.1. So with 1.7.0 from CRAN configure seems to
2006 May 03
1
Installation problem
I am trying to install R-2.3.0 on a 64bit linux box and encounter several error during the make step. I'd appreciate any help. Error messages follow: [root at calculon R-2.3.0]# make make[4]: Entering directory `/state/partition1/apps/packages/R-2.3.0/src/modules/lapack' gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.o dlapack0.o dlapack1.o dlapack2.o dlapack3.o cmplx.o
2004 Feb 26
2
ATLAS threaded 64 bit (Opteron) - need *.so?
Using ATLAS with R is an old topic quite covered in the "R Administration" manual (and by R's "configure" script collection). I still do not easily manage to build R properly on our new AMD Opteron (2-processor). I did work with the current Atlas 3.6.0, configured manually (but "express" version) to build a threaded ATLAS version, and successfully ran Atlas'
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R 1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1? There is no binary version of R for HPUX Tru 64 OSF 5.1. The R admin manual mentions that the native make fails on "Alpha/OSF (aka Tru 64)" and gnu make must be used instead. There are problems reported with building R versions around 1.4 from 2002 on R-devel, some of which were fixed with
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
Builds of the R-2.0.0 release have been considerably more successful at my site than previous releases. I now have it installed on these platforms: Apple PowerPC G3 267MHz GNU/Linux 2.4.19-4a (Yellow Dog Linux release 2.3 (Dayton)) Compaq Alpha Sierra OSF/1 5.1 Compaq/DEC Alpha OSF/1 4.0F Intel Itanium-2 GNU/Linux Red Hat Linux Advanced Server release 2.1AS (Derry) Intel Pentium II FreeBSD
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
Hello - I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've compiled R (1.6.2) successfully before on this machine, under either 10.2.3 or 10.2.4. My gcc is from the latest Apple Developer Tools release and the g77 is up-to-date via Fink. R passes ./configure just fine, with the following options: R is now configured for powerpc-apple-darwin6.5 Source
2005 Jun 10
1
source bug ? (PR#7929)
hello bug fixers i think this bug is probably mentioned before but i couldn't find the answer to it on google. i have to build R from the source files ( on a mac os x system ) because i need the python R interface too work. for this too happen r needs to be configured in the following way ./configure --enable-R-shlib when i do this on the newest package i get already some problems but these
2002 Apr 18
1
Problem compiling on HP-UX 10.20
I am having a problem compiling R on an HP-UX 10.20 system using gcc/g77 compiler. It appears to compile without problems until it gets to the lapack module and I get the following error: gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo g77 -fPIC -O2 -c double.f -o double.lo g77 -fPIC -O2 -c cmplx.f
2006 Jun 23
1
Compiling R 2.3.1 on SuSE 8.2 and 10.0: error with libRlapack.so (PR#9026)
--gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I compiled R 2.3.1 on two SuSE systems. With SuSE 8.2 I got an error which I had not on SuSE 10: /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lRlapack On both system libRlapack.so is made, but the size is verz different: SuSE 8.2: -rwxr-x--- 1 wf sys
2003 Feb 03
2
itanium
I am trying to compile R-1.6.1 on an itanium. using either gcc 2.96 or gcc 3.0.4 nad either the supplied Redhat blas libs or the supplied code (ie wiht the --no-blas option) I get this error. Has anyone who has compiled R for the itanium advise me on the compilers versions and flags that they used? thanks bye rob gcc -shared -L/usr/local/lib -o lapack.so Lapack.lo
2003 Aug 31
3
Problem and Question regarding R
Hi, I'm just about to install the Precompiled Binary Distribution of R from CRAN for SuSE Linux 8.2: R-base-1.7.1-1.i386.rpm My system is SuSE Linux 8.2 Professional Edition on a Pentium 4: # uname -a Linux linux 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown unknown GNU/Linux 1) Problem: I've tried to install the above base rpm archive with the command: # rpm -i
2008 Apr 27
1
Help with installing R on Red Hat linux 4
I am trying to install the rpm for R I using Red Hat 4 ES on a 64bit machine Kernel version is 2,6,9-67 This is the error i get "Failed Dependencies libg2c.so () ()(64bit) is needed by R-2.6.2-1.rh4.x86_64rpm I have libf2c-3.4.6-9 installed on the box any suggestions? thanks -- David Nordello IT Specialist Southwest Fisheries Science Center National Marine Fisheries Service phone:
2004 Oct 08
1
problem Installing R 2.0.0 on SuSe 9.1
Hello: I first tried it by using ./configure with the source files, but found that there is a huge problem with the gcc-g77 package, then I tried using the RPM obtained from CRAN, getting the following, the first of which appears to be another manifestation of the g77 problem: linux:/tmp # rpm -i R-base-2.0.0-1.i586.rpm warning: R-base-2.0.0-1.i586.rpm: V3 DSA signature: NOKEY, key ID a3278da3
1999 Sep 26
1
install problem -- libg2c
Hi, there I'm totally new to this. I used to use SPLUS, but think maybe useful to try R at home. But seems it doesn't like me. I got error message says ld: cannot open -lg2c: No such file or directory My OS is openlinux 2.3. I use egcs-2.91.66. I searched under /lib/egcs-2.91.66/ but found no libg2c.a. There's only a libgcc.a. Thought maybe g77 people changed