1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: finite() |
From: | Till Straumann <[email protected]> |
To: | Andrew Johnson <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Wed, 30 Nov 2011 19:08:16 -0800 |
On 11/30/2011 01:12 PM, Andrew Johnson wrote:
Hi Till, On 2011-11-30 Till Straumann wrote:When building base-3-14-12-2-rc1 on uClibc I found the following: base is using 'finite()' which is a BSD routine (and as such not available under uClibc). OTOH, uClibc provides C99 and thus implements the 'isfinite()' macro.We already define finite() where the OS doesn't already provide it, see src/libCom/osi/os/*/epicsMath.h. Which OS class are you using for this particular target?
linux. However, this is AFAIK a C-library std rather than an OS issue. I'm using uClibc (which does not have BSD finite()). Also it is odd that linux uses osi/os/posix/epicsMath.h but 'finite()' is definitely not posix... T.
- Andrew