[fpc-pascal]Panic : Internal compiler error, Internal error 9999

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Feb 4 10:29:26 CET 2004


On Wed, 4 Feb 2004, Stefan Becker wrote:

> Panic : Internal compiler error, exiting.
> test.pp(5) Fatal: Internal error 9999
>
> uses linux;
> begin
>  Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid);
> end.

Unit 'linux' is replaced by units 'Unix' and 'BaseUnix'.
The calls wil be fpGetID and fpGetPPId.

Michael.




More information about the fpc-pascal mailing list