Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Specify Alternative Tools and Locations

The default tools are summarized in the table below.

Tool

Default

Provided with Intel® Fortran Compiler?

Assembler for IA-32 architecture-based applications and Intel® 64 architecture-based applications

MASM* (Windows*)

No

operating system assembler, as (Linux* and macOS)

No

Linker

Microsoft* linker (Windows)

No

System linker, ld(1) (Linux and macOS)

No

The Intel® Fortran Compiler lets you specify alternatives to default tools and locations for preprocessing, compilation, assembly, and linking. In addition, you can invoke options specific to the alternate tools on the command line. This functionality is provided by the Qlocation and Qoption options.

See Also