28 lines
775 B
Groff
28 lines
775 B
Groff
This is the ELF binary release, 2.7.2.1, of the GNU C++ library 2.7.2,
|
|
for Linux. You have to install gcc 2.7.2 or above and libc 5.4.7 or
|
|
above to use it. Please don't use it with older gcc or libc.
|
|
|
|
It is on tsx-11.mit.edu under pub/linux/packages/GCC and sunsite.unc.edu
|
|
under pub/Linux/GCC. It is compressed with gzip 1.2.4.
|
|
|
|
To compile libg++ 2.7.2.1, you should first apply the patches,
|
|
libg++-2.7.2-2.7.2.1.diff.gz, against libg++ 2.7.2.
|
|
|
|
The file list:
|
|
|
|
1. libg++-2.7.2.1.bin.tar.gz
|
|
|
|
REQUIRED. Both static and shared ELF libraries for libg++, libstdc++,
|
|
header files and genclass. It is libg++ 2.7.2.1. To install
|
|
|
|
su root
|
|
cd /
|
|
rm -rf /usr/include/g++
|
|
gzip -dc libg++-2.7.2.1.bin.tar.gz | tar xvvf -
|
|
ldconfig /usr/lib
|
|
|
|
|
|
H.J.
|
|
hjl@gnu.ai.mit.edu
|
|
09/30/96
|