Displaying 20 results from an estimated 200 matches similar to: "Trying to compile R on Unix"
2000 Feb 22
1
R-0.99 installation on UNIX
{message bounced because it has "$$$" in it.
manually approved by list maintainer -- MM}
> Date: Tue, 22 Feb 2000 13:03:35 +0100
> From: jens <jniesch at gwdg.de>
>
> I have trouble to install R on Sparc Sun Solaris 2.6.
> make returns the error message:
> Undefined symbol first referenced in file
> d_lg10 ../appl/libappl.a(uncmin.o)
> d_sign
1999 Jul 07
1
Almost succesfull build on AIX
Hi,
Kurt Hornik and myself have an almost successful build of R on AIX
including dynamic loading of libraries ... which fails make check :-(
Anyway, as we have no AIX experience at all, maybe somebody else knows
what's going on.
Here's the problem:
> 1/0
[1]INF
> is.finite(1/0)
[1] TRUE
R was built using the flags included below, gcc version is 2.7.2. Does
anybody with
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
I am having trouble using Jim Lindsey's libraries because of unresolved
symbols. I am currently using R 0.65.0, but had this problem in earlier
releases as well. I have a RedHat 6.0 Linux on i386 and use egcs
(upgraded to that distributed with rawhide, after first failures with
the libraries):
egcs-g77-1.1.2-19
egcs-1.1.2-19
Installation of the libraries works but on loading
>
2000 Feb 08
0
extra flags for cc and f77 on alpha (PR#420)
Full_Name: Albrecht Gebhardt
Version: 0.99.0
OS: alpha, osf4.0
Submission from: (NULL) (143.205.180.40)
Im not sure if this is really correct, but it has proven to work.
1. It is always a good idea to add -std1 to DEC cc's flags to force
strict ANSI language mode. It was neccessary for 0.90.x to compile,
so I used it for 0.99.0 too
2. I'm not sure if -fpe3 is neccessary for DEC f77,
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
Hello!
I would first like to appologice if this question does not fit on this
mailing-list.
I am new to Linux and I tried to compile R on my Ubuntu Warty linux. I
followed the instructions in "R Installation and Administration" manual. It
seams that there was a problem with "configure", since when running "make"
afterward gave me this reply:
make: *** No
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: eXeT31BJngKeovsqhTpOHg==
Dear R-project,
I am having difficulty compiling R for my unix machine. Attached is the
config.log file that has all the necessary info. Can you help?
Thank you.
Mutlu..
-------------------------------
Mr. Mutlu Ozdogan
Center for Remote Sensing
Boston University
725 Commonwealth Avenue
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2009 Feb 21
1
Install failure (PR#13545)
Hello:
Encountered a problem installing R on
CentOS release 5.2
This is a 64bit OS
I need to know if this will work on this server or do I need to change OS>
Thanks
Bob
I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available
for CentOS.
My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter'
Failed:
./configure --with-x=no --with-readline=no
2002 Jul 09
1
broken inline exp in glibc/x86??!
I read the following in acinclude.m4:
## R_PROG_CC_FLAG_D__NO_MATH_INLINES
## ---------------------------
## In current glibc, inline version [x86] of exp is broken.
## We fix this by adding '-D__NO_MATH_INLINES' to R_XTRA_CFLAGS rather
## than AC_DEFINE(__NO_MATH_INLINES) as the former also takes care of
## compiling C code for add-on packages.
Is this documented anywhere (where?), e.g.
2004 Oct 01
1
bzip2 directory won't build on OSF1 due to C99 code and -std1 option (PR#7257)
Full_Name: Michael Hoffman
Version: 2.0.0-beta-20041001
OS: OSF1 V5.1
Submission from: (NULL) (193.62.199.8)
Hello. Building R 2.0.0-beta-20041001 on OSF1 V5.1 failed because the default
configure sets R_XTRA_CFLAGS to "-std1 -ieee_with_inexact." The bzip2 directory
includes C99 code that requires -std1 to not be set in order to compile. This
halts the overall build process.
2004 Mar 13
0
64bit build on IBM
I am trying to build R with 64bit support so I can access more than
2GB of memory on an IBM running AIX. (IBM NightHawk II RS/6000 node with 16
64-bit, 375-MHz POWER3 CPUs and 32 GB of memory, if you want specifics)
The 32bit install required little tweaking, but the 64 bit is sufficiently
complicated that I thought I would report my findings here and ask for
help with the latest (and hopefully
2006 Feb 06
3
Mac mail copy/delete problems w/1.0b2
Hi,
Mac mail (a horribly mis-behaved client, it seems), has a horribly hard time deleting/copying large blocks of messages from one folder to another. The basic symptom is:
1. Select a bunch of messages
2. Click on delete
3. Wait for a _very_ long time.
It also seems very slow on copying, so it may be the "trash folder copy on delete" that is really slowing it down.
Anybody else seen
2003 Nov 13
1
Authentication against AD
We have a FreeBSD webserver with Samba 2.2.8. It has been set up as a
member-server of our active directory domain, and all seems good so
far.
What I want is to let a set of users access a share (www) as the
www-user, and they should authenticate against AD, and they should not
need an account on the BSD machine at all. I don't want any add user
script and so on, I only want them to access
2004 Mar 29
4
strange thing with sd
Dear R people
I came across a strange thing:
sd(rep(0.01, 15)) #0
sd(rep(0.001, 15)) #4.489023e-19
sd(rep(0.00001, 15)) #0
sd(rep(0.00000001,15)) #1.712427e-24
sd(rep(0.01, 13)) #1.805557e-18
sd(rep(0.001, 13)) #4.513894e-19
sd(rep(0.00001, 13)) #0
sd(rep(0.00000001,13)) #0
sd(rep(5.01, 15)) #0
sd(rep(5.001, 15)) #4.489023e-19
sd(rep(5.00001, 15))
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
1999 Aug 16
1
configure / linking problem when using hdf5
I've installed hdf5 [library & includes] here locally, last week.
[see ?hdf5save in R]
There is a remaining compilation / linking problem for me:
The hdf5 library uses "compress2" a routine defined in Gnu's zlib,
but not available in the zlib that comes with X11R6.3 (which we have installed).
Now unfortunately,
the final link statement for R (0.65) [for me, with hdf5
2004 Jan 22
1
spectrum
Dear R users
I have two questions about estimating the spectral power of a
time series:
1) I came across a funny thing with the following code:
data(co2)
par(mfrow=c(2,1))
co2.sp1<-spectrum(co2,detrend=T,demean=T,span=3)
co2.sp2<-spectrum(co2[1:468],detrend=T,demean=T,span=3)
The first plot displays the frequencies ranging from 0 to 6
whearas the second plot displays the same curve but
2002 Feb 27
3
BATCH mode
Dear R users
I wonder if it is possible to run R code in the batch mode like in Splus
(Splus5 scriptfile outputfile).
Any hints?
Andreas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the
2015 Feb 16
2
[Bridge] Sniffing a linux bridge vs sniffing enslaved interfaces
I can think of several potential differences. ?You may miss any bridge
specific traffic (STP, LLDP) using the interfaces generated by the bridge
itself.
If you have vlan tagged sub interfaces you might also miss that traffic if
you were snooping a particular interface. Obviously you will miss any
on-wire broadcast traffic specific to the layer1 connection a particular
interface was connected to