public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* IEEE Math is not working on Alpha Rawhide
@ 2007-03-19  9:39 Steffen.Pelzetter
  2007-03-23  1:31 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen.Pelzetter @ 2007-03-19  9:39 UTC (permalink / raw)
  To: gcc-bugs

Hello,

I try to compile the rrdtool on my system
a digitalserver 7305 (rawhide) with debian 3.1 kernel 2.6.20 and
gcc  4.1.1.

The tool does some floatingpoint calculation
using IEEE Math.

If I try to run ./configure there is a problem:

checking if IEEE math works out of the box... no
checking if IEEE math works with the -ieee switch... no
checking if IEEE math works with the -qfloat=nofold switch... no
checking if IEEE math works with the -w -qflttrap=enable:zerodivide... no
checking if IEEE math works with the -mieee switch... not isnan(NaN) ... 
no
checking if IEEE math works with the -q float=rndsngl switch... no
checking if IEEE math works with the -OPT:IEEE_NaN_inf=ON switch... no
checking if IEEE math works with the -OPT:IEEE_comparisons=ON switch... no
checking if IEEE math works with fpsetmask(0)... no
checking if IEEE math works with signal(SIGFPE,SIG_IGN)... no
configure: error:
Your Compiler does not do propper IEEE math ... Please find out how to
make IEEE math work with your compiler and let me know (tobi at oetiker.ch
).
Check config.log to see what went wrong ...



How can I make gcc support IEEE- math on my system?
It seems to be a bug, because on Kernel 2.4 I was able to compile the 
tool.

Thanks SteffenP.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IEEE Math is not working on Alpha Rawhide
  2007-03-19  9:39 IEEE Math is not working on Alpha Rawhide Steffen.Pelzetter
@ 2007-03-23  1:31 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2007-03-23  1:31 UTC (permalink / raw)
  To: Steffen.Pelzetter; +Cc: gcc-bugs

Steffen.Pelzetter@nexans.com wrote:
> checking if IEEE math works with the -mieee switch... not isnan(NaN) ... 
> no
> Check config.log to see what went wrong ...

The -mieee option should have worked.  You will need to look at the 
config.log file to see what went wrong.

> How can I make gcc support IEEE- math on my system?
> It seems to be a bug, because on Kernel 2.4 I was able to compile the 
> tool.

If this worked on a different kernel with the same compiler version, 
then that indicates a kernel bug.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-23  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-19  9:39 IEEE Math is not working on Alpha Rawhide Steffen.Pelzetter
2007-03-23  1:31 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).