[fpc-pascal] 204 Compiler

Marc Santhoff M.Santhoff at t-online.de
Sat Sep 16 17:06:53 CEST 2006


Am Donnerstag, den 14.09.2006, 19:25 +0200 schrieb Jonas Maebe:
> On 14 Sep 2006, at 19:20, Marc Santhoff wrote:
> 
> > Fpc 2.0.2 was used in the precompiled version packaged with a set of
> > binutils.
> 
> As the subject indicates, this is about FPC 2.0.4

If there is no crosscompiler involved, for me it does work:

D:\Eigene Dateien>ver

Windows 98 [Version 4.10.2222]

D:\Eigene Dateien>fpc ptest
Free Pascal Compiler version 2.0.4 [2006/08/21] for i386
Copyright (c) 1993-2006 by Florian Klaempfl
Target OS: Win32 for i386
Compiling ptest.pas
Compiling utest.pas
Linking ptest.exe
24 Lines compiled, 0.9 sec

D:\Eigene Dateien>ptest
Test

---

D:\Eigene Dateien>ver

Microsoft Windows 2000 [Version 5.00.2195]

D:\Eigene Dateien>del *.ppu

D:\Eigene Dateien>fpc ptest
Free Pascal Compiler version 2.0.4 [2006/08/21] for i386
Copyright (c) 1993-2006 by Florian Klaempfl
Target OS: Win32 for i386
Compiling ptest.pas
Compiling utest.pas
Linking ptest.exe
24 Lines compiled, 0.1 sec

D:\Eigene Dateien>ptest
Test

Note that I have the <fpc-2.0.4>/bin directory in the path.

HTH,
Marc





More information about the fpc-pascal mailing list