> Hi,
> When I build the StreamTransform sample for Xalan 1.5 with GCC 2.95.3 (no
STLPort),
> it works just fine. If I try to build it with STLPort, I get the
following linker errors:
> private/DEV.STD.PTHREAD/StreamTransform/StreamTransform.o: In function
> `_STL::basic_ostream<char, _STL::char_traits<char> > & _STL::endl<char,
_STL::char_traits
> <char> >(_STL::basic_ostream<char, _STL::char_traits<char> > &)':
> /opt/third-party/pkg/xalan-c-1.5
/src/XalanDOM/XalanDOMString.hpp(.text+0xb8):
> undefined reference to
`xalanc_1_5::XSLTInputSource::XSLTInputSource(_STL::basic_istream<char,
> _STL::char_traits<char> > *)'
Hi Nicole,
This has nothing to do with Xalan itself. You should either configure
STLport to use the compiler's native iostream implementation, or build and
link with the STLport's version of them. This is explained clearly in the
STLport document -- see the configuration macro _STLP_NO_OWN_IOSTREAMS.
In the future, please post messages in plain text rather than HTML, as HTML
mail is a pain for many of us.
Dave