GNU Pascal
Overview
GNU Pascal is the 32/64-bit Pascal compiler of the GNU Compiler
Collection. It is a compiler, assembler, and linker that makes use of
a GCC back-end for code generation and optimization. It supports both
the Pascal standard and the Extended Pascal standard.
Setup
There is no setup needed for this software package.
Usage
GPC is invoked by issuing the command gpc.
Examples
To compile a pascal file called foo.pas and create an executable
called foo, run the command:
|
gpc --automake foo.pas -o foo
|
Documentation
Information for gpc can be found by invoking the command info -f gpc.
Man pages are also available for gpc via the command man gpc.
Please send questions or suggestions about this web page to beatnic@aset.psu.edu
ASET | ITS | Penn State
|