GNOME Bugzilla – Bug 55475
xpath.c needs -mieee on Alpha/Linux platform
Last modified: 2009-08-15 18:40:50 UTC
Testing of libxml2 on Alpha/Linux platform fails if xpath.c is not compiled with -mieee. This problem exists at least in libxml2-2.3.{5,6,9}. I have suggested changes to configure and Makefile.in, where can I send them? FWIW my compiler is gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
Created attachment 589 [details] [review] diff -C3 orig/libxml2-2.3.9/Makefile.in libxml2-2.3.9/Makefile.in
Created attachment 590 [details] [review] diff -C3 orig/libxml2-2.3.9/configure libxml2-2.3.9/configure
Hum, configure and Makefile.in are generated files, so patches to them are not really useful. I made a simpler version just adding -mieee to CFLAGS and commited it: http://cvs.gnome.org/bonsai/cvsquery.cgi?module=gnome-xml&branch=HEAD&branchtype=match&dir=gnome-xml&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=06%2F06%2F01+12%3A11&maxdate=06%2F06%2F01+12%3A11&cvsroot=%2Fcvs%2Fgnome Geert Kloosterman <geertk@ai.rug.nl> reported the same problem and agreed with the fix so I hope this does indeed fix the problem. http://mail.gnome.org/archives/xml/2001-June/msg00039.html thanks for the report and the patches, Daniel
should be shipped in 2.3.11, hope it's closed Daniel