On 24 May 2016 at 17:35, Joseph, Matthew wrote: > Hello, > > I'm trying to build GCC 4.1.1 on a Solaris 10 Update 8 box but I'm running into an issue stating that libiberty.a: No such file or directory. > Here is some information. > > cd /tmp/gcc4.1.1/objsrc/ > /tmp/gcc-4.1.1/configure -prefix=/opt/gcc-4.1.1 -enable-languages=c,c++ --build=sparc-sun-solaris2.10 > gmake all-gcc Have you tried just gmake? or gmake all? I don't think the all-gcc target builds libiberty, just the gcc sub-directory, which would explain why it can't find libiberty.