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

ID 767251
Date 3/22/2024
Public
Document Table of Contents

Create Shared Libraries

You can create a shareable library by using one of the following compiler options:

Compiler Option

OS Support

Library

-shared

Linux

mylib.so

/libs:dll

Windows

mylib.dll

When you use any of these options, do not specify the c option.