Xref: utzoo comp.unix.questions:10353 comp.unix.wizards:12905 comp.lang.c:14315 Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!gatech!mcnc!ece-csc!ncrcae!ncrlnk!uunet!mcvax!ukc!strath-cs!glasgow!icdoc!qmc-cs!miclon!duncan From: duncan@miclon.UUCP (Duncan Fullerton) Newsgroups: comp.unix.questions,comp.unix.wizards,comp.lang.c Subject: Lint libraries Keywords: SunOS Ultrix Lint Message-ID: <213@miclon.UUCP> Date: 25 Nov 88 16:58:19 GMT Organization: Micrognosis International, London. Lines: 26 Can anybody shed some light on a trivial, but irritating problem. When lint reports an error, its output is something like: time value declared inconsistently llib-lc(498) :: bar.c(944) When I create a lintlibrary from a stub file I get something like: doit, arg. 4 used inconsistently llib-lx:stub.c(21) :: bar.c(468) I'd like to get our stuff to look like the lint libraries if at all possible. In otherwords to output something like: doit, arg. 4 used inconsistently llib-lx(21) :: bar.c(468) One way to do this might be to persuade lint to create the library without specifying an input file name - how is this done ? Or does lint understand 'standard' C libraries, and make adjustments? I get the same results on SunOS3, SunOS4, and Ultrix. Please mail me at duncan@uk.co.mic.lon if you know something I don't - highly likely! Thanks in advance. Duncan Fullerton, Micrognosis London