Subject: Can't build -current (at least on i386)
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 07/08/1999 10:27:34
'make build' fails because lib/csu/common_elf/common.h uses '__weak_extern'
which isn't defined.  It's defined in something like cdefs_elf.h, but if I
try to #include that in common.h, I get clashes with symbols in cdefs_aout.h.

I've tried a couple days' sups since then, with no change.  Any ideas?

-s