I am compiling a large program using
third party libraries (Tibco, Rogue Wave).
I get my progrm to compile, but when
I try to run the executable I get the following
error and it dumps core.
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/librepo32.sl
/usr/lib/dld.sl: Unresolved symbol: openprot__7filebuf (data)
from /usr/tibco/sdk/lib/librepo32.sl
/usr/lib/dld.sl: Unresolved symbol: cerr (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
/usr/lib/dld.sl: Unresolved symbol: basefield__3ios (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
Abort(coredump)
I have a feeling that somehow there
the libraries are conflicting. Any
suggestions would greatly be appreciated.
Thanks,
Greg
third party libraries (Tibco, Rogue Wave).
I get my progrm to compile, but when
I try to run the executable I get the following
error and it dumps core.
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
/usr/lib/dld.sl: Unresolved symbol: cout (data)
from /usr/tibco/sdk/lib/librepo32.sl
/usr/lib/dld.sl: Unresolved symbol: openprot__7filebuf (data)
from /usr/tibco/sdk/lib/librepo32.sl
/usr/lib/dld.sl: Unresolved symbol: cerr (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
/usr/lib/dld.sl: Unresolved symbol: basefield__3ios (data)
from /usr/tibco/sdk/lib/libmaverick32.sl
Abort(coredump)
I have a feeling that somehow there
the libraries are conflicting. Any
suggestions would greatly be appreciated.
Thanks,
Greg