This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problems installing gcc
- To: gcc at gcc dot gnu dot org
- Subject: Problems installing gcc
- From: Charles Grab <charles_grab at yahoo dot com>
- Date: Fri, 9 Mar 2001 07:31:25 -0800 (PST)
- Reply-To: cgrab at minstrel dot com
Hi,
I'm not certain if this is the appropriate place to ask for help installing
gcc. If not, can you direct me to the appropriate folks.
I'm attempting to install gcc 2.95.2 (downloaded from ftp.gnu.org, build date
10/25/99) onto an HP box running HP-UX 10.2. The configure process runs
successfully (as far as I can tell), but the install dies after about an hour
or so when it attempts to do something with bison. Below are the last 40
or so lines of output from the make process.
I also attempted to download and install bison separately. No luck there
either. Again, configure went fine and make died part way through. The
output from the make for bison is below as well.
Any idea why I'm running into these problems? Whatever assistance you can
give will be very much appreciated. Thank you.
Charles Grab
___________________________________________________________________________
Attempt to install gcc:
.
.
.
stage1/xgcc -Bstage1/ -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -c
-DIN_GCC -O2 -g -W -Wall -I. -I.. -I../../../srcdir/gcc/f
-I../../../srcdir/gcc/f/.. -I../../../srcdir/gcc/f/../config
-I../../../srcdir/gcc/f/../../include ../../../srcdir/gcc/f/where.c
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
rm -f f771
stage1/xgcc -Bstage1/ -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -DIN_GCC
-O2 -g -W -Wall -o ../f771 bad.o bit.o bld.o com.o data.o equiv.o
expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o
parse.o proj.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o
stp.o str.o sts.o stt.o stu.o stv.o stw.o symbol.o target.o top.o
type.o version.o where.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then
echo ../obstack.o; else true; fi` `case "stage1/xgcc -Bstage1/
-B/usr/local/hppa1.1-hp-hpux10.20/bin/" in "cc") if [ xalloca.o != x ]; then
echo ../alloca.o; else true; fi ;; esac` `if [ x != x ]; then echo ../; else
true; fi`
cd java; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=` if [ -f
/home/c011574/objdir/gcc/../binutils/ar ] ; then \
echo /home/c011574/objdir/gcc/../binutils/ar ; \
else \
if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
echo ar; \
else \
t='s,x,x,'; echo ar | sed -e $t ; \
fi; \
fi`" "BISON=`if [ -f /home/c011574/objdir/gcc/../bison/bison ] ;
then case ../../srcdir/gcc in \
/*) echo /home/c011574/objdir/gcc/../bison/bison -L
../../srcdir/gcc/../bison/ ;; \
*) echo /home/c011574/objdir/gcc/../bison/bison -L
/home/c011574/objdir/gcc/../../srcdir/gcc/../bison/ ;; \
esac; else echo bison ; fi`" "BISONFLAGS=" "CFLAGS=-O2 -g" "CLIB="
"GCC_FOR_TARGET=./xgcc -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -B./
-I/usr/local/hppa1.1-hp-hpux10.20/include" "LDFLAGS=" "LEX=`if [ -f
/home/c011574/objdir/gcc/../flex/flex ] ; then echo
/home/c011574/objdir/gcc/../flex/flex ; else echo flex ; fi`" "LEXFLAGS="
"LN=ln" "LN_S=ln -s" "MAKEINFO=`if [ -f
/home/c011574/objdir/gcc/../texinfo/makeinfo/Makefile ] ; \
then echo /home/c011574/objdir/gcc/../texinfo/makeinfo/makeinfo ; \
else echo makeinfo ; fi`" "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=` if [
-f /home/c011574/objdir/gcc/../binutils/ranlib ] ; then \
echo /home/c011574/objdir/gcc/../binutils/ranlib ; \
else \
if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
echo ranlib; \
else \
t='s,x,x,'; echo ranlib | sed -e $t ; \
fi; \
fi`" "RANLIB_TEST_FOR_TARGET=[ -f ` if [ -f
/home/c011574/objdir/gcc/../binutils/ranlib ] ; then \
echo /home/c011574/objdir/gcc/../binutils/ranlib ; \
else \
if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
echo ranlib; \
else \
t='s,x,x,'; echo ranlib | sed -e $t ; \
fi; \
fi` ] || ( [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] && [
-f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh"
"STAGE_PREFIX=stage1/" "exeext=" "build_exeext=" "objext=.o"
"exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local"
"gxx_include_dir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../../..`echo
/usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3"
"tooldir=/usr/local/hppa1.1-hp-hpux10.20"
"gcc_tooldir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../../../hppa1.1-hp-hpux10.20"
"bindir=/usr/local/bin"
"libsubdir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2"
"datadir=/usr/local/share" "distdir=../tmp/\$(subdir)"
"localedir=/usr/local/share/locale" "CC=stage1/xgcc -Bstage1/
-B/usr/local/hppa1.1-hp-hpux10.20/bin/" "JAVA_FOR_BUILD=" "JAVAFLAGS="
"JAVA_FOR_TARGET=" ../jc1
here=`pwd`; sdir=`cd ../../../srcdir/gcc/java && pwd`; if test -f
../../bison; then bison="$here/../../bison/bison -L $sdir"; else bison=bison;
fi; \
cd ../../../srcdir/gcc/java && $bison -t --name-prefix=java_ \
-o parse.c ./parse.y
sh[2]: bison: not found.
*** Error exit code 127
Stop.
______________________________________________________________________________
Attempt to install bison:
Making all in po
file=./`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH msgfmt -o $file de.po
sh[2]: msgfmt: not found.
*** Error exit code 127
Stop.
_________________________________________________________________________
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/