Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
L1001
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal LINK error L1001
 
     'option' : option name ambiguous
 
     A unique option name did not appear after the option indicator.
 
     An option is specified by a forward-slash indicator (/) and a
     name. The name can be specified by an abbreviation of the full
     name, but the abbreviation must be unambiguous.
 
     For example, many options begin with the letter N, so the
     following command causes this error:
 
          LINK /N main;
                                    -♦-