problems building egcs-1.0.2 on sparc-sun-solaris2.5.1
Jeffrey A Law
law@cygnus.com
Sun May 17 17:56:00 GMT 1998
In message < 355EF430.D5317B5@eecs.umich.edu >you write:
> 1) I was not able to bootstrap egcs with the --enable-haifa configure
> option (now the default, I see). I had a comparison failure between two
> of the stages (I can send you the complete build log if you want). If I
> configure with --disable-haifa I am able to build with no problems.
Odd, yes, we would be interested in looking further into this.
Note you're incorrect about haifa being enabled on the sparc in
this release. It's been enabled by default in the mainline sources
which will become the egcs-1.1 release, but nothing has changed
in this regard in the egcs-1.0.x releases.
> 2) when I try to do a "make install" I get the following errors:
>
> Making info file `gcc.info' from `../../egcs-1.0.2/gcc/gcc.texi'.
> make: Fatal error: Don't know how to make target `f/intdoc.c'
> Current working directory /u/users/riepe/temp/egcs-objdir/gcc
> *** Error code 1
> make: Fatal error: Command failed for target `install-gcc'
>
> I had to do the following from within the objdir/gcc/f directory before
> the install would complete successfully (../../../egcs-1.0.2 is the
> srcdir).
>
> bane% ln -s ../../../egcs-1.0.2/gcc/f/*.c .
> bane% ln -s ../../../egcs-1.0.2/gcc/f/*.h .
> bane% ln -s ../../../egcs-1.0.2/gcc/f/*.def .
> bane% ln -s ../../../egcs-1.0.2/gcc/f/*.in .
What "make" program were you using? This sounds a lot like you are
not using gnu-make.
jeff
More information about the Gcc-bugs
mailing list