search for: egcs

Displaying 20 results from an estimated 261 matches for "egcs".

Did you mean: ecs
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 i386-unknown-linux SYSTEM Redhat 5...
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 Lumley EMAIL thomas@biostat.washington.edu VERSION 0.63.3 PLATFORM sun-sparc-solaris2.7 SYSTEM CC/FC/MAKE gcc 2.8....
1998 Oct 25
2
EGCS optimizer bug?
The current development version dies in qbeta() when compiled with egcs -O, egcs 1.0.2 and glibc 2.0.7 (RedHat versions). Since this also kill the F and t distributions, it doesn't exactly do wonders for R's usefulness... Anyone else seeing this or has my setup just gone out of whack? It does look pretty much like a clear compiler bug when inlining math functi...
1999 Mar 06
1
Difficulties with egcs-1.0.3 on RedHat 5.2?
Some machines in our department use RedHat 5.2 Linux but, to maintain consistency with other machines, the compilers as from egcs-1.0.3, as shown below. When I compile R-0.63.3 on these systems I can't pass the tests in "make check". The base-Ex.R file stops execution with the error shown below. ... Running all help() examples ... ../../bin/R --vanilla < base-Ex.R > base-Ex.Rout make[2]: *** [base-Ex...
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. I...
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 its name from g2c to gcc, so I tried to change FLIBS in both MkRules and Makeconf. This didn't work out. My next try is to download egcs-g77 rpm from redhat. T...
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 shipped with it until at least RedHat 6.2. The broken compile will produce Ogg files, but the audio quality wi...
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 shipped with it until at least RedHat 6.2. The broken compile will produce Ogg files, but the audio quality wi...
2015 Dec 17
2
Deleting Public Mailbox?
...tipekxa MailingLists/* user=dag lrwstipekxa Didn't work from my mail client so tried: Command tried: % doveadm mailbox delete -s MailingLists/Glibc -u dag doveadm(dag): Error: Can't delete mailbox MailingLists/Glibc: Permission denied % doveadm acl debug -u dag "MailingLists/Egcs" doveadm(dag): Info: Mailbox 'Egcs' is in namespace 'MailingLists/' doveadm(dag): Info: Mailbox path: /usr/local/var/mail/MailingLists/mailboxes/Egcs/dbox-Mails doveadm(dag): Info: All message flags are shared across users in mailbox doveadm(dag): Info: User dag has rights: loo...
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 specific example is: > eigen(cbind( 1,3:1,1:3)) Segmentation Fault - core dumped --please do not edit the information below-- Version: platform =...
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d..428da21 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g.
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
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 Linux files came out the same, but there's no surprise there. Otherwise, the files are different sizes. Is this accepta...
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 not allow me to run X. I have reinstalled 2.7.2.1 (?? it's a machin...
2015 Nov 04
0
xen/libvirt freeze while attching network-device to vm´s
Hi, first sorry for the cross-posting, but i don ́t known exactly if my problem belongs to xen or libvirt. I have an VM-Host with Xen 4.6.0 und libvirt 1.2.19. The Job of the Host is to resume in parallel 20 VM ́s (HVM WinXp) attach a block-device to each VM , wait 60 Seconds, kill the VM and start from beginning. For that, a python script create for each vm a thread and each thread get a
1998 Mar 22
3
R-0.61.1 compiled with egcs-mingw32
...think that the work is of some interest, I can upload it to CRAN. guido m. This is the README enclosed in the distribution. ------------------------------------------------------------------------- rgnwbin.tgz and rgnwsrc.tgz are the first results of an attempt to build R for Win95 and WinNT using egcs-mingw32. The advantages over the binaries for MsWindows that can be found in CRAN are: 1. R seems to run faster. Some simple (perhaps too simple) benchmarks point to a 20% gain. 2. The port is based on a more recent version (0.61.1) and it is more complete (more "system calls": sys...
2013 Oct 21
36
[PATCH 0 of 5 V3] Remus/Libxl: Network buffering support
This patch series adds support for network buffering in the Remus codebase in libxl. Changes in V3: [1/5] Fix redundant checks in configure scripts (based on Ian Campbell''s suggestions) [2/5] Introduce locking in the script, during IFB setup. Add xenstore paths used by netbuf scripts to xenstore-paths.markdown [3/5] Hotplug scripts setup/teardown invocations are now
1999 Mar 08
1
March7th R-devel,hpux10.20,egcs-2.93.03 19990124
Hello, I just got the latest (March7) tarball from CRAN. 1).It looks like ".so" is still hardwired in the source code. in src/main/platform.h all "Unix" systems get the ".so" extention. I had to #ifdef hpux and add ".sl". 2). It picks up readline but history is still inside the comments in src/include/Platform.h, I had to manually change this in order
2012 Nov 02
2
Remus: Xen 4.2.1 with Debian 6.0 does not work
_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 Nov 02
2
Remus: Xen 4.2.1 with Debian 6.0 does not work
_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users