You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/13 13:13:49 UTC

DO NOT REPLY [Bug 6423] New: - Compile errors xalan 1_3 on Solaris 2.6 with g++

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=6423>.
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=6423

Compile errors xalan 1_3 on Solaris 2.6 with g++

           Summary: Compile errors xalan 1_3 on Solaris 2.6 with g++
           Product: XalanC
           Version: 1.3.x
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: fbc@idp.dk


I have problems compiling xalan 1_3 on solaris 2.6 with g++. The following
strange error occurs:

Preparing the directory structure for a build ...
mkdir -p /home/idpgui/blitz/xml/xml-xalan/c/obj
mkdir -p /home/idpgui/blitz/xml/xml-xalan/c/lib
mkdir -p /home/idpgui/blitz/xml/xml-xalan/c/bin
g++ -O -DNDEBUG   -fPIC -instances=static -DSOLARIS -D_REENTRANT  -c -I. -
I/home/idpgui/blitz/xml/xerces-c1_6_0-SolForCC/src/ -
I/home/idpgui/blitz/xml/xerces-c1_6_0-SolForCC/include/xercesc -
I/home/idpgui/blitz/xml/xerces-c1_6_0-SolForCC/include/  -
o /home/idpgui/blitz/xml/xml-xalan/c/obj/KeyTable.o XSLT/KeyTable.cpp
/usr/ccs/bin/as: "/var/tmp/ccWwFIdR.s", line 6656: error: can't compute value 
of an expression involving an external symbol
gmake: *** [/home/idpgui/blitz/xml/xml-xalan/c/obj/KeyTable.o] Error 1

Any idea what I can do?