dbglibs

Tells the linker to search for unresolved references in a debug run-time library.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: None
Windows:  /dbglibs
/nodbglibs

Arguments

None

Default

OFF The linker does not search for unresolved references in a debug run-time library.

Description

This option tells the linker to search for unresolved references in a debug run-time library.

The following table shows which options to specify for a debug run-time library:

Type of Library

Options Required

Alternate Option

Debug single-threaded /libs:static
/dbglibs
/MLd
Debug multithreaded /libs:static
/threads
/dbglibs
/MTd
Multithreaded debug DLLs /libs:dll
/threads
/dbglibs
/MDd
Debug Fortran QuickWin multi-thread applications /libs:qwin
/dbglibs
None
Debug Fortran standard graphics (QuickWin single-thread) applications /libs:qwins
/dbglibs
None

Alternate Options

None

See Also

Building Applications:
Programming with Mixed Languages Overview