Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: CFP+ AND THE LINT PROGRAM Message-ID: <6073@brl-smoke.ARPA> Date: Mon, 6-Jul-87 17:01:45 EDT Article-I.D.: brl-smok.6073 Posted: Mon Jul 6 17:01:45 1987 Date-Received: Tue, 7-Jul-87 06:56:43 EDT References: <8177@brl-adm.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <8177@brl-adm.ARPA> V2002A%TEMPLEVM.BITNET@wiscvm.wisc.EDU writes: >I altered the lint shell script to change all references to the c >compiler from 'cc' to 'fpcc'. Don't do this! The only thing "cc" is used for in the "lint" script is preprocessing (i.e. handling #-stuff). Unless your "fpcc" uses a different system header directory (i.e. not /usr/include), there is no need to change "lint". If "fpcc" DOES keep headers elsewhere, then merely adjust the "lint" script to add the appropriate -Iwhatever option to the "cc" command.