This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Please try egcs 1.1.1 19990115/Linux.
- To: uri at watson dot ibm dot com
- Subject: Please try egcs 1.1.1 19990115/Linux.
- From: hjl at lucon dot org (H.J. Lu)
- Date: Mon, 18 Jan 1999 20:08:49 -0800 (PST)
- Cc: egcs at egcs dot cygnus dot com, libc-hacker at cygnus dot com (GNU C Library),linux-gcc at vger dot rutgers dot edu (linuxgcc),kjahds at kjahds dot com (Kenneth Albanowski),lmfken at lmf dot ericsson dot se (Kenneth Osterberg), ian at lasermoon dot co dot uk,mat at lcs dot mit dot edu (Mat Hostetter),doughera at lafcol dot lafayette dot edu (Andy Dougherty),brian at mathworks dot com (Brian Bourgault),craig at metrolink dot com (Craig Groeschel), imp at village dot org (Warner Losh),meissner at cygnus dot com (Michael Meissner), rfg at monkeys dot com (Ron Guilmette),roell at xinside dot com (Thomas Roell),linux-binutils-in at polstra dot com (John Polstra),galenh at micron dot net (Galen Hazelwood),ralf at informatik dot uni-koblenz dot de (Ralf Baechle)
Please try out egcs 1.1.1 19990115/Linux. There are 3 files to test
ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1-19990115-linux.diff.gz
ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/release.egcs-1.1.1
ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1.spec
Please check them out. I'd like to know the results for egcs-1.1.1.spec,
Linux/ARM and Linux/MIPS before I make them public.
Thanks.
H.J.
----
This is the Linux/x86/alpha binary release of egcs 1.1.1 19990115/Linux.
egcs is an integrated GNU compiler system. It is derived from gcc with
many enhancements. The current egcs contains C, C++, Object C and f77
compilers plus their runtime libraries. It is highly recommended on
Linux as the default C/C++ compiler system. For details about egcs
and its source code, please consult its web page at
http://egcs.cygnus.com
The egcs 1.1.1 linux/x86 binary release can be found at
ftp://ftp.kernel.org/pub/linux/devel/gcc
ftp://tsx-11.mit.edu/pub/linux/packages/GCC
ftp://sunsite.unc.edu/pub/Linux/GCC
The bzip2 linux/x86 binaries are provided for libc 5 and glibc 2. They
are bzip2-libc5.gz and bzip2-glibc.gz in the same ftp directory.
The file list
1. egcs-1.1.1-glibc.x86.tar.bz2
In ELF/x86 and generate ELF binaries for glibc 2. gcc, cpp, cc1,
cc1plus, cc1objc, g77, version dependent header files, libstdc++,
libg++ and libg2c.a. Object C, protoize and unprotoize are untested.
To install
# cd /
# bzip2 -dc egcs-1.1.1-glibc.x86.tar.bz2 | tar xvvf -
You need glibc 2.0.7 or above to use it.
2. egcs-1.1.1-alpha.tar.bz2
In ELF/alpha and generate ELF binaries for glibc 2. gcc, cpp, cc1,
cc1plus, cc1objc, g77, version dependent header files, libstdc++,
libg++ and libg2c.a. Object C, protoize and unprotoize are untested.
To install
# cd /
# bzip2 -dc egcs-1.1.1-alpha.tar.bz2 | tar xvvf -
You need glibc 2.0.7 or above to use it.
3. egcs-1.1.1-libc5.x86.tar.bz2
In ELF/x86 and generate ELF binaries for libc 5. gcc, cpp, cc1,
cc1plus, cc1objc, g77, version dependent header files, libstdc++,
libg++ and libg2c.a. Object C, protoize and unprotoize are untested.
To install
# cd /
# bzip2 -dc egcs-1.1.1-libc5.x86.tar.bz2 | tar xvvf -
You need libc 5.4.44 or above to use it.
4. egcs-1.1.1-doc.tar.bz2
Man pages and info files for egcs and libg++. To install
# cd /
# bzip2 -dc egcs-1.1.1-doc.tar.bz2 | tar xvvf -
5. egcs-1.1.1-19990115-linux.diff.gz
A patch file which brings egcs 1.1.1 to egcs 1.1.1 19990115/Linux.
6. egcs-1.1.1.spec
A RPM spec file. You can use it to build egcs 1.1.1 19990115/Linux
if you have a good network connection. For example,
# rpm -ba egcs-1.1.1.spec
should get source and patch via ftp, then source rpm and binary rpm.
Please fix the file/directory permissions after unpacking the package
if necessary.
Please report any missing/corrupted files to hjl@lucon.org
H.J.
hjl@lucon.org
01/19/99