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
Message-Id: <00ea01c15575$a91d7860$f05a798b@mtg.saic.com>
From: "Roger Wells" <ROGER.K.WELLS@saic.com>
To: <cygwin@cygwin.com>
Subject: global data in DLL's
Date: Mon, 15 Oct 2001 08:33:56 -0400
Organization: SAIC
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200

Up until gcc 2.95.2 global data needed to be redefined as:   global ->
(*__imp_global) or (*_imp__global)
as of 2.95.3 it seems that only (*_imp__global) works.
Can this be overridden?  Can it be reversed?  I have lots of build scripts
that depend on the former definition.  These all need to be modified in
order to migrate the 2.95.3

Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger@mtg.saic.com



--
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/

