Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!agate!howland.reston.ans.net!newsfeed.internetmci.com!news.mathworks.com!fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!news.ruhr-uni-bochum.de!news.rwth-aachen.de!newsserver.rrzn.uni-hannover.de!tubsibr!malibu.ts.rz.tu-bs.de!not-for-mail From: mb@malibu.ts.rz.tu-bs.de (Martin Butkus) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: lint for FreeBSD? Date: 29 Apr 1996 12:10:48 +0200 Organization: TU Braunschweig, Germany Lines: 23 Distribution: world Message-ID: <4m24j8$g79@malibu.ts.rz.tu-bs.de> References: <01bb33ab.5c8a1cc0$8a0f1a90@gypsy.wcupa.edu> Reply-To: M.Butkus@tu-bs.de NNTP-Posting-Host: rzrtr1.rz.tu-bs.de X-Newsreader: TIN [version 1.2 PL2] Originator: y0001415@ws.rz.tu-bs.de Peter A. Schwenk (pschwenk@crooow.wcupa.edu) wrote: : Howdy, : I am trying my darndest (is that a word?) to compile INN1.4unoff4, : and it keeps on trying to run lint. I didn't seem to get lint with : FreeBSD 2.1. Does anyone have a lint for FreeBSD? Nope, lint is based on AT&T code. lint is a syntax checker for C. Alternatively, you can enable more syntax checking by specifying '-Wall' as one of the compiler options. To get the compile going, what about writing a fake lint such as #!/bin/sh # call this file lint - this is a shell script that does nothing exit Make it executable and put it somewhere into your path. -- Martin Butkus >>> Live long and prosper. <<< Phone/Fax: +49.5331.298710 Am Stadtwege 10, 38304 Wolfenbuettel, Germany M.Butkus@tu-bs.de