Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 12:55:22 -0500
From:      Patrick Hartling <mystify@friley-186-113.res.iastate.edu>
To:        freebsd-current@FreeBSD.ORG
Subject:   'make world' dying in sbin/atm/atm
Message-ID:  <199809161755.MAA21385@friley-186-113.res.iastate.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809161755.MAA21385>