This directory contains all necessary additional source files, libraries
etc. for generating stand-alone prototypes. For further information see:

	../man/GUIDED_PROTOTYPING.tex

Note that the installation of gcc/g++/libstdc++ (e.g. version 2.8.1) is
required! 

ATTENTION:
----------
If you are using a SuSE Linux Distribution please check the
version of your distribution (ask your system administrator if
in doubt). Versions later than 6.3 (i.e. 6.4 or 7.x) do not 
provide libtermcap.so.2 any longer. The library libg++ has a 
later version number than required by PROGRES. Therefore,
please add these links:

Link /usr/lib/libtermcurses.so.2.*  to
     /usr/lib/libtermcap.so.2

(for SuSE 7.x: libncurses.so.2.* to libtermcap.so.2)

     /usr/lib/libg++-libc6.1-2.so.3  to
     /usr/lib/libg++-libc6.1-1.so.2

Otherwise, you will not be able to compile and link any prototype!

