| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Tue, 28 Feb 2006 16:33:04 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Missing isnand in 2006-02-27 snapshot |
| Message-ID: | <20060228153304.GC3184@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <023201c63c79$c4d153c0$a501a8c0 AT CAM DOT ARTIMI DOT COM> <023301c63c7a$a4b9e240$a501a8c0 AT CAM DOT ARTIMI DOT COM> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <023301c63c7a$a4b9e240$a501a8c0@CAM.ARTIMI.COM> |
| User-Agent: | Mutt/1.4.2i |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 Feb 28 15:21, Dave Korn wrote: > On 28 February 2006 15:15, Dave Korn wrote: > > > >> /c/perl_tmp/perl-5.8.8/libperl.a(pp.o):pp.c:(.text+0x643b): undefined > >> reference to `___isnand' > >> /c/perl_tmp/perl-5.8.8/libperl.a(pp.o):pp.c:(.text+0x64f2): undefined > >> reference to `___isnand' > >> /c/perl_tmp/perl-5.8.8/libperl.a(pp.o):pp.c:(.text+0x6506): undefined > >> reference to `___isnand' collect2: ld returned 1 exit status > > > ___isnand is a new function that performs isnan() testing on a double. > > There's a corresponding ___isnanf newly added as well. Looks like your > > build found the new headers but the new dll doesn't export the functions > > yet - maybe we need to update cygwin.din or something, I'll check. > > Yep, that's the problem. cygwin.din has only the old exports: > > > isnan NOSIGFE > _isnan = isnan NOSIGFE > isnanf NOSIGFE > _isnanf = isnanf NOSIGFE > > > > I'm just building cygwin from source as we speak, I'll whip up a patch if > nobody beats me to it... Done. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |