Mail Archives: djgpp/2007/10/27/22:54:48
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
Message-Id: | <200710280251.l9S2po9f005997@delorie.com>
|
X-Authenticated: | #27081556
|
X-Provags-ID: | V01U2FsdGVkX19dUq4+GzRd8lzT3L9i5OMwF/8qNHgIG9JdX9Ho/M
|
| rFX5bCBTTdZzZg
|
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
|
To: | djgpp-announce AT delorie DOT com
|
Subject: | ANNOUNCE: DJGPP port of GNU Gawk 3.1.6 uploaded
|
Date: | Sat, 27 Oct 2007 05:26:19 +0200
|
X-Y-GMX-Trusted: | 0
|
This is a port of GNU Gawk 3.1.6 to MSDOS/DJGPP.
Gawk is an interpreter for text scanning and processing language named
Awk. It is specifically suited for programs that process text files one
line at a time, but can also be used for much more complex tasks.
DJGPP specific changes.
=======================
- Add CVS version of popen.c to avoid that gawk is linked to the broken
one from djdev204 (beta 1).
- Minor DJGPP specific issues concerning the way the sources are compiled
documented in the diffs file located in the pc subdir.
- The testsuite will only work if LFN support is available. This is due
to the great amount of long file names that can not match on unique
short file names clashes. I have no intention to solve these file name
conflicts. Please note that the package can always be compiled and
installed on SFN systems. Only the testsuite will not work.
- The DJGPP port does not support the building of DLLs. DLLs are not
supported by DOS nor by DJGPP by the moment.
Compiling the sources.
======================
Compile, test and install the binaries produced from the source distribution
running the following commands from the top srcdir, this is gawk-3.1-6:
make djgpp
cd test
make
cd ..
make install
7 tests from the testsuite will fail without aborting the test suite.
This is expected to happen. The test case: manyfiles may abort the complete
testsuite. This is because it tries to open 300 files exhausting the amount
of file descriptors that the OS offers. I have reduced the number to 200,
so the test should work if you have set the "files" directive in your
config.sys or config.nt to around the max. value of 255.
For futher information about GNU gawk please read the info docs and NEWS file.
The port consists of the usual three packages that can be downloaded from
ftp.delorie.com and mirrors as (timestamp 2007-10-27):
Gawk 3.1.6 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk316b.zip
Gawk 3.1.6 dvi, html and ps format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk316d.zip
Gawk 3.1.6 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk316s.zip
For the convenience of the WinXP users binaries compiled with djdev204
are also distributed and can be downloaded from ftp.delorie.com and
mirrors as (timestamp 2007-10-27):
Gawk 3.1.6 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gwk316b.zip
Send Gawk specific bug reports to <bug-gawk AT gnu DOT org>.
Send suggestions and bug reports concerning the DJGPP port
to comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.
Enjoy.
Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>
- Raw text -