Subject: Re: Today was a quick day...
To: None <peter@boku.net, port-sparc64@netbsd.org>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 01/23/2001 16:28:53
I think my U10 will just go back to Solaris. Or just turn it off...
rm -f a.out [Ee]rrs mklog core *.core ff_after_dnl.m4
*** CAPUTE!
You attempted to compile the world without egcs. You must
first install a native egcs compiler.
*** Error code 1
Stop.
...and then...
shunt# make
===> egcs-1.1.2 is not available for NetBSD-1.5-sparc64
shunt#
That's correct. The sparc64 port uses the version of gcc 2.95.2
that's in src/gnu/dist/toolchain. It needs to be built separately.
To build it:
1) `cd src/gnu/dist/toolchain'
2) `contrib/egcs_update --touch'
3) `mkdir builddir'
4) `cd builddir'
5) `../configure; make; make install'
Or just grab a toolchain snapshot.
Edurado