Displaying 20 results from an estimated 3000 matches similar to: "Compile Problem"
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 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'
2001 Mar 01
1
Output from various compilers
Per a discussion I started earlier, I've encoded a wav with oggenc's
from various different compilers. And so...
MSVC (as distributed on vorbis.com): 3,502,399 bytes
BCC (WinME, BCB4 Std SP 1): 3,502,555 bytes
EGCS (Linux 2.4.1, egcs 2.91.66): 3,516,935 bytes
GCC (Linux 2.4.1, gcc 2.95.2): 3,516,935 bytes
BCC, EGCS, and GCC I compiled myself from last night's CVS
snapshot. The
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Aug 15
8
Serious GCC/EGCS 2.91 bug found (bites rc2)
Hi folks,
The folks on RedHat who have been complaining of poor-quality encodes
prompted us to track down the trouble, and it's a compiler bug. We
have the asm .s files to prove it :-)
The summary: EGCS (gcc) versions through March 1999, including up to
at least gcc/egcs 2.91.66 have a serious floating point optimization
bug that hits Vorbis. This is a fairly old gcc version, but RedHat
2001 Mar 10
3
fatal signal 11
I downloaded the latest wine from the cvs site and ran its
./tools/wineinstall. It ran for quite a while and croaked on
/wine/server/semaphore.c. Basically, gcc says "Internal compiler error:
program cc1 bog fatal signal 11". The compiler is 2.91.66 (aka egcs-1.1.2
release) and compiles other programs including 2.4.1 & 2.4.2 Linux kernels
just fine. I am puzzled what 'fatal
2001 May 02
1
wine is unable to find file.exe.so
Hi all.
First of all, a little background:
Wine release 20010418
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
glibc-2.1.3-21
I'm trying to use our home banking software. The software is composed from
many different .exe files. When I try to start the menu, wine complains it
is unable to load a .exe.so file (i.e., wine is trying to load some of the
.exe files as if they
2006 Jun 16
3
Compile error in statvfs.c in samba 3.0.22
I am trying to build samba 3.0.22 on an older Slackware system.
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
The error I'm getting is
smbd/statvfs.c: In function `linux_statvfs': smbd/statvfs.c:40:
incompatible types in assignment
Anyone have any clues?
1999 Jul 09
4
core dump on 0.64.2 SPARC/Solaris 2.6 in eigen (PR#223)
..
R is now configured for sparc-sun-solaris2.6
Source directory: .
Installation directory: /unsup/R-0.64.2
C compiler: gcc -g -O2
FORTRAN compiler: g77 -O2
Gnome support: no
$ gcc --version
egcs-2.91.66
$ g77 --version
GNU Fortran 0.5.24-19981002
"make check" later fails. The failure is in the test of the eigen()
function. The
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 Oct 14
2
EGCS broken; tested 2.95 through CVS current
Just so folks know, all the modern variants of EGCS (now named gcc) out there
appear to be producing occasionally bogus x86 FPU code at -O1 or higher. Guess
what... Vorbis trips the bug whatever it is.
I just grabbed and built the latest CVS code, and it's also broken. I'm constructing a small failure case example for a bug report now. It looks like FPU arithmetic into a register
2003 Jun 09
4
Compression Artifacts at -q 5. Help!
Hi Everyone,
My first posting to the list. Longtime Ogg fan, have created many
.oggs, but this is the first time needing help.
I've been transferring CDs to Ogg files using crip. I've been in the
process of setting up a bunch of mules to transfer my music collection to
electronic format, but I've found an oddity:
>bash$ oggenc -q 5 oddity.wav
>Opening with wav
2002 Aug 16
1
Summary:ROracle error
Oracle is finally up and running on RH 7.3 now. I will try to summarize
the pitfalls to avoid here for future reference.
1> Make sure you have the Pro C/C++ drivers in Oracle client installed.
This can be verified by looking for the existence of the proc directory
in $ORACLE_HOME. Existence of proc means it worked
2> Put the following in the .bashrc script in root
export
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 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
I've (remote) access to a new Linux system which has some flavor of Rehat
installed.
Compiling R-0.64.2 fails -- at the end when eda.so should be made.
make[4]: Entering directory `/u/u2/maechler/Linux/R/R-0.64.2/src/library/eda/src'
gcc -g -O2 -fpic -I../../../../include -c line.c -o line.o
gcc -g -O2 -fpic -I../../../../include -c smooth.c -o smooth.o
ld -shared -o
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:
2001 Jul 17
1
success!?!?!? mostly.
Hello,
I've just compiled 2.4.6 patched for ext3 filesystem and with out
incident the conversion went fine.
System Specs.
Redhat 6.1 (highly hacked on since install on Sep 1999)
kernel 2.4.6
gcc 2.95.2 egcs 2.91.66
XFree 4.1.0
I followed the docs, but I have once issue, on hardboot it still fscks the
drives. Is this a cause of the rc scripts needing tweaking or a fstab
setting.
thanks
2001 Oct 03
1
segmentation violation using openssh-2.9.9p2 on linux 2.2.19
I received a segmentation violation whilst using openssh-2.2.9p2 today:
Kernel 2.2.19-6.2.7 (Redhat 6.2)
Gcc version egcs-2.91.66
glibc-2.1.3-22
Hardware is 333MHz K6-3Dnow with 64MB RAM if that matters
Here is what happened along with a stack dump...
# ssh -L 80:someplace.net:80 -l charlie someplace.net
Password:
(works for a while, then seems to freeze)
^C
Segmentation violation (core
1999 Apr 02
4
PLATFORMS Update
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 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 Göran Broström
EMAIL gb@stat.umu.se
VERSION 0.63.3
PLATFORM