Displaying 20 results from an estimated 2000 matches similar to: "fatal signal 11"
2000 Feb 11
2
Compilation Failure on Linux/Intel (PR#434)
Full_Name: MJ Ray
Version: 0.99.0a
OS: Linux 2.2.13 Slackware 7.0
Submission from: (NULL) (195.7.239.50)
I consistently get a sig11 on one file:
gcc -I. -I../include -I../../src/include -I../../src/include/R_ext
-DHAVE_CONFIG_H -mieee-fp -g -O2 -c fft.c -o fft.o
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [fft.o] Error 1
However, other files and parts of the
2001 Mar 11
1
Successful compile of Wine
I was able to compile and run Wine successfully this morning. I can now run
WELCOME.EXE, CALC.EXE & NOTEPAD.EXE where I am currently putting windows
(non-catalization intentional) programs in /c/windows.
I do have a coule of questions however. I get an error saying basically an
exported function needed from MSVCRT.DLL is not found, try using the native
one instead when running NOTEPAD.EXE
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
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 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
2000 Mar 07
1
Compiling error on CVS
When I compile the latest CVS, I get the following error:
Compiling param/params.c
gcc.colorgcc: Internal compiler error: program cpp got fatal signal 11
make: *** [param/params.o] Error 1
What did I do wrong??
Stephen Gerstacker
The Gradall Company
phone: 339-2211 ext. 8814
*******************************************************
The information contained in this transmission is
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
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'
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/
>
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 Jun 12
3
Wine on RedHat7.1?
Hi there!
I'm trying to compile Wine on my Red Hat7.1. But during the compilation my
system suddenly reboots without any error message. Under Red Hat 7.0 I also
can't compile it, only on SuSE 7.0 does it work!
What's wrong? What can I do about it?
Thx
Marius
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
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
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 21
4
Regarding Samba issue
I am experiencing a problem with all time stamps having the same date
and time stamp. I found this bug report
http://us1.samba.org/listproc/samba/June1998/0239.html
and see there is a fix. The question I have is has this issue been
resolved in later versions of Samba code. It would be easier to upgrade
than deal with a code change and re compilation.
Scott Ranzal
-------------- next part
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 Apr 16
2
Problems compiling Samba 2.0.3
Hi,
I have a problem when I compile Samba 2.0.3, the next error message is
generated doing "make":
Using LIBS =
Compiling locking/shmem.c
locking/shmem.c: In function `smb_shm_open':
locking/shmem.c:921: `PROT_READ' undeclared (first use this function)
locking/shmem.c:921: (Each undeclared identifier is reported only once
locking/shmem.c:921: for each function it appears in.)
2002 Mar 31
2
Problem compiling wine with latest cvs
I can't get recent cvs versions to compile. After running cvs update -PAd and
./tools/installwine I get these messages
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [ordinal.o] Error 1
make[2]: Leaving directory `/usr/local/src/wine/dlls/shlwapi'
make[1]: *** [shlwapi/shlwapi.dll.so] Error 2
make[1]: Leaving directory `/usr/local/src/wine/dlls'
make: ***