>Xalan (I'v got source from CVS) have built successfully, but I get
>Segmentation Fault immediatly I run both testXSLT and testXPath (and Xalan
>too).
>It's my first try to build Xalan from source under Linux.
>I used this line to configure Xalan:
>./runConfigure -plinux -cgcc -xg++ -rpthread
>Nothing special.
Which version of GCC you use? There are some GCC-Optimization bugs. You can 
try to
1) delete xml-xalan/c/obj/FormtatterToHTML.o
2) edit xml-xalan/c/src/Makefile
    change the line:
      CXXFLAGS =  -O -DNDEBUG
    into
      CXXFLAGS =  -DNDEBUG
    to turn of optimization
3) "make" again

This applies to all gcc release from the Xalan official supported 
"egcs-2.91.66" up to the current 3.0.4 release.

HolgeR

-- 
holger floerke                     d  o  c  t  r  o  n  i  c
email [EMAIL PROTECTED]         information publishing + retrieval
phone +49 2222 9292 90             http://www.doctronic.de

Reply via email to