X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200806191425.m5JEPcGG014995@delorie.com> X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1+7k1lKB2+7/9t11fSud/758R65+6evtMAzg6qcSg oCh6E3SmaJcbmf From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: release 3 of the DJGPP port of Findutils 4.2.33 uploaded. Date: Thu, 19 Jun 2008 14:04:59 +0200 Content-Disposition: inline X-Y-GMX-Trusted: 0 This is release 3 of the port of GNU Findutils 4.2.33 to MSDOS/DJGPP. DJGPP specific changes. ======================= This is a bug fix release. Two issues have been solved here: - the signal catcher function assigned to SIGINT has been modified in such a way that find will try to return to its starting directory when it is interrupted with cntl-c. This returning is not always possible. - find will no longer fail with an error message like this: Invalid argument (EINVAL) if it finds a 510 byte long file. This is not a bug in the find port but in the readdir() code. This issue has been fixed in the CVS version of readdir and thus in the version used in the new version of libsupp too. This means that you must download the package: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/lsupp51a.zip to be able to configure and compile the sources. Of course, if you are not interested in compiling the sources you do not need to download and install lsupp51a.zip at all. For futher information about GNU Findutils please read the info docs and the NEWS file. 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 findutils-4.2.33: make make install The testsuite does not work because GNU dejagnu is not available. - 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 ./djgpp/config.cache and ./config_h.org. or the build process will fail. In conclusion, to rebuild the findutils binaries with djdev204 run the following commands from the top srcdir (findutils-4.2.33): rm djgpp/config.cache rm config_h.org make clean djgpp/config.bat make make install 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-06-17): Findutils 4.2.33 binary, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/fnd4233br3.zip Findutils 4.2.33 dvi, html, pdf and ps format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/fnd4233dr3.zip Findutils 4.2.33 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/fnd4233sr3.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-06-17): Findutils 4.2.33 binary, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/fnd4233br3.zip Send findutils specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel