Displaying 20 results from an estimated 3000 matches similar to: "Compiling R under Caldera Open Linux 2.2 (PR#260)"
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 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.
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
1999 Aug 29
0
Compilation of R under Caldera OpenLinux 2.2
On Sat, 28 Aug 1999 15:38:25 Thomas Lumley <thomas@biostat.washington.edu>
wrote:
> 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
2000 Dec 16
1
g2c library
Working on a Red Hat (not Mandrake) Linux
and trying to load my library I get
(sorry, can't copy it all, working remotely)
gcc -shared -o .....
/user/bin/ld: cannot find -lg2c
Does anyone know what the g2c library iss, and if I can download and
compile it for Red Hat
(I definitely didn't mean to type f2c
in the above)
Thanks
Jonathan
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?
2000 Feb 22
2
Some problems with R and/or locfit
Hello,
Here is a problem I have had trying to install locfit, the package for
R.
I have already contacted Clive Loader who thinks the problem has more to
do with R than locfit, so here is the point :
The version of R I am currently running is R-base-0.90 that I installed
using the R-base-0.90.1-1.i386.rpm package.
I dowloaded the locfit package available at the CRAN site and ran : R
INSTALL
2000 Jun 06
0
[CSSA-2000-015-0] Caldera Security Advisory: KDE suid root applications
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera Systems, Inc. Security Advisory
Subject: kdelibs vulnerability for setuid KDE applications
Advisory number: CSSA-2000-015.0
Issue date: 2000 June, 02
Cross reference:
______________________________________________________________________________
1.
1999 Nov 23
0
DoS with sysklogd, glibc (Caldera) (fwd)
Hi,
This advisory has a bit more than the Red Hat one....
Roger.
----- Forwarded message from Alfred Huger -----
>>From owner-bugtraq@SECURITYFOCUS.COM Mon Nov 22 18:49:41 1999
Approved-By: aleph1@SECURITYFOCUS.COM
Message-ID: <Pine.GSO.4.10.9911220906250.11753-100000@www.securityfocus.com>
Date: Mon, 22 Nov 1999 09:08:08 -0800
X-Reply-To: Alfred Huger
1998 May 17
0
Minor flaw in Caldera OpenLinux 1.2
(I almost didn''t post this cause I hope you would notice it immediately
after installing the OS... It''s here for the people that don''t/won''t use
Caldera OpenLinux 1.2 )
Hello to all!
By default, Caldera OpenLinux 1.2 adds the currrent working directory to
the end of the $PATH on login. This of course gives a normal user the
possibility of gaining a root shell
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
2004 Mar 31
2
Failure to compile source packages in Debian
As of quite recently I experience failures to compile source packages.
Messages like
* Installing *source* package 'dse1' ...
** libs
g77 -mieee-fp -fPIC -g -O2 -c dsefor.f -o dsefor.o
gcc -shared -o dse1.so dsefor.o -L/usr/lib/gcc-lib/i486-linux/3.3.3
-L/usr/lib/gcc-lib/i486-linux/3.3.3/../../..
-lfrtbegin -lg2c-pic -lm -lgcc_s -L/usr/lib/R/bin -lR
/usr/bin/ld: no se puede
2000 Mar 01
1
X11 forwarding between from Mandrake(sshd) to Caldera(ssh) doesn't work!
I am having great difficulty getting X11 forwarding to work between
my openssh server (Linux Mandrake 6.1) and my openssh client (Caldera
OpenLinux 2.x).
I get "X11 connection rejected because of wrong authentication." on
the Caldera box when I ssh into the Mandrake box and try to run any X
app.
If I make the Caldera box the server all is fine and works perfectly.
Terminal connections
1999 Aug 28
1
R without X11? (PR#259)
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 complaining that the include file X11/X.h and similar
are not found. Is X11 required for R? If not, how can a work around
this?
I have attached the output of the
1999 Dec 11
1
make errors while compiling
Dear R users -
I am a first-time R user trying to compile v.0.90.0 under Caldera
OpenLinux 2.3, on a Dell PII400/128. I've encountered a problem with the
make file.
First, I run configure, which appears to complete properly. (I had to
download an updated gcc library from caldera for this to happen though.)
At the end of its run, config reports:
> R is now configured for
2001 Nov 09
1
Installing packages
Hello,
I have upgraded from Mandrake Linux 8.0 to Mandrake 8.1 and try to reinstall
my favourite R... Everything is OK for the base software but I have trouble
to get some packages installed.
Specifically, for some packages, a "collect2" binary seems to be necessary
during the compilation/linking process of the library, and LD complains about
not finding it :
Installing source
2001 Aug 13
0
Security Update: [CSSA-2001-30.0] Linux - Telnet AYT remote exploit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - Telnet AYT remote exploit
Advisory number: CSSA-2001-030.0
Issue date: 2001, August 10
Cross reference:
______________________________________________________________________________
1. Problem
2001 Sep 10
0
Security Update [CSSA-033.0]Linux - uucp argument handling problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - uucp argument handling problems
Advisory number: CSSA-2001-033.0
Issue date: 2001, September 07
Cross reference:
______________________________________________________________________________
1.
2001 Oct 09
0
Security Update: [CSSA-2001-035.0] Linux - Remote File View Problem in htdig
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - Remote File View Problem in htdig
Advisory number: CSSA-2001-035.0
Issue date: 2001, October 09
Cross reference:
______________________________________________________________________________
1.
2001 Aug 24
0
Security Update [CSSA-2001-032.0] Linux - sendmail instant root exploit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - sendmail instant root exploit
Advisory number: CSSA-2001-032.0
Issue date: 2001, August 24
Cross reference:
______________________________________________________________________________
1. Problem