Hi Boris, Boris Kolpackov <[EMAIL PROTECTED]> wrote: > I think I know what's going on. XMLBigDecimal::getRawData is > virtual and defined inline. I've seen the same behavior on > MacOS X with older g++ versions where the compiler, for some > reason, does not produce the symbol for such functions.
I moved XMLBigDecimal::getRawData to the cpp file and removed inline and everything works fine now! Thank you very much for your help John
