Re: [xml] Port of libxml for MPE/iX



On Wed, Apr 17, 2002 at 04:58:57PM +0100, Sander Vesik wrote:
On Wed, 17 Apr 2002, Daniel Veillard wrote:
  hum, could you have a look at bug 78954
    http://bugzilla.gnome.org/show_bug.cgi?id=78954
seems again related to OSF/1 and NaN :-\


Is this the "must use -ieee to get standrad ieee arithmetics and sematics"
issue? If its a re-occuring issue (and in fact that issue), maybe
configure should detect the compiler/platform combination and add it?

  it does, excerpt from configure.in:

------------------------------
if test "${GCC}" != "yes" ; then
    case "${host}" in
          *-*-hpux* )
               CFLAGS="${CFLAGS} -Wp,-H30000"
               ;;
          *-dec-osf* )
               CFLAGS="${CFLAGS} -ieee"
               ;;
    esac
else
    CFLAGS="${CFLAGS} -Wall"
    case "${host}" in
          alpha*-*-linux* )
               CFLAGS="${CFLAGS} -mieee"
               ;;
          alpha*-*-osf* )
               CFLAGS="${CFLAGS} -mieee"
               ;;
    esac
fi
------------------------------

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]