Mail Archives: djgpp/2008/04/30/19:01:56
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
Message-Id: | <200804302300.m3UN0lGk003474@delorie.com>
|
X-Recipient: | djgpp-announce AT delorie DOT com
|
X-Authenticated: | #27081556
|
X-Provags-ID: | V01U2FsdGVkX19XoK8CCcxX8K9kH6AkgCi0augSScasJjJjK8++yG
|
| +4P4pv9+saZi7x
|
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
|
To: | djgpp-announce AT delorie DOT com
|
Subject: | ANNOUNCE: DJGPP port of GNU Texinfo 4.12
|
Date: | Thu, 1 May 2008 00:44:48 +0200
|
X-Y-GMX-Trusted: | 0
|
This is a port of GNU Texinfo 4.12 to MSDOS/DJGPP.
Texinfo is a package for writing documentation, with tools to produce the
on-line and printed docs in several formats. Most GNU packages come with
their docs written and produced by Texinfo programs. The docs written as
part of the DJGPP project also use Texinfo.
By default info.exe looks at /dev/env/DJDIR/share/info to locate the info
docs, so there should be no more difficulties if other gnu packages place
their documentation in this new canonical directory.
See the file NEWS for a list of major changes in the current release.
DJGPP specific changes.
=======================
- To be able to compile the sources, snprintf() and the argz family of
functions are required. These functions are provided by libsupp.a, so
you will need to install the package:
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/lsupp30a.zip
- To run the testsuite the program mktemp.exe will be required, so you
will need to install the package:
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/mktmp15b.zip
Both packages must be installed before you configure and compile the sources;
of course, if you are not interested in compiling the sources you do not need
to download and install lsupp30a.zip and mktmp15b.zip at all.
As usual, all changes against the original sources are documented inthe diffs
file stored in the /djgpp subdir.
Compiling the sources.
======================
As usual the sources are configured for stock djdev203.
- If you compile the sources with djdev203, you must proceed as usual running
the following commands from the top srcdir, this is texinfo4.12:
make
make check -k
make install
The tests ii-0041-test and ii-0050-test will always fail because the zdiff
script from the gzip port is brocken. I will fix this some day or may be
some interested user provides me with a solution. To run through the full
testsuite use the -k option of make.
- If you compile the sources with djdev204 it will be essential to
reconfigure sources because the distributed one have been configured for
djdev203. For this purpose you *must* delete the file config.cache or you
will get a broken binary.
In conclusion, to rebuild the sed binary with djdev204 to get a binary
usefull for WinXP run the following commands from the top srcdir (texinfo4.12):
rm config.cache
config.bat
make
make check -k
make install
Please note that the removing of the cache file is essential. As told
before the tests ii-0041-test and ii-0050-test will always fail because the
zdiff script from the gzip port is brocken.
Please do *not* report anything to <bug-texinfo AT gnu DOT org>, if there
are problems with this port there are probably DJGPP originated and must
be discussed and solved here.
As usual, all djgpp specific files (config.bat, diffs, readme files, etc.)
are located in the /djgpp subdir.
The port consists of the usual three packages produced using stock djdev203
that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2008-04-30):
Texinfo 4.12 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/txi412b.zip
Texinfo 4.12 dvi, html and ps format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/txi412d.zip
Texinfo 4.12 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/txi412s.zip
For the convenience of the WinXP users the binaries has been produced a
second time using the djdev204 beta library. This package is available
at ftp.delorie.com and mirrors as (timestamp 2008-04-30):
Texinfo 4.12 binary, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/txi412b.zip
Send texinfo specific bug reports to <bug-texinfo 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 -