Also ich habe das Programm mit FPC (von
http://www.freepascal.org ) kompiliert und es läuft ohne Probleme (obwohl beim kompilieren eine Warnung kam):
Code:
[dirk@pinguin fpc]$ fpc hallo.pas
Free Pascal Compiler version 1.9.6 [2004/12/31] for i386
Copyright (c) 1993-2004 by Florian Klaempfl
Target
OS: Linux for i386
Compiling hallo.pas
hallo.pas(3,2) Warning: APPTYPE is not supported by the target
OS
Linking hallo
10 Lines compiled, 0.5 sec
[dirk@pinguin fpc]$ ls
hallo* hallo.o hallo.pas
[dirk@pinguin fpc]$ ./hallo
Hello World
[dirk@pinguin fpc]$
MfG
Binärbaum