[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4355-gfb7e87e
From: |
Eli Zaretskii |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4355-gfb7e87e |
Date: |
Wed, 24 Nov 2021 12:31:17 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-5.1-stable has been updated
via fb7e87e6660422c7cfb5c4c4a5180fdee67687a9 (commit)
from 5dd74ca177fc6e748c0098da1af8c94228ee6e90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=fb7e87e6660422c7cfb5c4c4a5180fdee67687a9
commit fb7e87e6660422c7cfb5c4c4a5180fdee67687a9
Author: Eli Zaretskii <eliz@gnu.org>
Date: Wed Nov 24 19:30:20 2021 +0200
Update the doc of PC installation.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b579503..b0b305b 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 b6f3cce..11d62fd 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
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawktexi.in | 8 ++++++++
2 files changed, 13 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4355-gfb7e87e,
Eli Zaretskii <=