Storing Object Code in Static Libraries

Another way to organize source code used by several projects is to build a static library (for Windows* OS, .lib and for Linux* OS and Mac OS* X, .a) containing the object files for the reused procedures. You can create a static library by doing the following:

After you have created a static library, you can use it as input to other types of Intel Fortran projects.

Copyright © 1996-2010, Intel Corporation. All rights reserved.