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

2004-02-04 Thread Michael Van Canneyt
On Wed, 4 Feb 2004, Stefan Becker wrote: > Panic : Internal compiler error, exiting. > test.pp(5) Fatal: Internal error > > uses linux; > begin > Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid); > end. Unit 'linux' is replaced by units 'Unix' and 'BaseUnix'. The calls wil

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

2004-02-04 Thread Peter Vreman
> Panic : Internal compiler error, exiting. > test.pp(5) Fatal: Internal error > > uses linux; > begin > Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid); > end. > > Compiling for LINUX Platform > Compiling Debug Version > Hint: End of reading config file /etc/fpc.cfg >

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

2004-02-04 Thread Stefan Becker
Panic : Internal compiler error, exiting. test.pp(5) Fatal: Internal error uses linux; begin Writeln ('Process Id = ',getpid,' Parent process Id = ',getppid); end. Compiling for LINUX Platform Compiling Debug Version Hint: End of reading config file /etc/fpc.cfg Free Pascal