12.07.2015 Views

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Compiler and Linker OptionsSee also--[n]xref--[n]maxfatals nMaximum Number of Fatal ErrorsCompile only. Default: --maxfatals 50Specify --maxfatals to limit the number of fatal errors LF64 will generate before aborting.--ml targetMixed LanguageCompile only. Default: not presentThe --ml option is sometimes needed if your code calls or is called by code written in anotherlanguage. The value of target will only affect procedures declared with theML_EXTERNAL statement. Currently the only supported value for target is cdecl, whichis needed for making calls to the system kernel. See “Mixed Language Programming” onpage 49 for more information.--mldefault targetMixed Language DefaultCompile only. Default: -mldefaultSpecify the --mldefault options to set the default target language name decoration/callingconvention for all program units. --mldefault affects name mangling for routine names inML_EXTERNAL statements. Currently the only supported value for target is cdecl, whichis needed for making calls to the system kernel. See “Mixed Language Programming” onpage 49 for more information.-M dir--mod dir[:dir1[:dir2 ...]]Module PathCompile only. Default: current directorySpecify --M dir to instruct the compiler to search the specified directory for LF64 module(.mod) files. Multiple directories may be specified using the -I option for each additionalsearch directory. The directory specified by -M is searched first, current working directoryis searched next, and the directories specified with -I are searched last.Specify --mod dir... to instruct the compiler to search the specified directory or directoriesfor LF64 module files. When using --mod, multiple directories may be specified using acolon separated list of directories. If multiple directories are specified, the first directory inthe list is searched first, the current working directory is searched next, the remaining directoriesare then searched in order of appearance.<strong>Lahey</strong>/Fujitsu <strong>Linux</strong>64 Fortran User’s <strong>Guide</strong> 31

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!