From owner-freebsd-current Wed Sep 16 12:29:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17477 for freebsd-current-outgoing; Wed, 16 Sep 1998 12:29:55 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17417 for ; Wed, 16 Sep 1998 12:29:29 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id VAA06266; Wed, 16 Sep 1998 21:23:54 +0200 (CEST) To: Patrick Hartling cc: freebsd-current@FreeBSD.ORG Subject: Re: 'make world' dying in sbin/atm/atm In-reply-to: Your message of "Wed, 16 Sep 1998 12:55:22 CDT." <199809161755.MAA21385@friley-186-113.res.iastate.edu> Date: Wed, 16 Sep 1998 21:23:54 +0200 Message-ID: <6264.905973834@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199809161755.MAA21385@friley-186-113.res.iastate.edu>, Patrick Hart ling writes: >My world build (make -DNOAOUT -DNOCLEAN world, /usr/obj clean, fairly fresh >sources including the most recent changes to all the HARP files) is dying >while trying to make dependencies for sbin/atm/atm as follows: You need to install the includes obviously... > >===> sbin >===> sbin/atm >===> sbin/atm/atm >rm -f .depend >mkdep -f .depend -a -I/usr/src/sbin/atm/atm/../../../sys -I/usr/obj/elf/usr/s >rc/tmp/usr/include /usr/src/sbin/atm/atm/atm.c /usr/src/sbin/atm/atm/atm_fore20 >0.c /usr/src/sbin/atm/atm/atm_eni.c /usr/src/sbin/atm/atm/atm_inet.c /usr/src/sb >in/atm/atm/atm_print.c /usr/src/sbin/atm/atm/atm_set.c /usr/src/sbin/atm/atm/atm >_show.c /usr/src/sbin/atm/atm/atm_subr.c >/usr/src/sbin/atm/atm/atm.c:62: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_fore200.c:59: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_eni.c:59: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_inet.c:59: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_print.c:60: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_set.c:60: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_show.c:60: libatm.h: No such file or directory >/usr/src/sbin/atm/atm/atm_subr.c:59: libatm.h: No such file or directory >mkdep: compile failed >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > >Adding -I${.OBJDIR}/../../../lib/libatm to ${CFLAGS} seems to fix it, but >this doesn't seem like the best solution. Also, in trying to build it in >/usr/src/sbin/atm/atm with a simple 'make', it dies while trying to find >libatm. Is no one else having this problem? > > -Patrick > > >Patrick L. Hartling | Research Assistant, ICEMT >mystify@friley-186-113.res.iastate.edu | SE Lab - 1117 Black Engineering >http://www.public.iastate.edu/~oz/ | http://www.icemt.iastate.edu/ > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message