You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alexey Roytman (Jira)" <xe...@xml.apache.org> on 2019/12/15 21:28:00 UTC

[jira] [Created] (XERCESC-2186) undef symbols on HPUX for ArrayJanitor

Alexey Roytman created XERCESC-2186:
---------------------------------------

             Summary: undef symbols on HPUX for ArrayJanitor
                 Key: XERCESC-2186
                 URL: https://issues.apache.org/jira/browse/XERCESC-2186
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.2.2
         Environment: HP-UX <myhost> B.11.31 U ia64 2421011528 unlimited-user license
aCC: HP C/aC++ B3910B A.06.28 [Nov 21 2013]

            Reporter: Alexey Roytman


When compiling xerces-c 3.2.2 on HP-UX 11.31 with HP-UX C++ compiler A.06.28, there are undefined symbols in the shared library:

CXXLD PSVIWriter

fails because of some missing symbols.

nm ./src/.libs/libxerces-c.so | grep ArrayJanitor | c++filt | grep UNDEF

[5645] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::reset(unsigned char*,xercesc_3_2::MemoryManager*)
[13918] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::release()
[10852] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::ArrayJanitor(unsigned char*)(complete)
[4694] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::ArrayJanitor(unsigned char*,xercesc_3_2::MemoryManager*)(complete)
[10308] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::~ArrayJanitor()(complete)
[5344] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::reset(unsigned short*,xercesc_3_2::MemoryManager*)
[13909] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::release()
[10884] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::ArrayJanitor(unsigned short*)(complete)
[12717] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::ArrayJanitor(unsigned short*,xercesc_3_2::MemoryManager*)(complete)
[10227] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::~ArrayJanitor()(complete)
[5251] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::get() const
[8674] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned char>::operator[](unsigned long) const
[3757] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::get() const
[8931] | 0| 0|FUNC |GLOB |0| UNDEF|xercesc_3_2::ArrayJanitor<unsigned short>::operator[](unsigned long) const

 

The xerces-c 3.2.1 was built on the same environment successfully.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org