Einzelnen Beitrag anzeigen

Benutzerbild von Binärbaum
Binärbaum

Registriert seit: 19. Jan 2005
Ort: Elstra
764 Beiträge
 
Delphi 7 Enterprise
 
#6

Re: CrossKylix: linux-kompilat läuft nicht....

  Alt 6. Mär 2005, 13:50
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
There are exactly 10 kinds of people: those who understand binary, and those who don't.
---
"Software reift beim Kunden. Bei Hardware ist es anders: Hardware fault beim Kunden." - Rainer G. Spallek
  Mit Zitat antworten Zitat