From owner-freebsd-questions@FreeBSD.ORG Tue May 25 00:57:35 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 022731065673 for ; Tue, 25 May 2010 00:57:35 +0000 (UTC) (envelope-from arthurbarlow@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id A39D58FC12 for ; Tue, 25 May 2010 00:57:34 +0000 (UTC) Received: by gyh20 with SMTP id 20so2331338gyh.13 for ; Mon, 24 May 2010 17:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=iUQjnR5nPcYoDfS6TjWQuTZMzpMh2HrwUtK9IhdJkSc=; b=wn0mye9XxpWCfKuMq6EiNMPnCHLYbPL2ZEaWzbpdVBbAvNUiy8gTgsgxJio9tmde54 RKCRG6sa10429afzmYOU+6XSSU1w9n31xtEExTTcjhGdL1Kh1+ogqCKsQy9gUfupX7aF j5yPn6/FGOudtdvGpAljYDEN+smgVwYeM36lY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Zy9MX1ZvsA/PqXof3FeVup2MygkbadPHEjwEKXD5WH89CXXpc/eg4VdCDMw5Ou0nAb 4C6c2ibiZZj46sHl0zZrjwNNgGdNN7XroUe0DqIuMakbGqK7+vUWcPzMSl0m5gTLK8Up hV3/QFfAWcjZtJpWg0jo3tLzxVLkKTJGNMUfg= MIME-Version: 1.0 Received: by 10.90.150.10 with SMTP id x10mr2791535agd.141.1274749053669; Mon, 24 May 2010 17:57:33 -0700 (PDT) Received: by 10.90.72.17 with HTTP; Mon, 24 May 2010 17:57:33 -0700 (PDT) In-Reply-To: <08B0FF27-1FEE-4784-9662-5FE99E55D6F8@mac.com> References: <08B0FF27-1FEE-4784-9662-5FE99E55D6F8@mac.com> Date: Mon, 24 May 2010 17:57:33 -0700 Message-ID: From: Arthur Barlow To: Chuck Swiger , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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:57:35 -0000 On Mon, May 24, 2010 at 5:43 PM, Chuck Swiger wrote: > Hi-- > > On May 24, 2010, at 5:41 PM, Arthur Barlow wrote: > > 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? > > Sure; how about: > > cd /usr/ports/sysutils/lsof && make install > > Regards, > -- > -Chuck > > Chuck, That doesn't work, which was my point to begin with. The compile process throws an error.