Couperin wrote:
I worry about those ancient files that I don't find in gpc-20000707-i586-pc-msdosdjgpp-v203.zip : pc.exe, epc.exe, bpc.exe, gpc-cpp.exe. Are they no more needed ?
pc, epc, bpc have been dropped. They were just equivalent to `gpc --standard-pascal', `gpc --extended-pascal' and `gpc --borland-pascal', respectively, and these forms can be used now if necessary.
gpc-cpp was renamed to gpcpp.
Previously, I had libcurso.a in the /lib directory and it seems the Crt unit needed it. Is it the same now ? (I installed PDCurses 2.4 but it doesn't produce a libcurso.a file)
The file is called differently when PDCurses is built (curses.a or such I think). You can manually rename it (the `lib' prefix is so that it's found by the linker the normal way, and the `curso' rather than `curses' is to fit in 8+3). Same with libpanel.a (panel.a) probably. (In the PDCurses binary on agnes, the files are renamed already.)
Frank