diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:41:54 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:41:54 +0200 |
commit | 5870bfcddf538fac3b87b65abc716d34766d94cf (patch) | |
tree | 784ed570da6b9d822fd69002284b710d4a3084cf /doc/gawk.texi | |
parent | fb7e87e6660422c7cfb5c4c4a5180fdee67687a9 (diff) | |
download | egawk-5870bfcddf538fac3b87b65abc716d34766d94cf.tar.gz egawk-5870bfcddf538fac3b87b65abc716d34766d94cf.tar.bz2 egawk-5870bfcddf538fac3b87b65abc716d34766d94cf.zip |
Small doc fixes.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 46563fa4..e956314f 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -42409,6 +42409,14 @@ See also the @file{README_d/README.pc} file in the distribution. The only supported binary distribution for MS-Windows systems is that provided by Eli Zaretskii's @uref{https://sourceforge.net/projects/ezwinports/, ``ezwinports''} project. Install the compiled @command{gawk} from there. +Note that to run that port, you need to have the +@file{libgcc_s_dw2-1.dll} file installed on your system. This file is +part of the GCC distribution, and should reside either in the same +directory where you install @file{gawk.exe} or somewhere on your +system's @env{Path}. You can download this file from +@uref{https://osdn.net/projects/mingw/releases, the MinGW site}; look under the +``MinGW.org Compiler Collection (GCC)'' for the @code{LibGCC-1.DLL} +download. @node PC Compiling @appendixsubsubsec Compiling @command{gawk} for PC Operating Systems @@ -43559,6 +43567,7 @@ describing the implementation. @cindex @command{awk} to Go translator @cindex source code @subentry @command{AWKgo} @cindex programming languages @subentry Go +@item @command{AWKgo} This is an @command{awk} to Go translator. It was written by the author of @command{goawk}. (See the previous entry in this list.) Source code is |