From owner-freebsd-current Wed Sep 16 12:21:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15627 for freebsd-current-outgoing; Wed, 16 Sep 1998 12:21:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15599 for ; Wed, 16 Sep 1998 12:21:43 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id MAA29613 for ; Wed, 16 Sep 1998 12:21:23 -0700 (PDT) Date: Wed, 16 Sep 1998 12:21:23 -0700 (PDT) From: Chris Timmons To: freebsd-current@FreeBSD.ORG Subject: more on libatm.h problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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