X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.2 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BG,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <4D8A24B0.3050902@gmail.com>
Date: Wed, 23 Mar 2011 16:49:52 +0000
From: Dave Korn <dave.korn.cygwin@gmail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: cyggfortran-3.dll broken ?
References: <AANLkTi=WaAY1HY2bZ2zKHHuCkpNE4oLCZ8cY1J=CV1Ma@mail.gmail.com> <4D8A1775.5020601@gmail.com> <4D8A1BCD.2080506@gmail.com> <AANLkTinGfQi2ad4yTbDydrzbURQATtTT4zVJWG01V5LS@mail.gmail.com> <4D8A1F58.80103@gmail.com> <20110323163634.GQ31220@calimero.vinschen.de>
In-Reply-To: <20110323163634.GQ31220@calimero.vinschen.de>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 23/03/2011 16:36, Corinna Vinschen wrote:

> Is there a way to add symbol forwarding in GCC?  There's some method of
> forwarding symbol references to other DLLs and it's used in Windows
> itself to forward symbol references to other DLLs.  

  Yes, was using that just the other day myself, to build a replacement ws2_32
dll consisting entirely of forwarders to the real dll with a handful of new
functions(*).

  So, we could in theory replace the old entries in libgfortran with
forwarding entries that point to the newly-available cygwin dll
implementations and that would allow old programs to link.

  I think however I might wait 48 hours and see how many people complain and
how big a problem this is.  If Marco only has a handful of Octave users, it
might be easiest to just do the transition once and for all and get it over with.

    cheers,
      DaveK
-- 
(*) - If anyone wants to run the Android emulator on win2k, drop me a line
off-list.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

