2009/3/23 Deepak Singh <[email protected]> > > Hi, > > I am getting following error while linking with libunwind.a library: > > The error is multiple definition of _Unwind_Resume function which is > defined in libgcc.a as well. > > Can anyone provide me some info about the same?
Please use: http://download.savannah.nongnu.org/releases/libunwind/libunwind-0.99-beta.tar.gz This version disables C++ exception support (which is also defined by libgcc.a) on x86 by default. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
