Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 21:23:54 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Patrick Hartling <mystify@friley-186-113.res.iastate.edu>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: 'make world' dying in sbin/atm/atm 
Message-ID:  <6264.905973834@critter.freebsd.dk>
In-Reply-To: Your message of "Wed, 16 Sep 1998 12:55:22 CDT." <199809161755.MAA21385@friley-186-113.res.iastate.edu> 

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



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