Frank Heckenbach wrote:
GPC version 20020410, the release candidate #6 for GPC 2.1, has been uploaded to http://www.gnu-pascal.de/current/gpc-20020410.tar.gz
I have compiled and uploaded it in the new usual place(s),
under fixed links:
http://www.gnu-pascal.de/contrib/maurice/gpc2953b.zip http://www.gnu-pascal.de/current/djgpp/gpc2953b.zip
But I have not been able to update directory http://www.gnu-pascal.de/current/binary/ because I have not write permission on it.
The _beta_ pdcurses 2.4 library has been replaced by the _release_ pdcur24b.zip available on simtelnet in djgpp distributions. The library is now named libpdcurses.a instead of libcurso.a (crt.pas was changed accordingly by Franck).
Similarly in the libs directory
http://www.gnu-pascal.de/current/libs/binary/i386-pc-msdosdjgpp/
the newer versions of the libraries gmp311 libjpeg6b libpng1012 pdcurses24 zlib114 come from simtelnet djgpp distribs (only renamed with our standard names). libtiff 3.4 is compiled out of the box from the sources. librx155 is the beta which was there previously.
grx244b is a binary of grx-2.4.4 intended for gpc/djgpp beginners. It can be installed the usual way in any djgpp tree (without compiling), and it contains the auxiliary libraries libjpeg libpng libtiff libz (and only them) from the previous packages. The fonts are in a standard djgpp location %DJGPP%\share\grx\fonts and are known by default through a suitable GRX_DEFAULT_FONT_PATH during compilation (valid what may be the true address of the djgpp tree).
All libs contain now manifest files for clean updates in the djgpp way:
cd %DJGPP% rm -fv @manifest\soso_old.mft unzip32 \temp\soso_new.zip
Maurice