Displaying 20 results from an estimated 2000 matches similar to: "gcc 3.4.0 on Linux i686 fails to run R for me"
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
2006 Jan 27
1
R compile on AIX 5.2
Fellow R Enthusiasts..
I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've
tried both the development bundle R-devel_2006-01-25.tar.gz and the
R-beta.tar.gz from about a month ago. In each instance, I'm using the
following options prior to running "./configure --prefix=/usr/local/R":
OBJECT_MODE=32
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
2006 Jan 27
1
R compile on AIX 5.2
Fellow R Enthusiasts..
I'm trying to compile R on AIX 5.2 32bit with gcc 3.3.2-5. I've
tried both the development bundle R-devel_2006-01-25.tar.gz and the
R-beta.tar.gz from about a month ago. In each instance, I'm using the
following options prior to running "./configure --prefix=/usr/local/R":
OBJECT_MODE=32
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
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
2003 Apr 28
4
plot(pam.object) error with R-1.7.0 on Red-Hat 8.0 i686
I don't know if there is some fault in compiling or a bug of the new
R-1.7.0 version:
cl.pam.2 <- pam(as.dist(1-cor(mel.data)),2)
plot(cl.pam.2)
perform a right partitioning and silhouette plot on the old R-1.6.2
instead
"Error in clusplot.default(x$diss,...... ;
x is not numeric"
is the output on the new R-1.7.0.
Same platform: RH8.0 i686.
Some suggestions?
A.S.
2003 Jan 30
2
Can't see all of the directories in a share with 2.2.7a-1 &RH8...but older version/kernel can
could spaces in the names be an issue?
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
office: 610.233.4747
direct: 610.233.4870
cell: 267.879.8321
-----Original Message-----
From: Joe Gerkman [mailto:joe.gerkman@gartner.com]
Sent: Thursday, January 30, 2003 1:38 PM
To: samba@lists.samba.org
Subject: [Samba] Can't see all of the
2003 Feb 19
3
log files - slackware
Does anyone use slackware with samba? And if so, are they able to produce
'log.nmbd' files? I can't. But I can do this just fine with RH8.0.
By the way - my version of Slackware is 8.1
--
T.L.Gervais
Coldbrook, NS
Canada.
2003 Jul 18
4
rh8.0 and xp home
I have two networked pcs.
pc 1- RH8.0 which came with Samba-backend 1.0.8 and Samba 2.2.5
pc 2- XP Home
I am able to access the shared folders from pc2 on pc1.
However from pc2 I can not even see the ressources of pc1.
In My Network Places/Entire Network/Microsoft Windows Network/"My
Workgroup" I can see "pc1" but when I click on it I get an error
message: \\"pc1"
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
2003 Jan 30
3
Can't see all of the directories in a share with 2.2.7a-1 & RH8...but older version/kernel can
Hi all,
Hoping someone might be able to steer me in the right direction and/or
help me solve my problem.
We have a number of Linux servers (RH6.2 -> RH8) which connect to the
same share on a Win2000 Server. We've been working kinda hard to get
everything upgraded to either RH7.3 or RH8.0 since we rarely get the
opportunity. 2 similar servers (one dev, one prod) access this same
window
2004 Feb 02
2
rsync 2.6.0 causing incredible load on Linux 2.4.x?
Hi everyone. Has anyone experienced rsync 2.6.0 causing huge amounts of
system load? Especially on Linux 2.4?
We recently upgraded our "push" machine to rsync 2.6.0 and the next push
that went out (rsyncing about 3GB of data to 15 servers sequentially
over gigabit ethernet) caused the box to hit 110.59. We only know the
load because snmpd was still working, but nothing else in userspace
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
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 Aug 21
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
On Sat, 21 Aug 2004 ivo_welch-rstat8783@mailblocks.com wrote:
>
> peter/brian: thank you for the help. i can now report that gentoo
> amd64 can compile R just fine, too; it requires the f77 USE flag and a
> gcc compiler rebuild first, though. I also went to gcc 3.4.1. my
> segfault troubles earlier were caused by my use of f2c.
>
> suggestion: would it be possible to
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'
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
2003 Jan 13
3
mapping usernames between Windows and Linux
My username is different on my Linux box than on my Windows box so I used
the line
username map = /etc/samba/smbusers
in my smb.conf file and this file includes the line
steve = steveb
However when I'm logged on to my Linux box as 'steve' and use the
smbclient command like this:
# smbclient //<Windows computer>/Shared
...
session setup failed: NT_STATUS_LOGON_FAILURE
it
2003 Oct 24
2
Versions of PCRE, documenting what grep etc do.
A couple of weeks back there was some discussion about documenting the
regular expressions as used in R. Several years ago the problem was that
this was OS-dependent, and to plug that problem we incorporated regexp
code from a version of GNU grep, later updated to grep-2.4.2 in R 1.2.0.
I have been looking at documenting what grep(perl=TRUE) does, and we
have a similar problem in that the
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
2003 Jan 31
2
Windows access problems
Hello,
I had the pleasure of installing a new Linux(RH8.0)/Samba(2.2.7a) server
(as a PDC) at one of our locations this week. They previously were
accessing a shared drive from a Win2k Pro. machine. The migration did
not go very smooth. Most things have been resolved, but we have some
strange issues that are still causing problems, which I was hoping
someone out there would have some insight