From owner-freebsd-questions Sat Nov 4 13: 9:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 15AEF37B4CF for ; Sat, 4 Nov 2000 13:09:34 -0800 (PST) Received: from bartequi.ottodomain.org (62.98.152.42) by relay2.inwind.it (5.1.046) id 3A01ADFF000A70BB for freebsd-questions@FreeBSD.ORG; Sat, 4 Nov 2000 22:09:32 +0100 From: Salvo Bartolotta Date: Sat, 04 Nov 2000 21:09:58 GMT Message-ID: <20001104.21095800@bartequi.ottodomain.org> Subject: Dumb FreeBSD lint(1) library question To: freebsd-questions@FreeBSD.ORG X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear FreeBSd'ers, FreeBSD lint(1) libraries are not built in /usr/libdata/lint by default. So I have cd'ed to /usr/src/usr.bin/xlint/llib, made them, and intalled them. Actually, in /usr/libdata/lint I can now see the files llib-lposix.ln and llib-lstdc.ln, but no llib-lc.ln. Yet the error "lint: cannot find llib-lc.ln" is printed; and llib-lc.ln is mentioned in lint(1). The -questions archives have given me no clues. llib-lstdc.ln has replaced llib-lc.ln; the docs do not reflect this situation. If this is the case, I could write a doc PR. If llib-lc.ln is supposed to exist and work, then I'll have to write another (different) PR :-) Is lint supposed to work under FreeBSD 4-S? Am I missing anything trivial? Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message