From owner-freebsd-current Wed Sep 16 10:55:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27507 for freebsd-current-outgoing; Wed, 16 Sep 1998 10:55:51 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from friley-186-113.res.iastate.edu (friley-186-113.res.iastate.edu [129.186.186.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27486 for ; Wed, 16 Sep 1998 10:55:43 -0700 (PDT) (envelope-from mystify@friley-186-113.res.iastate.edu) Received: from friley-186-113.res.iastate.edu (loopback [127.0.0.1]) by friley-186-113.res.iastate.edu (8.9.1/8.8.8) with ESMTP id MAA21385 for ; Wed, 16 Sep 1998 12:55:23 -0500 (CDT) (envelope-from mystify@friley-186-113.res.iastate.edu) Message-Id: <199809161755.MAA21385@friley-186-113.res.iastate.edu> To: freebsd-current@FreeBSD.ORG Subject: 'make world' dying in sbin/atm/atm Date: Wed, 16 Sep 1998 12:55:22 -0500 From: Patrick Hartling Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: ===> 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