Hi Matthew,

Thanks for replying.

Please find my configuration.
My aCC: HP ANSI C++ B3910B A.03.45.

I downloaded "xerces-c2_3_0-HP11ACC.tar.gz
",(http://apache.mirror.digitalspace.net/xml/xalan-c/source/) and tried to
use that with my application, which started throwing the below mentioned
error while linking.  So I thought that the library that came from the
binary is having some issue, so i tried to build the library from the
source

/usr/ccs/bin/ld: Unsatisfied symbols:
   ProxyTransformer::ProxyTransformer() (first referenced in
BAAISAdapterImpl.o) (code)
   ProxyTransformer::doTransform(const char
*,std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)
(first referenced in BAAISAdapterImpl.o) (code)

Earlier I was using XALAN 1.2 and the same app was working that time.  I am
migrating that to XALAN 1.6 and running into the following errors. (While
compiling i am using -AA option. fyi)

While doing that, I was getting the below mentioned error.
/usr/ccs/bin/ld: Unsatisfied symbols:
   static xalanc_1_6::XalanEXSLTCommonFunctionsInstaller::installGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTSetFunctionsInstaller::uninstallGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
xalanc_1_6::XSLTProcessorEnvSupportDefault::XSLTProcessorEnvSupportDefault(xalanc_1_6::XSLTProcessor

*)%1 (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)...................etc....


It is like a CATCH22 for me, I could not move either way.  (I am getting
the same Unsatisfied symbols error).

Any pointers to solve this issue would be great.  Please let me know if you
need more information regarding the same. Thanks.


Thanks and Regards
NIRANJAN NITHYANANDAM G
Office: 972-507-4522
Pager: 888-480-4235




                                                                                
                                                       
                      "Matthew Hoyt"                                            
                                                       
                      <[EMAIL PROTECTED]        4To:      Niranjannithyanandam 
N. Gopinath/VEND/TX/[EMAIL PROTECTED]                      
                      >                        cc:       
[email protected]                                                  
                                               Subject:  Re: Xalan 1.6 build 
issues                                                    
                      12/10/2003 02:01                                          
                                                       
                      PM                                                        
                                                       
                                                                                
                                                       
                                                                                
                                                       









Hi Niranjan,

It appears as though your Xalan library is corrupted or incompatible.
Did you download the Xalan source or HP binary package?
Which compiler version are you using?

Details are always helpful in diagnosing problems.

-Matt.




             niranjannithyanan
             [EMAIL PROTECTED]
             rizon.com                                                  To
                                       [email protected],
             12/10/2003 01:23          [email protected]
             PM                                                         cc

                                                                   Subject
                                       Xalan 1.6 build issues










Hi,

I am trying to build XALAN 1.6 in HP-UX 11.  But I am getting this error..
not sure how to fix this error. Please get back as soon as possible, any
pointers/info would be great...!!!!

/usr/ccs/bin/ld: Unsatisfied symbols:


aCC -O -DNDEBUG      +DAportable   +Z -DHPUX -D_THREAD_SAFE +p -mt -Aa  -c
-I/hphome/aneeshg/ash/xml-xalan/c/src
-I/hphome/aneeshg/ash/xerces-c_2_3_0-HP11ACC/src/
-I/hphome/aneeshg/ash/xerces-c_2_3_0-HP11ACC/include/xercesc
-I/hphome/aneeshg/ash/xerces-c_2_3_0-HP11ACC/include/  -o
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o
/hphome/aneeshg/ash/xml-xalan/c/src/xalanc/TestXSLT/process.cpp
aCC -O -DNDEBUG      +DAportable    +Z -DHPUX -D_THREAD_SAFE +p -mt -Aa
-Wl,+s    \
 -L/hphome/aneeshg/ash/xml-xalan/c/lib -lxalan-c -lm  -lpthread
