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

isystem

Specifies a directory to add to the start of the system include path.

Syntax

Linux:

-isystemdir

macOS:

-isystemdir

Windows:

None

Arguments

dir

Is the directory to add to the system include path.

Default

OFF

The default system include path is used.

Description

This option specifies a directory to add to the system include path. The compiler searches the specified directory for include files after it searches all directories specified by the -I compiler option but before it searches the standard system directories.

On Linux* systems, this option is provided for compatibility with gcc.

IDE Equivalent
None
Alternate Options

None