Here is the README file included in shared-libiberty.tar.gz.
You could also generate libiberty.so by configuring with --enable-shared and then generate the shared library using:
/usr/ccs/bin/ld -G -Bdynamic pic/*.o -o libiberty.so
Either copy libiberty.so to the directory where you wish to install it or use
make libdir=/my/install/dir install
As a shared library, libiberty.so can be dynamically loaded by any tool which wishes to use its functionality for C++ function name demangling, etc. Such tools will typically expect to locate libiberty.so via an environment variable such as LD_LIBRARY_PATH which should include the pathname of the directory where libiberty.so has been installed.
This version of libiberty from GCC 2.95.3 is expected to be compatible with earlier versions, but not necessarily with subsequent G++ releases.
The shared-libiberty.tar.gz file has been provided by Sun to include on sunfreeware.com. To install the file, copy it to a directory of your choice and then gunzip and untar it via
gunzip shared-libiberty.tar.gz
tar xvf shared-libiberty.tar
This will create a directory called shared-libiberty.
To download the file, click (or sometimes you may need to shift-click) on