Re: gzip help

2010-05-17 Thread Bruce Dubbs
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

Re: gzip help

2010-05-17 Thread William Immendorf
On Mon, May 17, 2010 at 7:08 PM, Mag Gam magaw...@gmail.com wrote: Any help? Sorry, can't really help you, as I've never used the Intel C compiler. What version of the Intel C compiler are you using? -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML.

gzip help

2010-05-16 Thread Mag Gam
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) };