-L/hphome/aneeshg/ash/xerces-c_2_3_0-HP11ACC/lib -lxerces-c
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o -o
/hphome/aneeshg/ash/xml-xalan/c/bin/testXSLT
/usr/ccs/bin/ld: Unsatisfied symbols:
   static xalanc_1_6::XalanEXSLTCommonFunctionsInstaller::installGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTSetFunctionsInstaller::uninstallGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::XSLTProcessorEnvSupportDefault::XSLTProcessorEnvSupportDefault(xalanc_1_6::XSLTProcessor



*)%1 (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::XalanSourceTreeInit::~XalanSourceTreeInit() (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTMathFunctionsInstaller::installGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::StylesheetExecutionContextDefault::StylesheetExecutionContextDefault(xalanc_1_6::XSLTEngineImpl



&,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 *)%1 (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XercesDOMSupport::~XercesDOMSupport() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTInit::~XSLTInit() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::processStylesheet(const
xalanc_1_6::XalanDOMString &,xalanc_1_6::StylesheetConstructionContext &)
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::StylesheetExecutionContextDefault::setStylesheetRoot(const
xalanc_1_6::StylesheetRoot *) (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::XercesParserLiaison::setExecutionContext(xalanc_1_6::ExecutionContext



&) (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::XSLTEngineImpl::XSLTEngineImpl(xalanc_1_6::XMLParserLiaison
&,xalanc_1_6::XPathEnvSupport &,xalanc_1_6::DOMSupport
&,xalanc_1_6::XObjectFactory &,xalanc_1_6::XPathFactory &)%1 (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTInputSource::XSLTInputSource()%1 (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::addTraceListener(xalanc_1_6::TraceListener
*) (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::XSLTEngineImpl::reset() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTStringFunctionsInstaller::installGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::process(const xalanc_1_6::XSLTInputSource
&,xalanc_1_6::XSLTResultTarget &,xalanc_1_6::StylesheetExecutionContext &)
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTInit::XSLTInit()%1 (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::process(const xalanc_1_6::XSLTInputSource
&,const xalanc_1_6::XSLTInputSource &,xalanc_1_6::XSLTResultTarget
&,xalanc_1_6::StylesheetConstructionContext
&,xalanc_1_6::StylesheetExecutionContext &) (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTProcessorEnvSupportDefault::
~XSLTProcessorEnvSupportDefault() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XalanSourceTreeParserLiaison::createXalanSourceTreeDocument
() (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)

xalanc_1_6::StylesheetConstructionContextDefault::StylesheetConstructionContextDefault(xalanc_1_6::XSLTEngineImpl



&,xalanc_1_6::XPathFactory &,unsigned long,unsigned long,unsigned
long,unsigned long,unsigned long,unsigned long)%1 (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::FormatterToSourceTree::FormatterToSourceTree(xalanc_1_6::XalanSourceTreeDocument



*) (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::XSLTResultTarget::~XSLTResultTarget() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTProcessorEnvSupportDefault::reset() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport()%1
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::StylesheetExecutionContextDefault::reset() (first referenced
in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::~XSLTEngineImpl() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTSetFunctionsInstaller::installGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XalanSourceTreeParserLiaison::~XalanSourceTreeParserLiaison
() (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   static xalanc_1_6::XalanEXSLTMathFunctionsInstaller::uninstallGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTStringFunctionsInstaller::uninstallGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::StylesheetExecutionContextDefault::
~StylesheetExecutionContextDefault() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::setQuietConflictWarnings(bool) (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::StylesheetConstructionContextDefault::reset() (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::setDiagnosticsOutput(xalanc_1_6::PrintWriter
*) (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)

xalanc_1_6::TraceListenerDefault::TraceListenerDefault(xalanc_1_6::PrintWriter



&,bool,bool,bool,bool) (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanExtensionsInstaller::uninstallGlobal() (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XalanSourceTreeDOMSupport::~XalanSourceTreeDOMSupport()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::XalanSourceTreeParserLiaison::setExecutionContext(xalanc_1_6::ExecutionContext



&) (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::StylesheetConstructionContextDefault::
~StylesheetConstructionContextDefault() (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanEXSLTCommonFunctionsInstaller::uninstallGlobal()
(first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::setTraceSelects(bool) (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   static xalanc_1_6::XalanExtensionsInstaller::installGlobal() (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)

xalanc_1_6::XalanSourceTreeParserLiaison::XalanSourceTreeParserLiaison(xalanc_1_6::XalanSourceTreeDOMSupport



&)%1 (first referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o)
(code)
   xalanc_1_6::XalanSourceTreeInit::XalanSourceTreeInit()%1 (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTResultTarget::XSLTResultTarget()%1 (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XercesParserLiaison::~XercesParserLiaison() (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XercesDOMSupport::XercesDOMSupport()%1 (first referenced in
/hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XercesParserLiaison::XercesParserLiaison()%1 (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)
   xalanc_1_6::XSLTEngineImpl::setStylesheetParam(const
xalanc_1_6::XalanDOMString &,const xalanc_1_6::XalanDOMString &) (first
referenced in /hphome/aneeshg/ash/xml-xalan/c/obj/process.o) (code)



Thanks and Regards
NIRANJAN NITHYANANDAM G
Office: 972-507-4522
Pager: 888-480-4235












Reply via email to