Vincent Forbes <vwfst55@xxxxxxxxx> writes: > Thanks for the reply. > >> By default gcc will use an internal unwind library. If you use >> --with-system-libunwind, gcc will use the system libunwind library >> instead. The --with-system-libunwind option has been around since at >> least gcc 4.1. >> > > Yes, I thought it best to understand what it did before I change it. > The internal GCC would like this under libgcc_eh since its closely > coupled to C++, correct? Yes, that is where the internal unwind library is installed. Ian