Thread: Undefined Error
View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 09:50 AM
Laurenz Albe
 
Posts: n/a
Default Re: Undefined Error

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
Reply With Quote