34
Pascal 4.0 User’s Guide
3
-libmieee
Forces IEEE 754 style return values for math routines in exceptional cases. In
such cases, no exception message is printed, and
errno
is not set.
–libmil
The
–libmil
option instructs the compiler to select the best inline templates
for the floating-point option and operating system release available on this
system.
–l
lib
The
–l
lib option links
ld
(1) with the object library, lib.
Do not use the
-lucb
option because Pascal is not compatible with the object
library,
libucb
.
–misalign
The
–misalign
option allows for misaligned data in memory. Use this option
only if you receive a warning message that your data is misaligned.
With the
–misalign
option,
pc
generates much slower code for references to
formal parameters. If possible, recode the indicated section instead of
recompiling your program with this option.
-mt
The
-mt
option uses multithread-safe libraries, eliminates conflicts between
threads, so that Pascal library routines can be safely used in a multiprocessing
environment.
The MT-safe library for Pascal is called
libpc_mt
.
On a single-processor system, the code that is generated with this option runs
more slowly; the degradation in performance is usually insignificant, however.
Refer to the Multithreaded Programming Guide in the Solaris documentation for
more information.
Содержание SunSoft Pascal 4.0
Страница 14: ...xiv Pascal 4 0 User s Guide ...
Страница 16: ...xvi Pascal 4 0 User s Guide ...
Страница 30: ...6 Pascal 4 0 User s Guide 1 ...
Страница 160: ...136 Pascal 4 0 User s Guide 6 ...
Страница 268: ...244 Pascal 4 0 User s Guide 11 ...
Страница 320: ...296 Pascal 4 0 User s Guide B ...
Страница 331: ...Index 307 ...
Страница 333: ......