Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: gateway.petig-baender.de: Host christof@puck.petig-baender.de [192.168.234.11] claimed to be petig-baender.de
Message-ID: <3B333B76.71128EC@petig-baender.de>
Date: Fri, 22 Jun 2001 14:35:02 +0200
From: Christof Petig <christof@petig-baender.de>
Organization: Adolf Petig GmbH & Co. KG
X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.4.4-pre7 ppc)
X-Accept-Language: de-DE, de, en
MIME-Version: 1.0
To: Cygwin <cygwin@cygwin.com>
Subject: libstc++.dll: any __declspec patch available?
References: <3B32FE93.E64CC7D1@petig-baender.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Christof Petig wrote:

> While trying to create a import library for a dll I found that the usual
> way does not create external symbols for the DATA section. This occured
> with
> Cygwin's tools and Reinhard's Linux cross tools, and with two different
> libraries (libiconv and libstdc++), so it looks like a general problem.

It looks like the solution is to use
__declspec (dllexport)  and  __declspec (dllimport)
(AFAICS)

Does anybody ever have provided a patch for libsigc++?

Christof

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

