Important information to compile knetmon
for users of RedHat 5.1 and later and other systems without libg++::

To compile qnetmon you've got to do the following in this order:

change to the directory where you want to unpack the sources,
maybe /usr/src

  cd /usr/src

unpack knetmon

   tar -zxvf knetmon-0.90betaR2.tgz

unpack knetmon.missing from the same directory,
(some makefiles and headers will be overwritten)

   tar -zxvf knetmon.missing.tgz

These both steps must be executed in this order !

After this your directory must look like this:

/usr/src/knetmon
/usr/src/knetmon/bin
/usr/src/knetmon/utils
/usr/src/knetmon/initfile
/usr/src/knetmon/missing
/usr/src/knetmon/qnetmon
/usr/src/knetmon/qplus
/usr/src/knetmon/knetmon

Then change to directory knetmon and enter make.
If it still doesn't compile, edit the file config.h, it's possible
that you have to change some directories.

Please tell me if you had to change something and send me the changed
Makefiles/headers, 'cause until now I had no chance to try to compile
knetmon on a RedHat 5.1 system.

alexander.neundorf@rz.tu-ilmenau.de



The files in the directory "missing" are taken directly from the sources of
libg++, I don't know exactly if this is permitted by the GPL, but it's only
for the mean time till knetmon uses the STL.

A copy of the GNU General Public License you should have received with knetmon.
