Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 15 Feb 2002 15:32:25 -0500
From: Jason Tishler <jason@tishler.net>
Subject: Re: "Best" way to build a DLL?
In-reply-to: <3C6812FF.3020106@ece.gatech.edu>
To: Charles Wilson <cwilson@ece.gatech.edu>
Cc: "Gerald S. Williams" <gsw@agere.com>, cygwin@cygwin.com
Mail-followup-to: Charles Wilson <cwilson@ece.gatech.edu>,
 "Gerald S. Williams" <gsw@agere.com>, cygwin@cygwin.com
Message-id: <20020215203224.GO600@hp.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: Mutt/1.3.24i
References: <GBEGLOMMCLDACBPKDIHFMEPFCGAA.gsw@agere.com>
 <3C6812FF.3020106@ece.gatech.edu>

Chuck,

On Mon, Feb 11, 2002 at 01:52:47PM -0500, Charles Wilson wrote:
> Wrong.  Those "warnings" are really just informational messages.  The 
> python library exports *variables* as well as functions.  Your DLL 
> probably only exports funtions.  DATA exports are very very tricky; 
> there is a lot of magic going on to enable Jason to buld python without 
> having to use a .def file or __declspec() declarations -- previously, 
> these were REQUIRED on exported variables.

Just to be clear, I'm building Cygwin Python the way that I always have
(at least since my shared extension patch was accepted).  I assume you
meant that I *could* build without __declspec() declarations if I desired.
Since the __declspec's are there for Win32, I might as well use them.

Now PostgreSQL on the other hand...

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

