willett wrote:
Adriaan or Frank:
My documentation is oversimplified in linking. It now says only:
"To insure the ncurses.pas interface is available, compile it with: gp ncurses.pas (the code contains {$L ncurses }, otherwise the compile line would require -lncurses)"
Note that gp is a separate download from http://fjf.gnu.de/. It is not included yet in the standard gpc distribution, although I am including (and recommending) it with the OS X distribution.
Anyway,
gp program.pas = gpc --automake -o program program.pas gp unit.pas = gpc --automake -c unit.pas
Regards,
Adriaan van Os