Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!mcvax!ukc!tcdcs!csvax1!ecarroll From: ecarroll@csvax1.cs.tcd.ie (Eddy Carroll) Newsgroups: comp.sys.amiga.tech Subject: Re: Eliminating Lattice Messages Message-ID: <41897@csvax1.cs.tcd.ie> Date: 9 Apr 89 04:47:54 GMT References: <193@syteke.UUCP> Organization: Computer Science Department, Trinity College Dublin Lines: 31 In article <193@syteke.UUCP>, jim@syteke.UUCP (Jim Sanchez) writes: > Since we have this wonderful multi-tasking machine, I like to run lmk > in the background and do something more interesting while the system > compiles. However, no matter WHAT I do the stupid lattice "progress" > messages keep coming out. I can redirect the error messages to a file > but NOT the damned Lattice commercials. I suspect others have had this > problem as well and would like a solution or perhaps someone from > Lattice can stand up and defend this kind of crap. Even a command > line switch to LC would be acceptable - Anything but this! > -- > Jim Sanchez {sun,hplabs}!sun!sytek!syteke!jim OR > Sytek Brussels mcvax!prlb2!sunbim!syteke!jim A few days ago, somebody (I forget who - sorry) posted a message mentioning the undocumented command line switch -. (minus period) which causes the initial message to be suppressed. This is only present on LC1 and LC2 however (presumably so that LC can make them supress THEIR messages, while it prints out messages of its own). So the solution is to alter your makefile to call LC1 and LC2 seperately, with appropriate parameters, rather than using LC to do the dirty work. For example: .c.o: LC1 -. -iINCLUDE: -oQUAD: $*.c LC2 -. -o$*.o QUAD:$* -- Eddy Carroll ----* Genuine MUD Wizard | "You haven't lived until INTER: ecarroll@cs.tcd.ie | until you've died in UUCP: {..uunet}!mcvax!ukc!cs.tcd.ie!csvax1!ecarroll | MUD!" - Richard Bartle