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?
TIA
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page