[fpc-devel]Linux troubles

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Aug 21 09:33:45 CEST 2002


On Wed, 21 Aug 2002, Michail A.Baikov wrote:

> 1. /etc/ppc386.cfg don't exists. Only fpc.cfg
> 2. I try next:
>
> fpc ./linderdm.pas -vat
>
[cut]
> Compiling ./linderdm.pas
> linderdm.pas(1,2) Fatal: Can't open include file defs.inc
>

You left out the most important part of the log. -vut will show
where the compiler looks when the file defs.inc is searched.
Try again, and send me the output in a private email.
Secondly, don't use fpc, but use ppc386 to do the following:

strace ppc386 linderdm.pas -vut

this will produce A LOT of output on standard error, please send me that
as well.

Also, it may be that the search for uppercase files is only enabled
in delphi mode, but I'm not sure.

Michael.





More information about the fpc-devel mailing list