| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: 'Missing isnand' still not fixed in 2006-03-01 snapshot |
| Date: | Thu, 2 Mar 2006 15:31:16 -0000 |
| Message-ID: | <037901c63e0e$58ea6b60$a501a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <20060302150826.GL3184@calimero.vinschen.de> |
| 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 02 March 2006 15:08, Corinna Vinschen wrote:
> However, as another datapoint, I just unpacked cygwin-inst-20060301.tar.bz2
> into a directory and tried to build a testapplication(TM):
>
> $ tar xjf cygwin-inst-20060301.tar.bz2
> $ cat > x.c <<EOF
> #include <math.h>
>
> int
> main ()
> {
> double f = 3.14;
> return isnan (f);
> }
> EOF
> $ gcc -I./usr/include -L./usr/lib -o x x.c
> $ ./x
> $
>
> So, that works.
And I've built and installed from CVS and get the same results: test app
compiles ok and is correctly linked against ___isnand (looked at in objdump)
and I've verified that the headers and libs in /usr/i686-pc-cygwin are the new
versions.
> Jerry, you have -a -L//usr/local/lib when linking
> miniperl. Could you have older Cygwin libs in /usr/local/lib?
I seem to have gotten myself a /usr/include which is full of old headers, is
that meant to be there? It didn't interfere with the testcase but I dunno if
I just messed up a $prefix some earlier time when I was building from cvs...
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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 |