Intel® Fortran Compiler 16.0 User and Reference Guide

sysroot

Specifies the root directory where headers and libraries are located.

Architecture Restrictions

Not available on Intel® 64 architecture targeting Intel® MIC Architecture

Syntax

Linux:

--sysroot=dir

OS X:

None

Windows:

None

Arguments

dir

Specifies the local directory that contains copies of target libraries in the corresponding subdirectories.

Default

Off

The compiler uses default settings to search for headers and libraries.

Description

This option specifies the root directory where headers and libraries are located.

For example, if the headers and libraries are normally located in /usr/include and /usr/lib respectively, --sysroot=/mydir will cause the compiler to search in /mydir/usr/include and /mydir/usr/lib for the headers and libraries.

IDE Equivalent

None

Alternate Options

None

See Also