File: README.atari

package info (click to toggle)
gawk 1%3A3.1.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,452 kB
  • ctags: 4,563
  • sloc: ansic: 39,418; sh: 5,349; awk: 4,898; yacc: 2,872; makefile: 1,717; sed: 18
file content (26 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Sun May  2 18:40:46 IDT 1999

See the README.1st file in the atari directory.

--------------------------------------------------------
Gawk on the Atari has been compiled and tested using gcc, both
with and without -mshort flag.  Other compilers can be used but if
sizeof(pointer) != sizeof(int) this code will not compile correctly
with a non-ANSI compiler (prototypes and library).

Compiled executables were tested and passed successfully a test suite
similar to 'make test'.  Required changes are minor and minor
modifications are due to differences in environment and/or shell.  If
a need will arise a modified test suite with a driving Makefile (for
gulam) is available on a request from Michal Jaegermann,
michal@gortel.phys.ualberta.ca or michal@ellpspace.math.ualberta.ca,
via e-mail.

Sample files atari/Makefile.st, atari/Makefile.awklib and
atari/config.h assume gcc compilation and execution under TOS; it is
likely that one would want to change it for another setup.  If they
are ok then copy atari/Makefile.st to Makefile, atari/config.h to
config.h and atari/Makefile.awklib to awklib/Makefile..  Pay attention
to code fragments bracketed by '#ifdef atarist ... #endif'.  These
modifications may not be required/desired with a different OS and/or
libraries.