> From: Ian Lance Taylor <iant@xxxxxxxxxx> > > > I'm trying to build GhostScript 8.64 using this > compiler > > and encountered this error: > > > > > /usr/local/gcc-4.4.0/lib/gcc/sparc-sun-solaris2.10/4.4.0/../../../libstdc++.so: > undefined reference to `_Unwind_GetIPInfo@xxxxxxxxx' > > This means that libstdc++.so is expecting a newer version > of libgcc than the one that it found. You may need to use > LD_LIBRARY_PATH, or link with -static-libgcc. > > Ian > So I should set LD_LIBRARY_PATH and re-build the compiler?