SYNOPSIS
ncf90 [
DESCRIPTION
The ncf90 command serves as an interface to the Absoft Fortran 90 compiler, version 5.0 or later. This command is for development on the NuTCRACKER Platform.
Options
-
-c -
compiles only—does not link.
-
-e epsym -
is a linker option (passed through).
-
-g -
produces additional debugging information in the compiled object modules.
-
-L directory -
if linking, adds the directory to the list of directories that are searched by the linker for libraries.
-
-l library -
if linking, adds the specified library to the list of libraries to be searched.
-
-M -
complains about multiply defined symbols.
-
-m -
produces a link map.
-
-o output -
specifies the name of the output file.
-
-O -
instructs the compiler to generate optimized code.
-
-S -
produces assembly code listing.
-
-s -
when linking, strips debugging information from the output file.
-
-u symname -
when linking, adds an undefined reference to symname.
-
-VS num -
is passed through to /VERSION linker switch.
-
-Wv -
uses verbose mode in processing ccg script.
-
-W/ option -
specifies an option that is to be passed either to the Fortran compiler or to the linker with the leading
-W removed. The options—subsystem, def, base, entry, implib, machine, map, stack, out, and dll—are passed to the linker; all others are passed to the compiler. -
-x -
when linking, strips debugging information related to local symbols from the output file.
DIAGNOSTICS
Possible exit status values are:
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Commands:
- ncf77
PTC MKS Toolkit 10.4 Documentation Build 39.