souri datta wrote:
hi,
while building my xalan application , i got some linking error with
libxalanMsg.a .(i dont have the log file..so cant tell u the exact link
error i got..and it is very hard to reproduce it).So, i linked with
libxalanMsg.a . that problem is solved. But now i keep getting the
warning :
<http://release1003.yst.corp.yahoo.com/cgi-bin/gunzip.cgi?tree=CDXCORE_95&full-log=1228373368.5400#warn>warning:
type and size of dynamic symbol `xalanMsg_dat' are not defined
Please try to avoid posting HTML email on the mailing list.
I searched for it in the net . I found that it is an external variable in
XalanICUMessageLoader.cpp. But i could not find the definition of it.
Can anyone please tell me how to fix this warning issue?
Any help is greatly appreciated.
What platform and compiler are you using? I suspect AIX, from the
extension of the library, but that's just a guess.
Normally, you shouldn't have to link with Xalan's message library --
it's internal to the Xalan shared library.
Please provide more information about the linker errors you're getting
and why you need to link with the message library.
Dave