X-Recipient: archive-cygwin AT delorie DOT 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 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cyggfortran-3.dll broken ? References: <4D8A1775 DOT 5020601 AT gmail DOT com> <4D8A1BCD DOT 2080506 AT gmail DOT com> <4D8A1F58 DOT 80103 AT gmail DOT com> <20110323163634 DOT GQ31220 AT calimero DOT vinschen DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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