This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problems with make
- To: gcc-help at gcc dot gnu dot org
- Subject: problems with make
- From: Adriano Holanda <adriano at papaleguas dot fmrp dot usp dot br>
- Date: Thu, 23 Dec 1999 11:19:40 -0200 (EDT)
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.