Hi,

I use the libraries from distribution Xalan-C1_1_1.tar.gz and
STLport4.0.
The xlc compiler  version is CSet++ 3.6.6.
I didn't make any changes in the headers file.

If anybody had this problems before please send me an answer.

if :
gmake SimpleTransform 1>out 2>err

the out file is like this :

xlc -O   -DAIX -D_THREAD_SAFE -I/work/bmatiu/build/STLport-4.0/stlport
-c -I. -I/work/bmatiu/build/xerces-c1_4_0-AIX42/src/
-I/work/bmatiu/build/xerces-c1_4_0-AIX42/include/   -o
/work/bmatiu/build/xml-xalan/c/obj/SimpleTransform.o
/work/bmatiu/build/xml-xalan/c/samples/SimpleTransform/SimpleTransform.cpp

xlc -qnotempinc -O   -DAIX -D_THREAD_SAFE
-I/work/bmatiu/build/STLport-4.0/stlport
-L/work/bmatiu/build/xml-xalan/c/lib -lxalan-c1_1  -L/usr/lib
-L/work/bmatiu/build/xerces-c1_4_0-AIX42/lib -lxerces-c1_4 -O
/work/bmatiu/build/xml-xalan/c/obj/SimpleTransform.o
-o /work/bmatiu/build/xml-xalan/c/bin/SimpleTransform

but i have a lot of warnings of compilation and some ERRORS on linkage e
:

"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "XalanNode*" does not exist. The call is
ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(X
alanNode**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XNodeSet>*" does not exist.
The call
 is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XNodeSet>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XNumber>*" does not exist.
The call
is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XNumber>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XResultTreeFrag>*" does not
exist. T
he call is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XResultTreeFrag>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XResultTreeFrag>*" does not
exist. T
he call is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XResultTreeFrag>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XString>*" does not exist.
The call
is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XString>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XStringAdapter>*" does not
exist. Th
e call is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XStringAdapter>**,__false_type)".
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.74:
1540-252:
 (W) The destructor for "ReusableArenaBlock<XStringCached>*" does not
exist. The
 call is ignored.
"/work/bmatiu/build/STLport-4.0/stlport/stl/_construct.h", line 53.13:
1540-207:
 (I) The previous message applies to the definition of template
"__destroy_aux(R
eusableArenaBlock<XStringCached>**,__false_type)"..........

and ERRORS
ld: 0711-317 ERROR: Undefined symbol: cerr
ld: 0711-317 ERROR: Undefined symbol: .__ls__7ostreamFPCc
ld: 0711-317 ERROR: Undefined symbol: endl__FR7ostream
ld: 0711-317 ERROR: Undefined symbol: .__CleanupCatch
ld: 0711-317 ERROR: Undefined symbol: .__dl__FPv

Thank you,
Bogdan


Reply via email to