diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawktexi.in | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b5795032..b0b305be 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2021-11-24 Eli Zaretskii <eliz@gnu.org> + + * gawktexi.in (PC Binary Installation): Mention the need for + installing libgcc_s_dw2-1.dll. + 2021-11-22 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Add info about AWKgo, an awk to go translator. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index b6f3cce9..11d62fdb 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -41252,6 +41252,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{the MinGW +site, https://osdn.net/projects/mingw/releases}; 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 |