MirBSD manpage: gpc(1)
GPC(1) GNU Tools GPC(1)
gpc - GNU project Pascal Compiler
gpc [ option | filename ]...
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 pro-
duced 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.
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.
gpc-run(1), mgcc(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:
gpc(GNU), gpc-hr(GNU), gpcs(GNU), gpcs-de(GNU),
gpcs-hr(GNU), gcc(GNU), cpp(GNU).
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.
GNU Tools Printed 2022-12-23 1
GPC(1) GNU Tools GPC(1)
For instructions on how to report bugs, see the GNU Pascal
manual.
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 per-
mission notice are preserved on all copies.
Permission is granted to copy and distribute modified ver-
sions of this manual under the conditions for verbatim copy-
ing, provided that the entire resulting derived work is dis-
tributed 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 condi-
tions 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.
See the GNU Pascal Manual for the contributors to GNU Pas-
cal.
GNU Tools Printed 2022-12-23 2