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 = { 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=74369p=1

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


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.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


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) };
 ^

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