How can I use a third party STL library other than the one provided by GCC? I tried to use -nodefaultlibs or -nostdlib option. Linking fails because some symbols are not funnd. For examples, __cxa_allocate_exception, __cxa_rethrow, __cxa_pure_virtual Can some one give my some help? Thanks, Mike