Displaying 20 results from an estimated 2000 matches similar to: "install problem -- libg2c"
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
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
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
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 May 25
9
problem on upgrading to RH6.2 (was problem with ts pack
plummer at iarc.fr said:
> On 24-May-00 Prof Brian D Ripley wrote:
> On Wed, 24 May 2000, Christian Posse wrote:
> >> >> I just encountered a problem with the ts package: >> >> >
> library(ts) >> Error in dyn.load(x, as.logical(local),
> as.logical(now)) : >> unable to load shared library >> "/usr/
>
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
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
2005 Jan 18
2
R: error while loading shared libraries: libg2c.so.o
I have just installed the version of R for Linux Enterprise Server AS. When R is launched, I receive the following error message:
R: error while loading shared libraries: libg2c.so.o cannot open shared object file: no such file or directory
I have added the path to the library above to the /usr/etc/ld.so.conf file and then run ldconfig -v. The listing then shows that the libg2c.so.o is
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
2003 Oct 05
0
4.9 RC1(i386) 'make buildworld' fails: libg2c install
Error running 'make buildworld' on FBSD 4.9 RC1(i386) source (see
below); error replicated twice.....could this simply be due to a
corruption of the downloaded ISO file? The softlink created before the
initial error message appears to have been created OK, so not sure where
the error is being generated.
*****************************************************************
===>
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'
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.
2004 Oct 08
1
problem Installing R 2.0.0 on SuSe 9.1
Hello:
I first tried it by using ./configure with the source files, but found that there is a huge problem with the gcc-g77 package, then I tried using the RPM obtained from CRAN, getting the following, the first of which appears to be another manifestation of the g77 problem:
linux:/tmp # rpm -i R-base-2.0.0-1.i586.rpm
warning: R-base-2.0.0-1.i586.rpm: V3 DSA signature: NOKEY, key ID a3278da3
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
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
Hi,
I appear to have a slight problem compiling R0.65.0 under Linux
(slackware) using g77. By simply typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the
1998 Feb 25
1
R-beta: Re: dse+redhat 4.2 problem
>R INSTALL dse rlibs
>Installing package `dse' ...
>libs
>gcc -g -fpic -I/usr/local/R-0.61/include -c dsefor.c -o dsefor.o
>/tmp/cca02533.i:1: numeric constant with no digits
>/tmp/cca02533.i:1: numeric constant with no digits
>...
>is there something wrong with my gcc or is there some
>option missing somewhere?
>I suspect the problem might have to do with
1998 Feb 25
1
R-beta: Re: dse+redhat 4.2 problem
>R INSTALL dse rlibs
>Installing package `dse' ...
>libs
>gcc -g -fpic -I/usr/local/R-0.61/include -c dsefor.c -o dsefor.o
>/tmp/cca02533.i:1: numeric constant with no digits
>/tmp/cca02533.i:1: numeric constant with no digits
>...
>is there something wrong with my gcc or is there some
>option missing somewhere?
>I suspect the problem might have to do with
1998 Dec 03
1
which compiler
Hello,
This is perhaps a little off-topic, but I am curious as to what compilers
people use to compile R (under unix/linux). I am primarily interested in
the use of egcs or gcc, g77 or f2c, etc. It seems most of the gcc
interest and development is towards egcs, and while a gcc 2.8.1/g77
combination did work and compile R on my primary linux machine, it also
managed to produce kernels that did
1999 Sep 15
1
libg2c.mingw32
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 721 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990915/82d1800c/attachment.pl
1999 Apr 01
1
PLATFORMS
Only three entries thus far.
Please keep them coming in.
-k
NAME Martyn Plummer
EMAIL plummer@iarc.fr
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Redhat 5.1
CC/FC/MAKE gcc/egcs-g77/make
NAME Douglas Bates
EMAIL bates@stat.wisc.edu
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Debian 2.1
CC/FC/MAKE egcs/g77/make
NAME Thomas