From owner-freebsd-hackers Mon Aug 21 02:47:06 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA07624 for hackers-outgoing; Mon, 21 Aug 1995 02:47:06 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id CAA07615 for ; Mon, 21 Aug 1995 02:47:01 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id TAA17187; Mon, 21 Aug 1995 19:45:40 +1000 Date: Mon, 21 Aug 1995 19:45:40 +1000 From: Bruce Evans Message-Id: <199508210945.TAA17187@godzilla.zeta.org.au> To: hackers@freebsd.org, root@pent.vnet.net Subject: Re: libresolve won't compile Sender: hackers-owner@freebsd.org Precedence: bulk [Please report current problems only in the current mailing list.] >libresolve tries to include non-existant header file . >I am using sources from ctm delta 916. This can be fixed by adding `-I${.CURDIR}/../libc/net -UDEBUG -DDEBUG=' or something like that to libresolv/Makefile. I committed a different fix. Bruce