From: eliz AT is DOT elta DOT co DOT il Message-Id: <200005260716.KAA25040@alpha.netvision.net.il> Date: Fri, 26 May 2000 10:16:24 +0200 To: Howard Kaikow Cc: djgpp AT delorie DOT com X-Mailer: WinNT's Blat ver 1.8.5b In-reply-to: <4.3.2.7.0.20000525133550.00b31630@127.0.0.1> (message from Howard Kaikow on Thu, 25 May 2000 13:39:03 -0400) Subject: Re: ANNOUNCE: DJGPP port of Groff 1.15 uploaded References: <4 DOT 3 DOT 2 DOT 7 DOT 0 DOT 20000525133550 DOT 00b31630 AT 127 DOT 0 DOT 0 DOT 1> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 25 May 2000 13:39:03 -0400 > From: Howard Kaikow > > Which version of DJGPP is required to compile this groff? > Can it be done with DJGPP 2.01? I recommend v2.03; this is what I used to port it, and this is how the source distribution is configured. In principle, you should be able to reconfigure it for any other version of DJGPP (see the file djgpp/README for instructions). However, v2.01 had a bug in the library whereby the function `tmpfile' did not open the file in binary mode, while this port relies on binary I/O from/to temporary files. I suggest to upgrade to v2.03 for any number of reasons. But if you cannot, you could simply use the precompiled binaries.