diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:44:14 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-25 22:44:14 +0200 |
commit | 952918b0fa10c6cd432b34899f701ad9beced705 (patch) | |
tree | 7daee90ef9e66f49dba96a8e38098b6263db0914 /doc/gawk.texi | |
parent | 64c77cb01613244d9c9134e58c68da7d4498c778 (diff) | |
parent | b8f4d9b6ea0827bf33d4d5885deb6393410da613 (diff) | |
download | egawk-952918b0fa10c6cd432b34899f701ad9beced705.tar.gz egawk-952918b0fa10c6cd432b34899f701ad9beced705.tar.bz2 egawk-952918b0fa10c6cd432b34899f701ad9beced705.zip |
Merge branch 'master' into feature/docit
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 d93193bc..d476b74c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -42741,6 +42741,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 @@ -43891,6 +43899,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 |