math.h library

Tim Prince n8tm@aol.com
Mon Apr 25 17:51:00 GMT 2011


  On 04/25/2011 09:00 AM, Tim Prince wrote:
>  On 04/25/2011 08:22 AM, Jonathan Wakely wrote:
>> On 25 April 2011 15:50, David Kirkby wrote:
>>> These should probably be part of the operating system.
>>>
>>> I know on AIX, the maths library libm.a does not exist on a default
>>> install and one needs to include the bos.adt fileset.
>>>
>>> I would consider math.h to be a developer header file, so a cut-down
>>> distribution of some operating system might not include it.
>> On SUSE I think it would be part of the glibc-devel package, but Wayne
>> said he checked the math.h header and it didn't include those
>> functions, which would imply he already has the header installed.
> Probably so, but it seems he hasn't looked down the chain as far as 
> /usr/include/mathcalls.h; not that it's conducive to the kind of 
> understanding at first glance he may be looking for.
>
/usr/include/bits/mathcalls.h, in accordance with an earlier hint to 
look at the chain of include <bits/....> likely to appear in <math.h>.

-- 
Tim Prince



More information about the Gcc-help mailing list