Subject: problems with gcc 2.7.2
To: None <current-users@NetBSD.ORG>
From: Thorsten Frueauf <frueauf@ira.uka.de>
List: current-users
Date: 01/04/1996 16:16:41
Hello!

I tryed to build the NetBSD current world from 03.01.96 with the new
gcc 2.7.2 on my Amiga 3000.
First I made `cd /src/gnu/usr.bin/gcc ; make ; make install ; make ;
make install` to build gcc 2.7.2.

Then I tryed to make the world starting with /src/lib, /src/gnu/lib, etc.
I came to /src/gnu/lib/*, but after the `make install` in 
/src/gnu/lib/libmalloc I got the following:

/usr/libexec/ld.so: Undefined symbol "_vlimit" in grep:/usr/lib/libgnumalloc.so.0.0
/usr/libexec/ld.so: Undefined symbol "_vlimit" in gcc:/usr/lib/libgnumalloc.so.0.0

in fact with all binaries that got linked with libgnumalloc.

The only way to get back a working system is restoring /usr/lib/libgnumalloc*
from tape.

So is there something broken with libgnumalloc, did I make a mistake with
building the world with gcc 2.7.2?

Any hints to do it in a proper way are welcome, thanx in advance!

Greets
      Thorsten