This is the Linux/x86 binary release of gcc 2.7.2.1. The Ada support is included in the gcc driver binary. I have moved the g++ header files to /usr/include/g++. This binary release requires libc 5.4.7 or above. The primary ftp sites for the compiler/C library are tsx-11.mit.edu under pub/linux/packages/GCC and sunsite.unc.edu under pub/Linux/GCC. The file list 1. gcc-2.7.2.1.bin.tar.gz In ELF and generate ELF binaries. gcc, g++, cpp, cc1, cc1plus, cc1objc, protoize, unprotoize and version dependent header files. Object C, protoize and unprotoize are untested. Also binaries in ELF and generate a.out binaries. cpp, cc1, cc1plus, cc1objc and version dependent header files. Objective C stuff is untested. To install gzip -dc gcc-2.7.2.1.bin.tar.gz | tar xvvf - BTW, please fix the file permissions and ownerships if necessary. To generate ELF binaries, please do gcc or gcc -b i486-linux To generate a.out binaries, please do gcc -b i486-linuxaout To use libg.a for debugging instead of libc.so/libc.a, please use -ggdb. To use libc_p.a for profiling instead of libc.so/libc.a, please use -profile. H.J. hjl@gnu.ai.mit.edu 10/15/96