PRB: Use Supplied Batch Files to Recompile Startup Code

ID Number: Q64874

6.00

MS-DOS

Summary:

SYMPTOMS

If you recompile _file.c to increase your file streams, you will

encounter the following warning:

L4051 llibce.lib : cannot find library

If you specify /AL and /FPi87 on your compile line and build

LLIBC7.LIB, the warning will still occur.

CAUSE

This error occurs because you must use the /Zl option when you

recompile _file.c. This option removes the default library search

records from the object file. If this option is not used, the

default library will be searched for, rather than the library you

specify.

RESOLUTION

The best way to modify the startup code is to use the provided

STARTUP.BAT or STARTUP.CMD files. Documentation for the use of

these files is in STARTUP.DOC.

Additional reference words: 6.00 6.0