Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <00ea01c15575$a91d7860$f05a798b@mtg.saic.com> From: "Roger Wells" To: 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 AT mtg DOT saic DOT 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/