Displaying 20 results from an estimated 2000 matches similar to: "Installation problem"
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
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 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'
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
I hope someone can point me, a newcomer to building R as well as 64-bit R, in
a useful direction. I have a dual Opteron 275 box running RedHat EL4. I ran
configure successfully, and, then, get the following error while running make:
make[4]: Entering directory `/tmp/R-2.2.0/src/modules/lapack'
g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo
g77 -fPIC -g -O2 -c dlapack0.f -o
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
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
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
2006 Sep 27
1
Building R-2.3.1 for Windows with ATLAS
Ok, moved to R-devel.
I tried to build R-2.3.1. Since I intent to distribute this tuned R to
all other who have a computer like mine here at work I thought it was
best to stay with the latest stable release.
About your suggestion, I could'n find xerblas.o file. And I don't know
how to edit libf77blas.a. I tried to open it with VIM
(http://vim.sf.net/) but there was a lot of strange
2006 Sep 26
1
Building R for Windows with ATLAS
I think this is not a R-devel question. Sorry to all if I'm wrong,
please let me know.
I managed to build R successfully with the default BLAS but when I
change the MKRULES to use ATLAS BLAS and set the path to
"C:/cygwin/home/Administrador/ATLAS/lib/WinNT_ATHLONSSE2" I got the
following error message (I'm posting only the final part, there was a
lot of compilation before this):
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
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
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
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
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
2012 May 09
2
R Installation Manual - ATLAS BLAS guidance that is not in the current version
Good afternoon.
I am trying to compile a version of Rblas.dll based on ATLAS for the Corei7. I had remembered that there was mention of which file to adjust and that "xerbla" needed to be removed from one of the outputs from the last time I tried a few years ago. The most recent version of the R Installation manual does not say anything about this. An older version (2.10 I believe) has
2010 May 14
1
Compiling R with ATLAS
Hello. I know almost nothing about Linux, so I apologize if the answer to
this is obvious.
I am trying to compile R with ATLAS (successfully compiled 3.9.24 on Ubuntu
10.04 64 bit). I configured with:
./configure --enable-R-shlib --enable-BLAS-shlib
--with-blas="-L/usr/local/atlas/lib -lf77blas -latlas"
--with-lapack="-L/usr/local/atlaslib -llapack -lcblas" --with-x
and I
2010 May 14
1
Compiling R with ATLAS
Hello. I know almost nothing about Linux, so I apologize if the answer to
this is obvious.
I am trying to compile R with ATLAS (successfully compiled 3.9.24 on Ubuntu
10.04 64 bit). I configured with:
./configure --enable-R-shlib --enable-BLAS-shlib
--with-blas="-L/usr/local/atlas/lib -lf77blas -latlas"
--with-lapack="-L/usr/local/atlaslib -llapack -lcblas" --with-x
and I
2009 Dec 28
4
Megatec driver floods logs #2 & mail notifications
Hi there!
I'm a n00b NUT user trying to get it running on RHEL5 and actually do
something useful for me. Few questions:
1) I want it to notify me by email on power loss and power back events.
I can't find any sample scripts for this purpose... Where shall I look
for them?
2) So far, I've backported the package from Fedora and got my Ablerex
running (previously used with Upsilon /
2010 Oct 21
2
Bug? Mount and fstab
I think this is likely a bug with either mount or glusterfs:
[root at vm-container-0-0 ~]# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/state/partition /state/partition1 ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults
2008 Jan 24
2
Shearing file systems on the network
I have 4 systems and each one of them has a partition I'd like to be remotely
accessible on the other 3 systems.
In other words System1 has Partition1. Systems 2,3,4 should be able to
remotely mount Partition1 from System1. Also System2 has Partition2. Then
systems 1,3,4 should be able to remotely mount Partition2 from System2 and so
on.
I tried NFS and it works but only in the ideal