[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Attempting first make build on 2.5
- To: openbsd <misc@openbsd.org>
- Subject: Attempting first make build on 2.5
- From: Joe Nall <joe@nall.com>
- Date: Mon, 20 Sep 1999 18:59:46 -0500
- Organization: Nall Design Works
I have a system that I built this weekend to do nat for a cable modem
and squid/samba for a private lan. That works and so does the kernel I
build from the checked out source. A make build in /usr/src is failing
with:
make
cc -O2 -I. -I/usr/src/lib/libcurses -c
/usr/src/lib/libcurses/tinfo/init_keytry.c -o init_keytry.o
/usr/src/lib/libcurses/tinfo/init_keytry.c:48: init_keytry.h: No such
file or directory
*** Error code 1
Clues?
Joe