Re: [fpc-pascal] LINKLIB on Cygwin

2005-12-19 Thread Tony Pelton
do you have the DLL's somewhere in your PATH so that the windows lib loader can find them at runtime ? e.g. PATH=c:\cygwin\lib ? Tony On 12/19/05, Alan Mead <[EMAIL PROTECTED]> wrote: > Jeff Pohlmeyer gave me a short program demonstrating the use of the readline > and history libraries, the pro

[fpc-pascal] LINKLIB on Cygwin

2005-12-19 Thread Alan Mead
Jeff Pohlmeyer gave me a short program demonstrating the use of the readline and history libraries, the program begins: program histdemo; {$LINKLIB ncurses} {$LINKLIB readline} {$LINKLIB history} {$LINKLIB c} It works great on Linux but I haven't been able to figure out how to get it to work un