In our previous episode, Jonas Maebe said: > > Path "/usr/lib/" not found > > Path "/lib/" not found > > Free Pascal Compiler version 2.6.4 [2014/11/18] for x86_64 > > Copyright (c) 1993-2014 by Florian Klaempfl and others > > Fatal: No source file name in command line > > Fatal: Compilation aborted > > Error: bin/ppcx64 returned an error exitcode (normal if you did not > > specify a source file to be compiled) > > Such problems usually mean that the stat or statfs record needs > adjustments. You can find the "stat" record definition in > rtl/bsd/ostypes.inc. statfs is in rtl/<yourosdir>/ptypes.inc
And - getcwd (part of truename directory expansion) - opendir/readdir and friends. If something is wrong it sometimes shows up in ptrace. getcwd is a likely candidate since afaik that changed FreeBSD 5+ _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
