Subject: build problem in asn1_compile
To: None <current-users@netbsd.org>
From: Paul Newhouse <newhouse@totalarchive.com>
List: current-users
Date: 04/02/2001 21:20:40
With a very recent current I get this from "make build":

../../crypto/dist/heimdal/lib/asn1               -I/usr/src/lib/libasn1/asn1_compile/../../../crypto/dist/heimdal/lib/roken              -DHAVE_CONFIG_H   -o asn1_compile parse.lo lex.lo main.lo hash.lo symbol.lo gen.lo gen_encode.lo gen_decode.lo gen_free.lo gen_length.lo gen_copy.lo gen_glue.lo getarg.lo print_version.lo warnerr.lo strupr.lo get_window_size.lo 
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


Where did I go wrong?

TIA,
Paul