[fpc-pascal]FPC and InterBase/Firebird problems

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Jul 26 10:15:35 CEST 2002


On Fri, 26 Jul 2002, Jilani Khaldi wrote:

> Hi all,
> compiling the example testib60.pp, on a linux box (Slackware 7.0), I get this error:
>
> * /usr/lib/libgds.so: undefined reference to 'crypt'
> * testib60.pp(164) Error: Error while linking

Add the following line to your program:
{$linklib crypt}
Some systems need this, some systems don't.

Michael.





More information about the fpc-pascal mailing list