Subject: Broken libc 12.7 after the changes to libc/sys/Makefile.inc
To: None <current-users@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 10/19/1996 15:58:50
Hi,

i got a problem with the latest change to src/lib/libc/sys/Makefile.inc.
It worked fine with Makefile.inc,v 1.42.

install -c -o bin -g bin -m 444  libc.so.12.7 /usr/lib
install -c -o bin -g bin -m 444 btree.cat3 /usr/share/man/cat3/btree.0
/usr/libexec/ld.so: Undefined symbol "SYS_clock_getres" in install:/usr/lib/libc.so.12.7

*** Error code 1

Stop.

I got a working libc after i removed 'clock_gettime.o clock_settime.o clock_getres.o'
from Makefile.inc.

Btw, this is still a 1.2 system.

Bernd