[fpc-pascal]Problem linking TESTIB.PP

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Sat Jul 19 13:41:21 CEST 2003


On Fri, 18 Jul 2003, Eduardo Lopez wrote:

> Hello all:
>
> I'm trying to compile te TESTIB.PP and I get the following error:
>
> Linking testib.exe
> c:\pp\bin\win32\ldw.exe: cannot find -ldl
> testib.pp(89,1) Error: Error while linking
> Closing script ppas.bat

Remove the {$linklib dl} from the source code, or put it between
{$ifndef win32}

{$endif}
it is only needed on Linux.

Michael.





More information about the fpc-pascal mailing list