GNU Pascal Homepage - gpc - gpc-announce - gpc-de - gpc-doc
Diese Seite auf deutsch

Mail #14339

Back to main page of archive

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  

From: Kevan Hashemi
Subject: GPC Home Page
Date: 30 Apr 2008, 09:51:35

Hi,

The following page is top of the list when you Google "GNU Pascal Compiler".

http://www.gnu-pascal.de/gpc/h-index.html

The copyright on the page has not been updated since 2005. The most 
recent version of GPC available on the site is 20041017. When I look for 
GPC, I end up finding it in three different places: one for MacOS (I 
have 20051116), one for Linux (I use 20041017), and one for Windows (I 
have 20070904 for MinGW). My cross-platform code has to include compiler 
directives like this:

{$ifdef __GPC_RELEASE__}
   {$if __GPC_RELEASE__ > 20050000}
     {$define INIT_CALL '_p__M0_init'}
   {$else}
     {$define INIT_CALL 'init_pascal_main_program'}
   {$endif}
{$else}
   {$define INIT_CALL 'init_pascal_main_program'}
{$endif}
procedure initialize_main; external name INIT_CALL;

Where can I get the latest GPC binaries for MacOS, Linux, and MinGW? If 
the binaries are not available, where can I download the latest source 
files?

Yours, Kevan

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  


Replies

Author Subject Date
Adriaan van Os GPC Home Page 30 Apr 2008, 16:12:24
Kevan Hashemi GPC Home Page 30 Apr 2008, 14:51:50

Back to main page of archive


Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.

Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.


This page was created by Crystal 0.999 (Linux 2.4.27/i686).