On 01/19/2011 07:23 AM, John Marino wrote:
The NetBSD system gcc is version 4.1. The following libraries are found at /usr/lib (symlinks skipped): libgcc.a libgcc_p.a libgcc_pic.a libgcc_eh. libgcc_eh_p.a libgcc_eh_pic.a libgcc_s.so I'm developing a package for NetBSD's pkgsrc that builds gcc's C and Ada compilers. GNAT builds perfectly, but some of the software is giving unexpected errors such as _Unwind_GetIPInfo symbol unknown (which was added after version 4.1).
When does this error occur? gcc doesn't usually behave in the way you describe. Andrew.