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 | 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: | isfinite() on Linux |
From: | Ralph Lange <[email protected]> |
To: | EPICS Core-Talk <[email protected]> |
Date: | Tue, 22 Jul 2014 11:45:22 +0200 |
All,Working on a patch for Base I am having trouble trying to use isfinite() on Linux (gcc 4.9.0) - isinf() and isnan() work fine, but isfinite() gets me an "implicit declaration" warning and a missing symbol when linking.
Any ideas? All these macros should be POSIX and defined in math.h, right? Thanks a lot, ~Ralph