Weird "lint -C" behavior
Chris Torek
chris at mimsy.UUCP
Sun Dec 18 23:47:18 AEST 1988
In article <475 at larry.UUCP> jwp at larry.UUCP (Jeffrey W Percival) writes:
>ULTRIX v. 2.x .... lint -Cjwp ctoi.c ...
> _iob used( llib-port(25) ), but not defined
>What causes such a thing?
The `llib-port' is a giveaway: Your lint front-end is a shell script
that has something of the form
case -*p*)
to set the `use the ``port'' lint library rather than the regular C
library' flag.
Complain to DEC.
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain: chris at mimsy.umd.edu Path: uunet!mimsy!chris
More information about the Comp.unix.wizards
mailing list