Just installed CVS and I always verify the correct version is being run by just running the compiler at the console without arguments to check the version number, then CTRL-C out the first "press enter" prompt. Check it out:

[EMAIL PROTECTED] fpc]$ fpc
Free Pascal Compiler version 1.9.7 [2005/02/13] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
/usr/local/lib/fpc/1.9.7/ppc386 [options] <inputfile> [options]
put + after a boolean switch option to enable it, - to disable it
-a the compiler doesn't delete the generated assembler file
-al list sourcecode lines in assembler file
-an list node info in assembler file
-ap use pipes instead of creating temporary assembler files
-ar list register allocation/release info in assembler file
-at list temp allocation/release info in assembler file
-A<x> output format:
-Adefault use default assembler
-Aas assemble using GNU AS
-Anasmcoff coff (Go32v2) file using Nasm
-Anasmelf elf32 (Linux) file using Nasm
-Anasmwin32Win32 object file using Nasm
-AnasmwdosxWin32/WDOSX object file using Nasm
-Awasm obj file using Wasm (Watcom)
-Anasmobj obj file using Nasm
-Amasm obj file using Masm (Microsoft)
-Atasm obj file using Tasm (Borland)
-Aelf elf32 (Linux) using internal writer
*** press enter ***


[EMAIL PROTECTED] fpc]$ Error: Compilation aborted
An unhandled exception occurred at $0805BB23 :
Exception : Ctrl-C Signaled!
$0805BB23
$BFFFE77C
$080546DE
$080575C6
$0805797E
$08059410
$08059505
$08081352
$08084AD9
$0805F6E6
$0805F7A5
$08048278


[EMAIL PROTECTED] fpc]$

--
Thanks,

Tony Maro
Check out CheckBook Tracker, a free personal finance software for Linux!
http://tony.maro.net



_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to