Hi,
Well, looking into my libraries (using a UNIX-machine), I have that
symbol defined in libCstd.so.1:
[[EMAIL PROTECTED] uname -a
SunOS sadbcompile1 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-880
SunOS sadbcompile1 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-880
[EMAIL PROTECTED] nm -C /usr/lib/libCstd.so.1 | grep
__1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Fwrite6Mpkcl_r1_
[7744] | 760388| 2744|FUNC
|GLOB |0 |12
|std::basic_ostream<char,std::char_traits<char>
>&std::basic
_ostream<char,std::char_traits<char> >::write(const char*,long)
[__1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Fwrite6Mpkcl
_r1_]
_ostream<char,std::char_traits<char> >::write(const char*,long)
[__1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Fwrite6Mpkcl
_r1_]
The symbol is
defined only in libCstd at my machine.
[EMAIL PROTECTED]
for f in `ls /usr/lib/lib*`; do echo $f; nm -C $f | grep
__1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Fwrite6Mpkcl_r1_ ;
done
Gives only one hit,
libCstd.so
How do you
link your application? What kind of output does ldd
give?
//daniel
Fr�n: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Skickat: den 3 maj 2005 12:38
Till: [email protected]
�mne: Error during runtime
Hello,
I am getting a
relocation error when I run my application. My application has Xalan
and Xerces API calls.
Do I have to link
some other library
lib/libxalan-c.so.19: symbol
__1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Fwrite6Mpkcl_r1_: referenced
symbol not found
But
I have linked -lCstd and -l++.
Any
inputs ??
-P-
Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. |
