Mail Archives: djgpp/2016/06/12/08:56:03
This is a port of GNU make 4.2.1 to MSDOS/DJGPP.
Make is a program for building other programs, given a description of
the dependencies between the files.
DJGPP specific changes.
=======================
- There are no DJGPP specific user visible changes.
- The port has been tested by using it. I have used them only on WinXP.
It has worked flawlessly. I do not konw if this will ever be the case on
FreeDOS. I have never used/tested them in that environment.
- The port has been configured and compiled on WinXP SP3 and on Win98SE.
There is no guarantee that this may be possible with any other DOS-like OS.
Due to the massive use of long file names it will not be possible to configure
and compile without LFN support. The port has been compiled using gcc510
and bnu225br3.
- The port does not provide NLS support. No one of the required libraries
have been ported using DJGPP 2.05.
As usual, all djgpp specific files (diffs, README files, etc.) are stored in
the /djgpp directory. The sources have been configured to be build in the
/_build directory. If for some reason it does not work for you, delete it
contents and configure from scratch again.
For further information about GNU make please read the info docs and NEWS file.
This is an verbatim extract of the NEWS file:
-------------------------------------------------------------------------------
Version 4.2.1 (10 Jun 2016)
A complete list of bugs fixed in this version is available here:
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=107&set=custom
This release is a bug-fix release.
-------------------------------------------------------------------------------
The port consists of the usual three packages produced using djdev205
that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2016-06-11):
Make 4.2.1 binaries, info and man format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mak421b.zip
Make 4.2.1 dvi, html, pdf and ps format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mak421d.zip
Make 4.2.1 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mak421s.zip
Send GNU Make specific bug reports to <bug-make 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 -