diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:43:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:43:33 +0200 |
commit | b8f4d9b6ea0827bf33d4d5885deb6393410da613 (patch) | |
tree | d9296a882fd7d0e81d25f8f14ec4e4d942777865 /doc/gawktexi.in | |
parent | f68f4bc19f33ed3146c5573bbdaef902a6eb4a17 (diff) | |
parent | 5870bfcddf538fac3b87b65abc716d34766d94cf (diff) | |
download | egawk-b8f4d9b6ea0827bf33d4d5885deb6393410da613.tar.gz egawk-b8f4d9b6ea0827bf33d4d5885deb6393410da613.tar.bz2 egawk-b8f4d9b6ea0827bf33d4d5885deb6393410da613.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 3344b8e5..f3720f1d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -41584,6 +41584,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 @@ -42734,6 +42742,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 |