"Vinu" <[EMAIL PROTECTED]> writes: > Can u suggest some way of getting it?
I *already* did. I suggest you re-read the message, paying attention this time. I'll repeat the key point: *all* code linked into your program *must* be compiled with the *same* ABI. If one of your libraries uses non-standard ABI, then all other libraries and objects must also use that ABI. That includes all objects which are part of "compiler support": crt1.o, libgcc, libstdc++, etc. You can see what is linked into your executable by doing the link with '-v' option. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
