From owner-freebsd-questions@FreeBSD.ORG Fri May 5 14:51:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28AFB16A401 for ; Fri, 5 May 2006 14:51:37 +0000 (UTC) (envelope-from richard.danter@ntlworld.com) Received: from queue01-winn.ispmail.ntl.com (queue01-winn.ispmail.ntl.com [81.103.221.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4218643D48 for ; Fri, 5 May 2006 14:51:35 +0000 (GMT) (envelope-from richard.danter@ntlworld.com) Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20060505133127.OTL27969.mtaout03-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Fri, 5 May 2006 14:31:27 +0100 Received: from [192.168.1.10] (really [82.25.151.194]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20060505133127.RCIP19763.aamtaout01-winn.ispmail.ntl.com@[192.168.1.10]> for ; Fri, 5 May 2006 14:31:27 +0100 Message-ID: <445B53AD.1030904@ntlworld.com> Date: Fri, 05 May 2006 14:31:25 +0100 From: Richard Danter User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: lint not working 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: Fri, 05 May 2006 14:51:37 -0000 Hi all, I would like to try using lint to test some code I am working on but I get the following error whenever I run it on any C file: lint: cannot find llib-lc.ln sure enough if I look in /usr/libdata/lint/ there are only llib-lposix.ln llib-lstdc.ln files in there. Googling I found that I can generate the lint libraries if I set WANT_LINT = yes in my make.conf, but that implies I need to re-build everything in order to generate the lint libs. Is there a way to generate and install them without re-building everything? Thanks Rich