Unrecognized switch using MS C 5.1

Ken Bickel kbickel at sea.com
Tue Sep 18 06:06:00 AEST 1990


Does anyone know why the following error message is occuring when I
attempt to compile and link a simple C program using Microsoft's
CL.EXE (version 5.1):

   unrecognized switch error:  "NOI"

The error message occurs as the linking process is starting up.
I've tried installing the compiler on serveral different 286's using
the same installation steps, and the error will only occur on one of
the machines.  

The switch is /NOI[GNORECASE] which allows case sensativity in the
symbol names.

The command line used to compile looks like:

   cl prog.c graphics.lib

Thanks in advance,


-------------------------------------------------------------------------------
   Ken Bickel                         |     INTERNET - kbickel at sea.com 
   Systems Engineering Associates     |     UUCP - ...!ucsd!soledad!kbickel
   2204 Garnet Ave.                   |
   San Diego, CA 92109                |



More information about the Comp.lang.c mailing list