Mail Archives: djgpp/2006/01/16/21:56:07
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
Message-Id: | <200601170252.k0H2qqh6006985@delorie.com>
|
X-Authenticated: | #27081556
|
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.5 uploaded
|
Date: | Tue, 17 Jan 2006 03:21:47 +0100
|
X-Y-GMX-Trusted: | 0
|
This is a port of GNU Gawk 3.1.5 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.
=======================
- Minor DJGPP specific issues concerning the config.h and Makefile are
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. I have no intention to solve this file name conflict.
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-5:
make djgpp
make check
make install
5 tests from the testsuite will fail. Before running the testsuite you may
need to to create a DJGPP link to date.exe from the fileutilies package.
To create the link proceed as follows:
1) cd into DJDIR/bin
2) stubify -g gdate.exe
3) stubedit gdate.exe runfile=date
If there is no gdate.exe available then one test more will fail.
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 2006-01-12):
Gawk 3.1.5 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk315b.zip
Gawk 3.1.5 dvi, html and ps format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk315d.zip
Gawk 3.1.5 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gwk315s.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 2006-01-12):
Gawk 3.1.5 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gwk315b.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 -