From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adriano Holanda To: gcc-help@gcc.gnu.org Subject: problems with make Date: Thu, 23 Dec 1999 05:27:00 -0000 Message-id: X-SW-Source: 1999-12/msg00321.html My system is: Solaris 7 (SPARC) I have installed binaries gcc in my machine, but some tasks it doesn't make, like install some perl modules e some programs. So i decided install the source gcc-2.95.2 and when I run make, this happened: //final of the make output /usr/local/gcc-2.95.2/libiberty/vfork.c -o pic/vfork.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/local/gcc-2.95.2/libiberty/../include /usr/local/gcc-2.95.2/libiberty/vfork.c rm -f libiberty.a ar rc libiberty.a \ argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o vfork.o make[1]: ar: Command not found make[1]: *** [libiberty.a] Error 127 make[1]: Leaving directory `/usr/local/gcc-2.95.2/obj/libiberty' make: *** [all-libiberty] Error 2 How can I install gcc 2.95.2 source without this error? Thanks, Adriano. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adriano Holanda To: gcc-help@gcc.gnu.org Subject: problems with make Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: X-SW-Source: 1999-12n/msg00321.html Message-ID: <19991231222400.kLhpQVPIyQbwKGbcygzsR-Ilow-tRx8OHYWI3fI2U9c@z> My system is: Solaris 7 (SPARC) I have installed binaries gcc in my machine, but some tasks it doesn't make, like install some perl modules e some programs. So i decided install the source gcc-2.95.2 and when I run make, this happened: //final of the make output /usr/local/gcc-2.95.2/libiberty/vfork.c -o pic/vfork.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/local/gcc-2.95.2/libiberty/../include /usr/local/gcc-2.95.2/libiberty/vfork.c rm -f libiberty.a ar rc libiberty.a \ argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o vfork.o make[1]: ar: Command not found make[1]: *** [libiberty.a] Error 127 make[1]: Leaving directory `/usr/local/gcc-2.95.2/obj/libiberty' make: *** [all-libiberty] Error 2 How can I install gcc 2.95.2 source without this error? Thanks, Adriano.