From owner-freebsd-questions@FreeBSD.ORG Tue May 25 00:41:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0950D1065675 for ; Tue, 25 May 2010 00:41:23 +0000 (UTC) (envelope-from arthurbarlow@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id AEB018FC12 for ; Tue, 25 May 2010 00:41:22 +0000 (UTC) Received: by yxt3 with SMTP id 3so22364yxt.13 for ; Mon, 24 May 2010 17:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=qL5X0lvYLYs/2hsyGg0qUhhsv94lPEI4xFcRtXZ+AbE=; b=szvLV/8lor7t4tFXfzkRtwaCGHX+FyZWbERKcVqKNZrPMH5KwzQIMNdHDvA7M/X1xn TFWVvu2xMWswRHTCQIqehY3kBUyOiIpTgGjqZtD7aWxsgDFld37vAvGJUEARosIvYMj/ ypu7q+0syrgQaaHGzl6uqfb5nGb0/eQdgIgmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KR3XXjPywgGEgHbSi/FLPL8tbK/W1qqyebgrdK4mhlrVxujDhK8mDLQuj7ANkJB5gm K/qbdBARIHaCiuJYXusnWk6y63WnVYlMot2TARa+C7ZkOJJKuT7Dqq7CVyhZQPy6Mh0e ULr+sCbLByNr4OI71TEkwNrpqUsc+r9AvOOq8= MIME-Version: 1.0 Received: by 10.91.163.17 with SMTP id q17mr3415513ago.36.1274748081646; Mon, 24 May 2010 17:41:21 -0700 (PDT) Received: by 10.90.72.17 with HTTP; Mon, 24 May 2010 17:41:21 -0700 (PDT) Date: Mon, 24 May 2010 17:41:21 -0700 Message-ID: From: Arthur Barlow To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem compiling lsof X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 00:41:23 -0000 Sorry about the false start. Fat fingers. I'm trying to compile the lsof program in FreeBSD 8.0 on an i686 machine. There is a error referencing "dlsof.h" and it looks like there is an ugly "hack" in the header file. Any suggestions, besides playing with the code?