This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

2.95.2 make fails on solaris 2.6


downloaded 2.95.1 from sunfree
downloaded and made gnu make
downloaded and configured gcc 2.95.2

root@pepsi [165]% /usr/local/bin/make bootstrap
make[1]: Entering directory `/usr/local/obj/Gcc/gcc-2.95.2/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
 /include   ../../../../src/Gcc/gcc-2.95.2/libiberty/argv.c -o
pic/argv.oberty/..
gnclude
../../../../src/Gcc/gcc-2.95.2/libiberty/argv.cgcc-2.95.2/libiberty/../i
test x"no" != xyes || \
 temp.ode   ../../../../src/Gcc/gcc-2.95.2/libiberty/choose-temp.c -o
pic/choose-
gnclude
../../../../src/Gcc/gcc-2.95.2/libiberty/choose-temp.c5.2/libiberty/../i
test x"no" != xyes || \
...

ended in:

ln -s ../../../../src/Gcc/gcc-2.95.2/gcc/../libiberty/alloca.c alloca.c
ggcc-2.95.2/gcc/../include  \src/Gcc/gcc-2.95.2/gcc/config
-I../../../../src/Gcc/
  -c `echo alloca.c | sed 's,^\./,,'`
true
gprefix.o version.o  mbchar.o  obstack.o alloca.o
../libiberty/libiberty.a
rm -f cpp
ln cccp cpp
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ../../../../src/Gcc/gcc-2.95.2/gcc/c-parse.gperf >tmp-gperf.h
/bin/sh: gperf: not found
make[2]: *** [../../../../src/Gcc/gcc-2.95.2/gcc/c-gperf.h] Error 1
make[2]: Leaving directory `/usr/local/obj/Gcc/gcc-2.95.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/local/obj/Gcc/gcc-2.95.2/gcc'
make: *** [bootstrap] Error 2
root@pepsi [170]%


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]