Mag Gam wrote:
> I am trying to compile gzip using icc. I tried following these
> instructions, 
> http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt
> 
> 
> But I keep getting,
> 
> isnan.c(132): error: floating-point operation result is out of range
>     static memory_double nan = { L_(0.0) / L_(0.0) };
>                                          ^
> 
> isnan.c(133): error: floating-point operation result is out of range
>     static DOUBLE plus_inf = L_(1.0) / L_(0.0);
> 
> Any tricks?

Wrong list.  Google is your friend.

http://software.intel.com/en-us/forums/showthread.php?t=74369&p=1

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to