Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The number of bits in the representation of real numbers can be chosen between 32bits and 64bits for all compilers apart from the Gnu GNU compilers. Sinisa, is this really still the case?

The library is static and its name follows the normal UNIX convention (it starts with lib and ends in .a), so the library can be specified in the compile/link command using the
standard ld convention, for example:

f77 -o program program.f -lemos

...