Subject: Re: make build. Help wanted !
To: Jan H. van Gils <current-users@NetBSD.ORG>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: current-users
Date: 03/14/2001 21:29:11
On Wednesday 14 March 2001  9:00 pm, Jan H. van Gils wrote:
> Hi,

[snip]

> hash.lo: In function `hashtabnew':
> hash.lo(.text+0x1d): undefined reference to `__assert13'
> hash.lo: In function `_search':
> hash.lo(.text+0x8e): undefined reference to `__assert13'
> hash.lo: In function `hashtabadd':
> hash.lo(.text+0x11a): undefined reference to `__assert13'
> hash.lo: In function `_hashtabdel':
> hash.lo(.text+0x1a0): undefined reference to `__assert13'
> hash.lo: In function `hashtabforeach':
> hash.lo(.text+0x212): undefined reference to `__assert13'
> hash.lo(.text+0x280): more undefined references to `__assert13' follow
> collect2: ld returned 1 exit status
> *** Error code 1
>
>
> Is there someone out there that can give me a hint in how to fix this
> problem ?

Read the UPDATING file in the top-level:
Symptom:undefined reference to `__assert13'
Fix:    Rebuild and install lib/libc

You may also want to check you've got some of the tools uptodate as well, eg 
make, yacc, mklocale config etc.

Cheers,
Chris