*BSD News Article 80308


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!news.kei.com!news.mathworks.com!www.nntp.primenet.com!nntp.primenet.com!nntp.uio.no!news.nacamar.de!news.b-1.de.contrib.net!snoopy.microtronic.de!slash
From: us@microtronic.de (Ulf Schmidt)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: crunchgen problem
Date: Wed, 09 Oct 96 15:56:04 GMT
Organization: MicroTronic GmbH
Lines: 34
Message-ID: <53gp1n$u0u@snoopy.microtronic.de>
Reply-To: us@microtronic.de
NNTP-Posting-Host: slash.us-s.de
Keywords: crunchgen, compile
X-Newsreader: News Xpress 2.0 Beta #2

Hi,
I'm running into the following problem when trying to build a exec-file w/ 
crunchgen. Here's my conf-file:

karen:/var/src/go# more boot_crunch.conf
#       $Id: boot_crunch.conf,v 1.20.2.4 1996/05/27 16:01:57 jkh Exp $

srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386

progs sh find
progs sysinstall newfs gzip cpio ifconfig route
ln gzip gunzip
ln gzip zcat
ln sh -sh

libs -ll -ledit -lutil -lkvm -lmd
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk

When trying to compile, I get the following error:

(cd /usr/src/sbin/ifconfig; make ifconfig.o)
`ifconfig.o' is up to date.
(cd /usr/src/sbin/route; make route.o ccitt_addr.o)
cc -O -I.   -c route.c
route.c:74: keywords.h: No such file or directory
*** Error code 1

Stop.

If I remove 'route' in the conf-file, everything works fine. I can't find the 
required file history.h. Where is it?

Regards, Ulf