DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24790>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24790

Failed to build Xalan1.6 on Red Has Linux 7.2 using GNU 2.96

           Summary: Failed to build Xalan1.6 on Red Has Linux 7.2 using GNU
                    2.96
           Product: XalanC
           Version: 1.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


# Compiler comes by default w/Red Hat Linux 7.2
$ g++ -v
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-118.7.2)

#Set the environment to the following 
XML_HOME_DIR=/mff/sw/sw_linux/Linux2_i686/apache
XERCESCROOT=${XML_HOME_DIR}/xerces-c-src_2_3_0
XALANCROOT=${XML_HOME_DIR}/xalan-C_1_6-Linux2_i686_gnu/xml-xalan/c
export XERCESCROOT
export XALANCROOT

NOTE: Built xerces w/no problems.

As per the documentation ran the following to initialize the build for
xalan on gnu complier on linux. 
$ runConfigure -p linux -c gcc -x g++

The Following Error Occurs:

g++ -O2 -DNDEBUG      -fno-elide-constructors -Wall -fPIC -DLINUX -
D_REENTRANT  -c -I/mff/sw/sw_linux/Linux2_i686/apache/xalan-C_1_6-
Linux2_i686_gnu/xml-xalan/c/src -I/mff/sw/sw_linux/Linux2_i686/apache/xerces-c-
src_2_3_0/src/ -I/mff/sw/sw_linux/Linux2_i686/apache/xerces-c-
src_2_3_0/include/xercesc -I/mff/sw/sw_linux/Linux2_i686/apache/xerces-c-
src_2_3_0/include/  -o /mff/sw/sw_linux/Linux2_i686/apache/Xalan-C_1_6-src/xml-
xalan/c/src/xalanc/obj/XPathExecutionContextDefault.o /mff/sw/sw_linux/Linux2_i6
86/apache/xalan-C_1_6-Linux2_i686_gnu/xml-
xalan/c/src/xalanc/XPath/XPathExecutionContextDefault.cpp
/mff/sw/sw_linux/Linux2_i686/apache/xalan-C_1_6-Linux2_i686_gnu/xml-
xalan/c/src/xalanc/Include/XalanObjectCache.hpp: In
method `xalanc_1_6::XPathExecutionContextDefault::XPathExecutionContextDefault
(xalanc_1_6::XPathEnvSupport &, xalanc_1_6::DOMSupport &, 
xalanc_1_6::XObjectFactory &,
xalanc_1_6::XalanNode *, const xalanc_1_6::NodeRefListBase *, const 
xalanc_1_6::PrefixResolver *)':
/mff/sw/sw_linux/Linux2_i686/apache/xalan-C_1_6-Linux2_i686_gnu/xml-
xalan/c/src/xalanc/Include/XalanObjectCache.hpp:305: Internal
error: Segmentation fault.
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make: *** [/mff/sw/sw_linux/Linux2_i686/apache/Xalan-C_1_6-src/xml-
xalan/c/src/xalanc/obj/XPathExecutionContextDefault.o] Error 1

Reply via email to