[parisc-linux] Re: hppa-linux gcc-3.0.3:

Matthias Klose doko@cs.tu-berlin.de
Mon, 18 Feb 2002 22:47:51 +0100


John David Anglin writes:
> > Thanks for advise but I speek well about the new (annonced on
> > http://www.gnu.org/software/gcc/gcc.html: ...The next major release, GCC
> > 3.1,...) gcc release 3.1.
> 
> I am building 3.1 experimental regularly from the main gcc cvs source.
> I have built glibc with it.  You probably should get the cvs binutils
> because it contains a long branch related fix which will cause a seg
> fault early in the bootstrap.  You can avoid it by using "-O2" in
> stage1.  I have a couple of small fixes that need to go in regarding
> linking with milli and pthreads routines.  The gcc testsuite (expect)
> seems to trigger a parisc-linux bug which fills /var with page fault
> error mesages.

I just uploaded the gcc-snapshot_20020216 build to incoming (without
any extra patches). 

To use this snapshot, you should set the following environment
variables:

        LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH
        PATH=/usr/lib/gcc-snapshot/bin:$PATH

Unset these variables before building Debian packages destined for an
upload to ftp-master.debian.org.

The snapshot packages doesn't build automatically. I had to restart
the build due to bash problems (the same you saw as well).

	Matthias