This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
An error when trying to gmake install GCC 3.4.6: gmake: *** [install-target-libf2c] Error 2
- From: alexman at seas dot ucla dot edu
- To: gcc-help at gcc dot gnu dot org
- Cc: alexman at seas dot ucla dot edu
- Date: Fri, 21 Dec 2007 13:41:43 -0800 (PST)
- Subject: An error when trying to gmake install GCC 3.4.6: gmake: *** [install-target-libf2c] Error 2
Hi,
I'm trying to install GCC 3.4.6 on my Solaris 10 machine. When I ran gmake
install, I got the following error message:
../../../gcc-3.4.6/libf2c/../install-sh -c .libs/libg2c.so.0.0.0
/usr/local/gcc-3.4.6/lib/sparcv9/libg2c.so.0.0.0
./libtool: line 5035: ../../../gcc-3.4.6/libf2c/../install-sh: No such
file or directory
gmake[3]: *** [install] Error 127
gmake[3]: Leaving directory
`/space/local_bin/compile/objdir/sparc-sun-solaris2.10/sparcv9/libf2c'
gmake[2]: *** [multi-do] Error 1
gmake[2]: Leaving directory
`/space/local_bin/compile/objdir/sparc-sun-solaris2.10/libf2c'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory
`/space/local_bin/compile/objdir/sparc-sun-solaris2.10/libf2c'
gmake: *** [install-target-libf2c] Error 2
I'm using the GCC 4.2.2 and GNU Make 3.81 to do the compilation and my
configure statement looks like this:
../gcc-3.4.6/configure --prefix=/usr/local/gcc-3.4.6
--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
--with-libiconv-prefix=/usr/local/libiconv-1.11 --disable-nls
I didn't get any error message when run gmake. I'm really stuck now so any
help/hint is much appreciated. Thanks a lot!
Regards,
Alex