Date: Wed, 16 Sep 1998 12:21:23 -0700 (PDT) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: freebsd-current@FreeBSD.ORG Subject: more on libatm.h problem Message-ID: <Pine.BSF.3.96.980916121218.23268F-100000@opus.cts.cwu.edu>
next in thread | raw e-mail | index | archive | help
I'm not sure what the right thing to do is. During the aout-to-elf build
the mkdeps for
sbin/atm
usr.sbin/atm/atmarpd
usr.sbin/atm/scspd
fail because libatm.h hasn't yet been installed into
/usr/obj/aout/usr/src/tmp/usr/include.
I got my build working by adding -I${.CURDIR}/../../../lib/libatm
into the appropriate Makefiles, which feels like a hack.
Ideas?
-Chris
(... this comes after the mkdeps and so is too late to help them :(
building shared atm library (version 2.0)
===> libatm
install -C -o root -g wheel -m 444 /usr/src/lib/libatm/libatm.h
/usr/obj/aout/usr/src/tmp/usr/include
install -c -o root -g wheel -m 444 libatm.a
/usr/obj/aout/usr/src/tmp/usr/lib/aout
install -c -o root -g wheel -m 444 libatm_p.a
/usr/obj/aout/usr/src/tmp/usr/lib/aout
install -c -o root -g wheel -m 444 libatm.so.2.0
/usr/obj/aout/usr/src/tmp/usr/lib/aout
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?Pine.BSF.3.96.980916121218.23268F-100000>
