This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs 1.0.3 linux x86 binaries are released.


Hi,

Please test it as much as you can. I'd like to announce it to public
after I get some positive feedbacks.

Thanks.


H.J.
---
This is the linux/x86 binary release of egcs 1.0.3. 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.0.3 linux/x86 binary release can be found at

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.0.3-libc5.x86.tar.bz2
   In ELF and generate ELF binaries for libc 5. gcc, cpp, cc1, cc1plus,
   cc1objc, g77, version dependent header files, libstdc++, libg++ and
   libf2c.a. Object C, protoize and unprotoize are untested. To install

	bzip2 -dc egcs-1.0.3-libc5.x86.tar.bz2 | tar xvvf -

   You need libc 5.4.44 or above to use it.

2. egcs-1.0.3-glibc.x86.tar.bz2
   In ELF and generate ELF binaries for glibc 2. gcc, cpp, cc1, cc1plus,
   cc1objc, g77, version dependent header files, libstdc++, libg++ and
   libf2c.a. Object C, protoize and unprotoize are untested. To install

	bzip2 -dc egcs-1.0.3-glibc.x86.tar.bz2 | tar xvvf -

   You need glibc 2.0.6 or above to use it.

After the installation, please run the shell script enclosed here to
remove the old files. Otherwise, the C++ compiler won't work correctly.

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
05/17/98
---
#! /bin/sh

cd /
rm -f usr/include/g++/std/bastring.h.orig \
	usr/include/g++/exception \
	usr/include/g++/faralloc.h \
	usr/include/g++/fdeque.h \
	usr/include/g++/flist.h \
	usr/include/g++/fmap.h \
	usr/include/g++/fmultmap.h \
	usr/include/g++/fmultset.h \
	usr/include/g++/fset.h \
	usr/include/g++/hdeque.h \
	usr/include/g++/hlist.h \
	usr/include/g++/hmap.h \
	usr/include/g++/hmultmap.h \
	usr/include/g++/hmultset.h \
	usr/include/g++/hset.h \
	usr/include/g++/hugalloc.h \
	usr/include/g++/hvector.h \
	usr/include/g++/lbvector.h \
	usr/include/g++/ldeque.h \
	usr/include/g++/llist.h \
	usr/include/g++/lmap.h \
	usr/include/g++/lmultmap.h \
	usr/include/g++/lmultset.h \
	usr/include/g++/lngalloc.h \
	usr/include/g++/lset.h \
	usr/include/g++/neralloc.h \
	usr/include/g++/new \
	usr/include/g++/new.h \
	usr/include/g++/nmap.h \
	usr/include/g++/nmultmap.h \
	usr/include/g++/nmultset.h \
	usr/include/g++/nset.h \
	usr/include/g++/projectn.h \
	usr/include/g++/rx.h \
	usr/include/g++/std/cassert.h \
	usr/include/g++/std/cctype.h \
	usr/include/g++/std/cerrno.h \
	usr/include/g++/std/cfloat.h \
	usr/include/g++/std/cinst.h \
	usr/include/g++/std/ciso646.h \
	usr/include/g++/std/climits.h \
	usr/include/g++/std/clocale.h \
	usr/include/g++/std/cmath.h \
	usr/include/g++/std/complex.h \
	usr/include/g++/std/csetjmp.h \
	usr/include/g++/std/csignal.h \
	usr/include/g++/std/cstdarg.h \
	usr/include/g++/std/cstddef.h \
	usr/include/g++/std/cstdio.h \
	usr/include/g++/std/cstdlib.h \
	usr/include/g++/std/cstring.h \
	usr/include/g++/std/ctime.h \
	usr/include/g++/std/cwchar.h \
	usr/include/g++/std/cwctype.h \
	usr/include/g++/std/exception.h \
	usr/include/g++/std/new.h \
	usr/include/g++/std/sinst.h \
	usr/include/g++/std/stddef.h \
	usr/include/g++/std/stdexcept.h \
	usr/include/g++/std/string.h \
	usr/include/g++/std/typeinfo.h \
	usr/include/g++/stddef \
	usr/include/g++/typeinfo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]