| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Fri, 15 Feb 2002 15:32:25 -0500 |
| From: | Jason Tishler <jason AT tishler DOT net> |
| Subject: | Re: "Best" way to build a DLL? |
| In-reply-to: | <3C6812FF.3020106@ece.gatech.edu> |
| To: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| Cc: | "Gerald S. Williams" <gsw AT agere DOT com>, cygwin AT cygwin DOT com |
| Mail-followup-to: | Charles Wilson <cwilson AT ece DOT gatech DOT edu>, |
| "Gerald S. Williams" <gsw AT agere DOT com>, cygwin AT cygwin DOT com | |
| Message-id: | <20020215203224.GO600@hp.com> |
| MIME-version: | 1.0 |
| User-Agent: | Mutt/1.3.24i |
| References: | <GBEGLOMMCLDACBPKDIHFMEPFCGAA DOT gsw AT agere DOT com> |
| <3C6812FF DOT 3020106 AT ece DOT gatech DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |