BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / gawk-2.15.2 / README.dos
CommitLineData
0f96d9c0
C
1 Gawk has been compiled and tested under MS-DOS using MSC 5.1. To compile
2under DOS, move the stuff in the pc directory to the directory with the rest
3of the gawk sources, and run make.bat.
4
5 If you have Ndmake (or some other unix-like make utility), you can use
6the Makefile.pc file.
7
8 You will have to put CRs at the end of each line in the make.bat or
9Makefile.pc file.
10
11 You will also have to copy the Microsoft library routine setargv.obj to
12the gawk directory for the link to work.
13
14 Please note: Gawk is very sensitive to compiler optimization; using -Oa
15or -Ox WILL cause errors. It is recommended to only use the default
16optimization. Also, you should get warning messages, but you can ignore them.
17
18 If you have any problems with the DOS version of Gawk, please send them to
19Scott Deifik, scottd@amgen.com.