Date: Sat, 24 Feb 2001 10:36:28 +0200 (WET) From: Andris Pavenis To: Jason Green Cc: djgpp AT delorie DOT com Subject: Re: makefile problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 23 Feb 2001, Jason Green wrote: > "Eli Zaretskii" wrote: > > > > dtou *.h *.c > > > > > > In Linux you may have a similar utlity installed, otherwise use `col' > > > in a script. > > > > One could simply compile dtou and utod on GNU/Linux. It's free > > software ;-). > > First obstacles would be lack of dir.h and dos.h, then these programs > rely on the implicit conversion to CRLF when reading/writing in text > mode... Perhaps Eli thought current dtou and utod sources from CVS. Current version of both these utilities does not rely on any DOS or DJGPP specific features (dos.h, dir.h etc. ) and should build not only with DJGPP. For example I can build them without any changes under Linux. Andris