Message-ID: <39748F3F.F9E7A8BA@teleline.es> Date: Tue, 18 Jul 2000 19:09:19 +0200 From: Mariano Alvarez Fernandez X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es MIME-Version: 1.0 To: djgpp Subject: Re: input-output redirection problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com DJ wrote: >> Porting to DJGPP the last netpbm distribution I found a problem I >> don't know how to deal. All the netpbm utilities take his input from >> stdin, and write to stdout, like: > >Use setmode() to change the modes of stdin/stdout from text to binary. Oopps!. Thanks. Really there is support for that in the NetPbm distribution, I only had to uncomment a define in the main include. Now I have a working DJGPP NetPbm. I have to work on the tiff stub, mail some patches to the NetPbm maintainer and I will release a beta. Thanks again.