Displaying 20 results from an estimated 2000 matches similar to: "make errors while compiling"
1999 Dec 11
0
Success compiling R on Caldera OL 2.3
Hello -
thanks to Prof. Ripley and Peter Dalgaard for their helpful responses. I
have now successfully compiled R on my machine. The kernel-headers were
not installed on my machine, but there is a package on the Open Linux
2.3 CD. I believe they weren't installed simply because I didn't choose
to have all the development tools/libraries added when I installed
linux. I didn't realize
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
2001 Apr 10
0
open ssl
I am trying to get any version of sshd working on a cobalt raq3/4(one of
each). I tried ssh.com's version(1.2.31) and I got linking errors. I am
going to try to install openssh, but I need to install openssl, and was
wondering if that will mess up the web server on the raqs. Any responses
are welcome.
errors:
gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R
Hope this help.
claudia
---------- Forwarded message ----------
Date: Mon, 25 Jun 2001 13:48:05 -0400
From: Kieran Healy <kjhealy at Princeton.EDU>
To: Claudia Tebaldi <tebaldi at ucar.edu>
Subject: Re: [R] maps in R
Hi Claudia --
you can get the maps() library from here:
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
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2
To: jnf@pcisys.net
Subject: Compilation of R under Caldera OpenLinux 2.2
> On Sat, 28 Aug 1999 jnf@pcisys.net wrote:
> >
> > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have
> > KDE installed but not gnome. When I ran configure, it correctly
> > indicated that gnome is not installed. However when I then ran make, I
> > received errors
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2 (PR#260)
To: jnf@pcisys.net
Subject: Compilation of R under Caldera OpenLinux 2.2
> On Sat, 28 Aug 1999 jnf@pcisys.net wrote:
> >
> > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have
> > KDE installed but not gnome. When I ran configure, it correctly
> > indicated that gnome is not installed. However when I then ran make, I
> > received errors
2000 Oct 31
1
Compiling R in Caldera Linux
I am new to Linux and its ways, and so I am having a bit of trouble compiling R.
The system I am using is Caldera Open Linux 2.4. I have egcs and g77 version
2.91.66 installed and they seem to work fine. When I try to run the
configure script for R, it quits at the test of g77 with an error "Can't find
-lg2c".
Does this error mean I am missing a library, and if so, which one?
1999 Jul 16
1
R-0.64.2 ssize_t not defined in src/unix/sock.h
I though I should let you all know of this:
Trying to build R-0.62.2 on a SunOS xxxx 4.1.4 2 sun4m machine
using gcc (gcc version egcs-2.91.57 19980901 (egcs-1.1 release)):
gnumake[2]: Entering directory `/tmp_mnt/xxxx/src/R-0.64.2/src/unix'
gcc -g -O2 -I../include -I../../src/include -c Rsock.c -o Rsock.o
In file included from Rsock.c:8:
sock.h:21: parse error before `Sock_read'
1999 Sep 06
0
Compiling R under Caldera Open Linux 2.2 (PR#268)
Thanks for your help. I loaded XFree86-devel-3.3.3.1-3.i386.rpm from my
OpenLinux CD and as you indicate this solved by X11 include file
problem.
I then encountered the linking same problem as you describe below. The
error message is saying that the compiler can't find the libg2c library,
which is its runtime library. Apparently the g77 supplied by Caldera is
missing this important piece.
2001 Aug 02
0
gsub() and parenthesis symbols -- solved
Hello again --
inevitably, I discovered the (documented) answer 30 seconds after
sending my question.
Using gsub(...,extended=FALSE) is the way to avoid this issue.
Cheers,
Kieran
--
Kieran Healy, Assistant Professor,
Sociology Dept, University of Arizona.
kjhealy at u.arizona.edu :: (520) 621-3480
http://www.u.arizona.edu/~kjhealy
-------------- next part --------------
An embedded message
2002 Jan 16
1
Postsript/Lattice interaction
Hello --
I'm using R-1.4.0 on a PC running SuSE Linux 7.1. Following Christian
Ritter's announcement this morning, I downloaded the new versions of
lattice and grid. I find that loading the lattice library causes
postcript() to include a blank first page when creating a file. Like
this:
> # Create regular postscript file of a plot
>
2002 Nov 29
1
configure fails on Mac OS 10.2.2
Hi -
I'm trying to build R 1.6.1 on a Powerbook running Macintosh 10.2.2 with
the most recent software update. The latest version of the developer tools
is installed. I have also installed g77 and f2c from fink (the binary
versions, using apt-get).
./configure fails with the following error:
> checking for dummy main to link with Fortran 77 libraries... unknown
> configure: error:
2004 Nov 06
1
basic bwplot query
Hi -
I have some data consisting of a number of observations within each of
15 countries. Each country falls into one of two groups. I'd like to
use the lattice library's bwplot to present boxplots of the
country-level data, with a separate panel for each group, but showing
only the relevant countries in each panel. Here's an analogous example
using the "singer" data
2004 Jan 07
1
Sweave and X11 on OSX 10.3
Hi -
I'm running R 1.8.1 (compiled from source) on Mac OS X 10.3 (Panther). I
find that, if Apple's X11 application is not running, Sweave gives an
error when it wants to create a pdf or eps figure. E.g., in the package's
own example-1.Snw file a boxplot is created at chunk 2:
<<fig=TRUE,echo=FALSE>>=
boxplot(Ozone ~ Month, data = airquality)
@
Normally this will create
2001 Aug 02
1
gsub() and parenthesis symbols
Dear R-users --
I'm using R 1.3.0 on a PC running SuSE Linux 7.1. I'm confused by the
following behavior from the gsub() function. Am I doing something wrong?
## A string of characters
> string<-c("q","w","e","(",")","q","w","e")
## Use gsub to replace `q' with `A'
>
2012 Feb 13
1
survey package svystat objects from predict()
Hello,
I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.:
data(api)
dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc)
out <- svyglm(sch.wide~ell+mobility, design=dstrat,
family=quasibinomial())
pred.df <-
2001 Oct 31
2
seg fault with mclust
Howdy,
I'm experiencing a segmentation fault when trying to load
mclust.so from mclust-1.1-4. I'm using R-1.3.1 on RedHat 6.2,
and `gcc --version` reports "egcs-2.91.66".
Any ideas?
-Andy
Package install:
> install.packages("mclust")
[stuff omitted]
Installing source package `mclust'
2003 Apr 22
0
Hmisc's aregImpute segfaults R-1.7.0 under linux
Hello -
When trying to use Hmisc library's aregImpute function on R 1.7.0, I
got the following error -- shown here using the example code from the
help page --- under both Linux and Mac OS X 10.2.5:
set.seed(3)
x1 <- factor(sample(c('a','b','c'),1000,T))
x2 <- (x1=='b') + 3*(x1=='c') + rnorm(1000,0,2)
x3 <- rnorm(1000)
y <- x2 +
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
Hi, all.
In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm
getting the following error:
make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl'
gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c
-o cpoly.o
/tmp/ccPjZNwd.s: Assembler messages:
/tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu'
/tmp/ccPjZNwd.s:2631: