On 2010-04-19 14:05, James Brown wrote:
> 
> On 19/04/2010, at 7:54 PM, Török Edwin wrote:
> 
>> On 2010-04-19 12:35, James Brown wrote:
>>>
>>>
>>> Thanks Edwin.
>>>
>>> Ok. Was able to apply the patch.
>>>
>>> Typed 'make' but the compile failed with the same error as before.
>>>
>>> Do I need to run ./configure again? Do I need to start from a freshly 
>>> unpacked folder?
>>
>> Yes, you need to run configure again. I forgot to mention this.
>>
>> Best regards,
>> --Edwin
> 
> Ran configure and then make, got the same error.
> 
> Do I have to run make clean before the configure?
> 
> Or do I have to run configure, apply the patch, then run make?
> 
> Sorry for all the dumb questions - I do appreciate your help.

Does this compile correctly:
$ cat >test.c <<EOF
int main()
{
 float x = __builtin_huge_valf();
 return
}
EOF
$ gcc test.c

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to