NAME
gpc - GNU project Pascal Compiler
SYNOPSIS
gpc [ option | filename ]...
DESCRIPTION
This man page does not contain much information about GNU Pascal
because the unstructured man page format is not well suited for
documenting a large program such a GNU Pascal. You can find the
relevant information in the GNU Pascal Manual which is avilable in
Texinfo format and formats produced from it, such as HTML, Info and
DVI. To view the Info documentation, please run ‘info -f gpc’ or open
the info file ‘gpc.info’ in your favourite info reader.
Up to date versions of the manual in various formats as well as the
compiler itself can always be found on the WWW at http://www.gnu-
pascal.de.
FILES
file.pas Pascal source file
file.p Pascal source file
file.pp Pascal source file
file.dpr Pascal source file
file.c C source file
file.s assembly language file
file.o object file
file.gpi GNU Pascal Interface File
a.out linked executable (by default)
LIBDIR/gpcpp preprocessor
LIBDIR/gpc1 compiler proper
LIBDIR/collect2 linker front end needed on some machines
LIBDIR/libgcc.a GCC subroutine library
LIBDIR/libgpc.a GPC runtime library
LIBDIR is usually /usr/local/lib/machine/version.
SEE ALSO
gcc(1), cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
‘gpc’, ‘gcc’, ‘cpp’, ‘as’, ‘ld’, and ‘gdb’ entries in info.
The GNU Pascal Manual, Jan-Jaap van der Heijden, Peter Gerwinski, Frank
Heckenbach & others; Using and Porting GNU CC, Richard M. Stallman; The
C Preprocessor, Richard M. Stallman; Debugging with GDB: the GNU
Source-Level Debugger, Richard M. Stallman and Roland H. Pesch; Using
as: the GNU Assembler, Dean Elsner, Jay Fenlason & friends; gld: the
GNU linker, Steve Chamberlain and Roland Pesch.
BUGS
For instructions on how to report bugs, see the GNU Pascal manual.
COPYING
Copyright (c) 1997-2006 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in
translations approved by the Free Software Foundation instead of in the
original English.
AUTHORS
See the GNU Pascal Manual for the contributors to GNU Pascal.