"da Silva, Joe" Joe.daSilva@emailmetering.com a dit :
For anyone interested, I have written instructions for obtaining and installing GPC for DOS, based on DJGPP. This brings together information from various sources, and from my own findings. The information is concise but does not assume previous experience with DJGPP. You can obtain this document via the following URL : http://jds-freeware.hypermart.net/pascal/how2gpc.dos.txt (Feedback welcome)
Seems OK Only the following is no more necessary
---------------------------------------------------------------------
- In the 'lib' subdirectory, check for a file called 'libcurso.a'. If it does not exist, create it by copying the 'libpdcurses.a' file (or, if not using long file names, 'LIBPDCUR.A'). Eg. : CD lib COPY libpdcurses.a libcurso.a
---------------------------------------------------------------------
Frank changed recently the {$L } instruction in crt.pas for the official new name libpdcurses.a: official since pdcurses 2.4 release, which is the one present now both on the gpc/djgpp download areas and on djgpp repositories on simtelnet and mirrors.
Maurice