◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Command-line error D2027 cannot execute 'component' The compiler could not run the given compiler component or linker. One of the following may have occurred: ■ There was not enough memory to load the component. If this occurred when the compiler was invoked by NMAKE, use the DOS utility NMK or run the compiler outside of the makefile. ■ The component was for another operating system. ■ The component was corrupted. ■ An option was specified incorrectly. For example, the following CL command causes this error: cl /B1 file1.c -♦-