Date: Tue, 23 Oct 2012 13:32:46 +1100 From: andrew clarke <mail@ozzmosis.com> To: freebsd-questions@freebsd.org Subject: /usr/bin/lint - bitrot? Message-ID: <20121023023246.GA40948@ozzmosis.com>
next in thread | raw e-mail | index | archive | help
Is /usr/bin/lint still useful to anyone? Here, even the simplest of
C programs does not parse without errors:
$ cat null.c
int main(void) { return 0; }
$ lint null.c
null.c:
lint: cannot find llib-lc.ln
Lint pass2:
$ uname -r
9.1-RC2
I'm not sure how to generate llib-lc.ln. Evidently this issue has
existed for at least 12 years if I'm reading this PR correctly:
http://www.freebsd.org/cgi/query-pr.cgi?pr=18326
Regards
Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121023023246.GA40948>
