[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'signbit' patch to use 'copysign' if available
From: |
Eric Blake |
Subject: |
Re: 'signbit' patch to use 'copysign' if available |
Date: |
Sat, 07 Apr 2007 08:20:54 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Bruno Haible on 4/7/2007 4:23 AM:
> $ ./show-portability copysignf
> libc macosx-10.3
> libcygwin cygwin
> libm cygwin
The show-portability script output is a bit confusing for cygwin. Yes,
the fuction copysignf is provided by linking with cygwin1.dll. But on the
link line, there is no -lcygwin, just -lc; and -lm is an empty library
since everything on cygwin belongs to -lc.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGF6jF84KuGfSFAYARArCZAJ98XfxOj65YGzBtLp/S6PHaS5lMEACdHG9b
1RSf1pirJP+mRugOztwZCWA=
=gWhQ
-----END PGP SIGNATURE-----
- new module 'signbit', Bruno Haible, 2007/04/06
- 'signbit' patch to use 'copysign' if available, Paul Eggert, 2007/04/07
- Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/07
- Re: 'signbit' patch to use 'copysign' if available, Paul Eggert, 2007/04/09
- Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/10
- Re: unions and aliasing (was: Re: 'signbit' patch to use 'copysign' if available), Bruno Haible, 2007/04/10
- Re: unions and aliasing, Paul Eggert, 2007/04/11
Re: 'signbit' patch to use 'copysign' if available, Bruno Haible, 2007/04/10