jacob navia writes: > Hi > > I want to use the function > > __register_frame_info > > to dynamically register DWARF2 unwind frames. > > Where is the library I should link with?? > > Environment: linux 64 bits
prefix/lib64/libgcc_s.so.1; but you shouldn't specify this library because gcc always links it. Andrew.