GNU Pascal (GPC) for Win32 (Cygwin)

This page contains information relating to GPC for Cygwin. The compiler is based on the Cygwin environment and runtime.

Please check the GNU-Win32 sites listed below for further details about Cygwin.

Recent Snapshots
Old Miscellaneous
BUILDING A GPC COMPILER FOR CYGWIN

Cygwin has a fully functional self-hosting toolchain. The Cygwin environment implements a functional POSIX layer under Windows. Building GPC for Cygwin should (if you have the full Cygwin environment and toolchain) be as straightforward as building it under Linux.

However, in order to get a full GPC runtime library, you also need to download os-hacks.h and copy it to your Cygwin installation's "include" directory (typically /usr/include/) before attempting to "configure" and "build" GPC.
 

RELEVANT GNU-WIN32 WEB SITES

CYGWIN

1. The main Cygwin site is: http://cygwin.com/
2. For the Cygwin runtime environment and toolchain see: http://cygwin.com/mirrors.html

MINGW

1. The main Mingw site is: http://www.mingw.org
* For a list of its mirrors, see: http://www.mingw.org/mirrors.shtml

2. The main respository for Mingw (and MSYS) binaries is:
 http://sourceforge.net/project/showfiles.php?group_id=2435

3. The Mingw FAQ is here: http://www.mingw.org/mingwfaq.shtml

------------------------
April 2008, The African Chief.