Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uicsrd.csrd.uiuc.edu!davies From: davies@uicsrd.csrd.uiuc.edu Newsgroups: comp.sys.ibm.pc Subject: Re: Unwanted "/NOI" switch on MicroSoft Message-ID: <42900060@uicsrd.csrd.uiuc.edu> Date: 9 Jan 90 10:38:38 GMT References: <6768@masscomp.ccur.com> Lines: 15 Nf-ID: #R:masscomp.ccur.com:6768:uicsrd.csrd.uiuc.edu:42900060:000:556 Nf-From: uicsrd.csrd.uiuc.edu!davies Jan 8 13:17:00 1990 > by harty@masscomp.ccur.com > I'm having problems loading > rev 5.0 of microsoft C. > When I "cl" anything I get, > switch "/NOI" unreconized. I remember having a similar problem when I recently installed this. This occurs in the invocation of LINK from within cl. The default DOS 3.3 linker doesn't recognize the switch. The LINK.EXE (or is it LINK.COM?) supplied with microsoft C does (and seems to be generally upwards compatible otherwise). What I did was to replace the LINK in my DOS directory with the new one, which fixed the problem.