"David Starks-Browning" <[EMAIL PROTECTED]> writes:
> > [ 42] __ls__7ostreamUi
> > 0x0000000000000000 0 GLOBAL OBJECT UNDEF 0
> > ...
>
> But I have no idea what I'm looking at...
>
> Can anyone tell me what this means?
One of the files in the Handler/ directory, PerlExceptionHandler.cpp,
uses cerr to provide error feedback if no exception handler is
set. Therefore, g++ needs to load the iostream library stubs into
Xerces.so, but it isn't doing this. I don't know what link option you
need to include to tell g++ to do this, it should be automatic and it
certainly works on linux, but I've seen this on Solaris as well.
You could comment out all the cerr lines in the file, recompile, and
test it again. If it works then I will make a new version that doesn't
include the use of iostream.
Thanks,
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]