Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: =?iso-8859-1?Q?=22Schaible=2C_J=F6rg=22?= To: cygwin AT cygwin DOT com Subject: RE: perl & textmode mounts Date: Wed, 23 Jan 2002 17:19:46 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g0NGKYI00570 Hi Gerrit, >This will be resolved in the next Perl release (5.8) where >Perl uses its >own IO (perlio). Ahhh, fine. >> a trailing \cM. My perl script itself is in a directory mounted in >> textmode. > >Please use binmode for the files (scripts) and the mounts. OK. >binmode() is not ignored on Cygwin. Cygwin is not Win32! >Basically spoken: Perl on Cygwin works only correct if the >files you are >working with are in binmode and if you do it on binmode mounts. >E.g. pod2html fails on textmode pods, regardless which type >the mounts are. The doc gave the impression using ":crlf" would force textmode. OTOH: Cygwin != win32 ==> no crlf in textmode >Huh? I thought there are some problems using CVS with >textmode files, but >not with binmode? Have it all day for both mount types with no problems at all. But you have to kept your own repository in binary mounted location. For remote repositories is also no problem (at least for me). >>Since the Perl sources are quite big - has anybody a clue >where to start looking >>for this bug ? > >Hmmm, there is this flag in perl.h, look for CYGWIN in perl.h, >I tried to >debug why it doesn't work as expected, but I didn't found the bug :( So, since the problem currently just arises for prining the usage, it is not *that* urgent. Especially if 5.8 will resolve the issue. Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/