On 05/14/2011 06:26 AM, Varuna Seneviratna wrote:
> , Where can I find the Header files Declarations
> eg:- limits.h, float.h
> Edit/Delete Message
Further to the other helpful replies although gcc provides float.h (it's a
compiler header) the other file you mention is provied by the C library, li
On Sat, May 14, 2011 at 12:04:34PM +0530, Varuna Seneviratna wrote:
> On 14 May 2011 12:02, Larry Brower wrote:
> float.h is C Header File why isn't it included when GCC is installed
gcc provides float.h:
rpm -q gcc; rpm -ql gcc | grep float
gcc-4.6.0-6.fc15.x86_64
/usr/lib/gcc/x86_64-redhat-linu
On 14 May 2011 12:02, Larry Brower wrote:
> On 05/14/2011 01:26 AM, Varuna Seneviratna wrote:
>
>> How to get float.h included
>
>
> Try
>
> yum provides */float.h
>
> You might also try typing man yum
>
>
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change sub
On 05/14/2011 01:26 AM, Varuna Seneviratna wrote:
> How to get float.h included
Try
yum provides */float.h
You might also try typing man yum
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/
On 14 May 2011 09:27, JD wrote:
> On 05/13/11 22:18, Varuna Seneviratna wrote:
>> Installed gcc using
>> Code:
>>
>> yum install gcc
>>
>> , Where can I find the Header files Declarations
>> eg:- limits.h, float.h
>> Edit/Delete Message
> /usr/include/limits.h
>
> gcc does not bring in float.h
>
>
On 05/13/11 22:18, Varuna Seneviratna wrote:
> Installed gcc using
> Code:
>
> yum install gcc
>
> , Where can I find the Header files Declarations
> eg:- limits.h, float.h
> Edit/Delete Message
/usr/include/limits.h
gcc does not bring in float.h
--
users mailing list
users@lists.fedoraproject.o
-- Forwarded message --
From: Varuna Seneviratna
Date: 14 May 2011 10:48
Subject: I Installed gcc using yum install gcc, Where can I find the
Header files Declarations
To: Community support for Fedora users
Installed gcc using
Code:
yum install gcc
, Where can I find the
Installed gcc using
Code:
yum install gcc
, Where can I find the Header files Declarations
eg:- limits.h, float.h
Edit/Delete Message
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelin