Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Dan Vasaru" <dvasaru@broadpark.no>
To: <cygwin@cygwin.com>
Subject: RE: re. re. gawk and cr/lf
Date: Mon, 9 Sep 2002 22:26:24 +0200
Message-ID: <CHEDKHJJDLOCCOFLMGEACENCCLAA.dvasaru@broadpark.no>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Importance: Normal
In-Reply-To: <3D7CFE37.000003.01168@pexy>

Pieter,

I don't know why your cygwin installation stopped translating CRLF's after
upgrade, but there're many places you could look for an answer (for instance
http://www.cygwin.com/cygwin-ug-net/using-textbinary.html).

CRLF translation is controlled by the mount type and the setting of the
CYGWIN variable. Specifically, if gawk doesn't open files in text mode, your
files need to be mounted in a textmode partition.

Before we can help, please switch to a cygwin window and type :

~>echo $CYGWIN
....
~> cd directory_with_awk_files; /bin/pwd ; pwd
....
~> mount
....


Post the output of the commands to the group. To be in line with the bug
reporting guidelines presented at http://www.cygwin.com/bugs.html, you could
also post the results of running

~> cygcheck -s -v -r > cygcheck.out

but I believe the CYGWIN setting and mount types may hint to your problem.

.dan


--
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/

