Line | |
---|
1 | Sun May 2 18:40:46 IDT 1999
|
---|
2 |
|
---|
3 | See the README.1st file in the atari directory.
|
---|
4 |
|
---|
5 | --------------------------------------------------------
|
---|
6 | Gawk on the Atari has been compiled and tested using gcc, both
|
---|
7 | with and without -mshort flag. Other compilers can be used but if
|
---|
8 | sizeof(pointer) != sizeof(int) this code will not compile correctly
|
---|
9 | with a non-ANSI compiler (prototypes and library).
|
---|
10 |
|
---|
11 | Compiled executables were tested and passed successfully a test suite
|
---|
12 | similar to 'make test'. Required changes are minor and minor
|
---|
13 | modifications are due to differences in environment and/or shell. If
|
---|
14 | a need will arise a modified test suite with a driving Makefile (for
|
---|
15 | gulam) is available on a request from Michal Jaegermann,
|
---|
16 | michal@gortel.phys.ualberta.ca or michal@ellpspace.math.ualberta.ca,
|
---|
17 | via e-mail.
|
---|
18 |
|
---|
19 | Sample files atari/Makefile.st, atari/Makefile.awklib and
|
---|
20 | atari/config.h assume gcc compilation and execution under TOS; it is
|
---|
21 | likely that one would want to change it for another setup. If they
|
---|
22 | are ok then copy atari/Makefile.st to Makefile, atari/config.h to
|
---|
23 | config.h and atari/Makefile.awklib to awklib/Makefile.. Pay attention
|
---|
24 | to code fragments bracketed by '#ifdef atarist ... #endif'. These
|
---|
25 | modifications may not be required/desired with a different OS and/or
|
---|
26 | libraries.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.