Saurabh Bhatnagar wrote:
Hi Xalan Users/Dave ,
Am I missing to include any C++ header file in Xalan or any standard
library?
runConfigure -paix -cxlc_r -xxlC_r -b32 -z-qfuncsect
gmake
…
….
….
….
anFileUtility.o ../../obj/XalanXMLFileReporter.o -o
../../lib/libxalan-c110.0.a
ld: 0711-224 WARNING: Duplicate symbol: __priority0x80000200
ld: 0711-224 WARNING: Duplicate symbol: .__priority0x80000200
ld: 0711-224 WARNING: Duplicate symbol: __cdtors
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
ld: 0711-317 ERROR: Undefined symbol: ._DoIs
with the –bnoquiet flag …
>
*(ld): er full*
*ld: 0711-318 ERROR: Undefined symbols were found.*
* The following symbols are in error:*
* Symbol Inpndx TY CL Source-File(Object-File) OR
Import-File{Shared-object}*
* RLD: Address Section Rld-type
Referencing Symbol*
*
----------------------------------------------------------------------------------------------*
*ld: 0711-317 ERROR: Undefined symbol: ._DoIs*
* ._DoIs [502] ER PR
/user/sbhatnag/3rd/xalan/c-v1.10/c/src/xalanc/PlatformSupport/StdBinInputStream.cpp(../../obj/StdBinInputStream.o)*
* 000009e8 .text R_RBR [60]
.std::basic_istream<char,std::char_traits<char> >::ipfx(bool)*
*ER: The return code is 8.*
*gmake[1]: *** [../../lib/libxalan-c110.0.a] Error 8*
This looks like a mismatch between the version of the compiler you're
using, and the C++ run-time you're linking with. Are you sure you
installed the compiler correctly, and that the correct run-time is installed?
Dave