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

Mail #14339 (Unformatted/full headers)

Back to main page of archive

Previous mail   Next mail   Formatted
Overview  10 days   Subject   Date   Thread   Author  

From gpc-owner+M7986@gnu.de Wed Apr 30 15:59:32 2008
Received: from localhost ([127.0.0.1] helo=gnu.de)
	by ngc224.gerwinski.de with smtp (Exim 4.50 #1 (Debian))
	id 1JrCiO-0000sz-Mx; Wed, 30 Apr 2008 15:51:20 +0200
Received: from farnsworth.unet.brandeis.edu ([129.64.99.56])
	by ngc224.gerwinski.de with esmtp (Exim 4.50 #1 (Debian))
	id 1JrChO-0000jK-BP
	for <gpc@gnu.de>; Wed, 30 Apr 2008 15:51:14 +0200
Received: from dyn-129-64-212-40.wireless-bg.brandeis.edu (dyn-129-64-212-40.wireless-bg.brandeis.edu [129.64.212.40])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: hashemi)
	by farnsworth.unet.brandeis.edu (Postfix) with ESMTP id D1A90521C0
	for <gpc@gnu.de>; Wed, 30 Apr 2008 09:49:40 -0400 (EDT)
Message-ID: <48187967.3080904@brandeis.edu>
Date: Wed, 30 Apr 2008 09:51:35 -0400
From: Kevan Hashemi <hashemi@brandeis.edu>
User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213)
MIME-Version: 1.0
To: gpc@gnu.de
Subject: GPC Home Page
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.0 (/)
Precedence: bulk
Sender: gpc-owner@gnu.de

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

-- 
Kevan Hashemi, Electrical Engineer
Physics Department, Brandeis University
http://alignment.hep.brandeis.edu/


Previous mail   Next mail   Formatted
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).