Next: Miscellaneous
Up: Smac
Previous: Others
When you compile definition code, you can define or not the
following cpp names:
- STDC to have complete function profiles
- XCORAL to compile for , otherwise
you must not compile and link smacXcoral.c, but just add
main.c.
- RUNTIMECHECK to protect execution against
core dump and other sweets. If you define it (recommended for
) all your memory accesses and modifications are checked and an
error
occurs for each illegal addressing.
The word.h file must not be present when you compile
. Then it can be produced by the word.c program to obtain
objects sizes and alignments.
To compile for using it under use Imakefile
and Makefile. They define XCORAL and RUNTIMECHECK.
To compile alone, type make -f MakeAlone
Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997