[fpc-pascal]problems linking to libborqt

Pedro Lopez-Cabanillas plcl at telefonica.net
Mon Jan 26 21:28:59 CET 2004


On Monday 26 January 2004 21:46, geeken wrote:
[...]
> compiling was done with following script:
> ----------------------------------------------
> #!/bin/bash
> source /usr/kylix3/bin/kylixpath /usr/kylix3 >/dev/null
> #fpc test.pas

use:
fpc -Fl/usr/lib/kylix3 test.pas

instead of '/usr/lib/kylix3' use the path where your kylix libs are installed.

Regards,
Pedro





More information about the fpc-pascal mailing list