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


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to