sairam.khp@gmail.com wrote:
> When i try to compile my application i am getting this error. can u
> pls tell me whats the error and how to rectify it.
>
> ld: 0711-317 ERROR: Undefined symbol:
> xercesc_2_3::XMLUni::fgXercescDefaultLocale
[and so on]
>
> Expecting a favourablle reply from u.
u guesses that you forgot to link the library that exports the symbols
that are reported as undefined. Could be some xerces library from the
looks of it.
Yours,
Laurenz Albe