gcc 2.95.2 install bug?
Griff Miller
griff.miller@positron.com
Wed Nov 3 07:21:00 GMT 1999
Hi. On a Sun SPARC 20 running Solaris 2.5, I do this:
% cd /someplace
% zcat /my/path/to/gcc-2.95.2.tar.gz | tar xpf -
This, of course, creates /someplace/gcc-2.95.2 .
% mkdir objdir
% cd objdir
So now I am in /someplace/objdir .
% ../gcc-2.95.2/configure (I've also tried "/someplace/gcc-2.95.2/configure")
% make bootstrap-lean (I've also tried "make bootstrap")
It goes a while, then I get this:
[...]
Making all in lib
cc -DHAVE_CONFIG_H -I. -I/storage/Solaris2/gcc-2.95.2/texinfo/lib -I.. -I../intl -g -c
/storage/Solaris2/gcc-2.95.2/texinfo/lib/getopt.c
cc -DHAVE_CONFIG_H -I. -I/storage/Solaris2/gcc-2.95.2/texinfo/lib -I.. -I../intl -g -c
/storage/Solaris2/gcc-2.95.2/texinfo/lib/getopt1.c
cc -DHAVE_CONFIG_H -I. -I/storage/Solaris2/gcc-2.95.2/texinfo/lib -I.. -I../intl -g -c
/storage/Solaris2/gcc-2.95.2/texinfo/lib/xmalloc.c
cc -DHAVE_CONFIG_H -I. -I/storage/Solaris2/gcc-2.95.2/texinfo/lib -I.. -I../intl -g -c
/storage/Solaris2/gcc-2.95.2/texinfo/lib/xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o
ranlib libtxi.a
Making all in makeinfo
make: Fatal error: Don't know how to make target `../lib/system.h'
Current working directory /storage/Solaris2/objdir/texinfo/makeinfo
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /storage/Solaris2/objdir/texinfo
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
Current working directory /storage/Solaris2/objdir/texinfo
*** Error code 1
make: Fatal error: Command failed for target `all-texinfo'
In desperation, I ran ./configure in /someplace/gcc-2.95.2, and then
make bootstrap-lean, and it seems to be working fine.
Did I do something wrong, or is it a bug?
--
Griff Miller "Everybody wants to save the Earth; nobody
Unix/NT Systems Admin wants to help Mom do the dishes."
Positron Corporation
griff.miller@positron.com My opinions are mine, not Positron's.
More information about the Gcc-bugs
mailing list