Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Jon LaBadie
On Sat, Oct 19, 2002 at 04:19:01PM -0500, mike parks wrote: > igor, > > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "mike parks" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, October 19, 2002 3:30 PM > Subject: Re: Fw: problem with ls and si

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Igor Pechtchanski
On Sat, 19 Oct 2002, Christopher Faylor wrote: > On Sat, Oct 19, 2002 at 04:30:45PM -0400, Igor Pechtchanski wrote: > >> my CYGWIN variable is not set to anything. i noticed some bug reports > >> related to this on the website. they say i should set $CYGWIN to > >> check_case:strict > > > >Act

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Christopher Faylor
On Sat, Oct 19, 2002 at 04:30:45PM -0400, Igor Pechtchanski wrote: >> my CYGWIN variable is not set to anything. i noticed some bug reports >> related to this on the website. they say i should set $CYGWIN to >> check_case:strict > >Actually, you probably want to use "check_case:relaxed", or, >"

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
Igor, thanks for explaining the 'shift' keys.:) > Does 'echo temp*' work? 'echo temp*' returns temp* > Compare the environments in bash and tcsh. Did you try setting CYGWIN? i set CYGWIN in /etc/profile and the control panel to export CYGWIN="check_case:adjust nostr

Re: Problems

2002-10-19 Thread Igor Pechtchanski
Doug, On Sat, 19 Oct 2002, Doug Whiting wrote: > I just installed Cygwin from the Internet, and things are very close to > working fine. I have run quite a few things successfully, but there are > three annoying problems, listed below, that I'm hoping have a simple > solution. I looked in your em

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Igor Pechtchanski
Mike, On Sat, 19 Oct 2002, mike parks wrote: > igor, ^ The two 'Shift' keys are on the second from bottom row of your keyboard. > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "mike parks" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, Octo

Problems

2002-10-19 Thread Doug Whiting
I just installed Cygwin from the Internet, and things are very close to working fine. I have run quite a few things successfully, but there are three annoying problems, listed below, that I'm hoping have a simple solution. I looked in your email threads and couldn't find a solution that works for m

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Max Bowsher
mike parks <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > >>> *** 2) is there anything else i need to do as well to solve this >>> problem? >> >> Hard to say. Are the files you're looking for actually there? Does >> 'dir temp*' do w

Re: Windows ME & french keyboard

2002-10-19 Thread Antoine Rauzy
Christopher Faylor wrote: On Sat, Oct 19, 2002 at 02:59:05PM +0200, Antoine Rauzy wrote: I'm french. So I use a french keyboard. My machine is under Windows ME. Cygwin works fine with the french keyboard. However, when I compile an console C++ program with Microsoft C++, the keyboard (the

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
igor, - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "mike parks" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 19, 2002 3:30 PM Subject: Re: Fw: problem with ls and similar commands in tcsh > > *** 2) is there anything else i need to do as w

Re: Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread Igor Pechtchanski
Mike, On Sat, 19 Oct 2002, mike parks wrote: > hi > i am running the latest cygwin win32 version on windows xp pro and am > having the following error or strange behavior. > > i start a tcsh by typing tcsh on the bash command line in the cygwin > window. when i do i see this > > if: Expressio

Fw: problem with ls and similar commands in tcsh

2002-10-19 Thread mike parks
hi i am running the latest cygwin win32 version on windows xp pro and am having the following error or strange behavior. i start a tcsh by typing tcsh on the bash command line in the cygwin window. when i do i see this if: Expression Syntax. then when i type this ls temp*

[ANNOUNCEMENT] Updated: lilypond-1.6.5-1 for Cygwin

2002-10-19 Thread Jan Nieuwenhuizen
LilyPond 1.6.5 is now officially available for Cygwin. This release fixes a number of bugs, and also adds the required depencency on ghostscript. LilyPond prints beautiful sheet music. It produces music notation from a description file. It excels at typesetting classical music, but you can als

RE: Installation

2002-10-19 Thread Gen Zhang
Which mirror?? -Original Message- From: Johnny Gunnar Carlsson [mailto:carlss@;fas.harvard.edu] Sent: 19 October 2002 16:54 To: [EMAIL PROTECTED] Subject: Installation Hello, In the cygwin installation program, none of the mirrors seems to work; after it tries to download SETUP.INI it j

Installation

2002-10-19 Thread Johnny Gunnar Carlsson
Hello, In the cygwin installation program, none of the mirrors seems to work; after it tries to download SETUP.INI it just stops and goes back to the screen preceding. Do you know what could be the matter? This is a Windows XP machine. -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

setup program: resizable package selection dialog

2002-10-19 Thread A. Sinan Unur
Hello: Is it possible to make the package selection dialog resizable to minimize horizontal scrolling? I know this is not a high priority, but it would be nice to have. Sinan. -- A. Sinan Unur Department of Policy Analysis and Management, Cornell University, Ithaca, NY 14853 mailto:asu1@;cornell.

RE: 1.3.12: gcc bug: variable named "end"

2002-10-19 Thread Robert Collins
On Sun, 2002-10-20 at 00:57, Rolf Campbell wrote: > Doesn't this mean that gcc is not a true ANSI compiler? Shouldn't that > variable be "__end" or something to conform with ANSI rules? AFAIK that is actually a ld issue - note that it is only global scope 'end' that collides, and that the end add

RE: 1.3.12: gcc bug: variable named "end"

2002-10-19 Thread Rolf Campbell
Doesn't this mean that gcc is not a true ANSI compiler? Shouldn't that variable be "__end" or something to conform with ANSI rules? -R > -Original Message- > From: Randall R Schulz [mailto:rrschulz@;cris.com] > Sent: Saturday, October 19, 2002 1:53 AM > To: [EMAIL PROTECTED] > Subject:

Re: vs and use of diff

2002-10-19 Thread Igor Pechtchanski
On Fri, 18 Oct 2002, CBFalconer wrote: > Igor Pechtchanski wrote: > > On Fri, 18 Oct 2002, CBFalconer wrote: > > > ... snip ... > > > > > > I also thought that I had read somewhere that the cygwin libraries > > > generated output lines, but it is obviously not so. > > > > mount the directory with

Re: latest cvs fork problems

2002-10-19 Thread Pierre A. Humblet
Jason Tishler wrote $ tail -1 /var/spool/exim/log/mainlog 2002-10-18 16:18:23 daemon: fork of queue-runner process failed: Resource temporarily unavailable $ ps -ef exim 6481096 ? 16:18:22 /usr/local/bin/exim-4.10-1 That's probably a privately compiled exim. Does it use special l

Re: Windows ME & french keyboard

2002-10-19 Thread Christopher Faylor
On Sat, Oct 19, 2002 at 02:59:05PM +0200, Antoine Rauzy wrote: >I'm french. So I use a french keyboard. My machine is under Windows >ME. Cygwin works fine with the french keyboard. However, when I >compile an console C++ program with Microsoft C++, the keyboard (the >standard input of the progr

Windows ME & french keyboard

2002-10-19 Thread Antoine Rauzy
Hello, I'm french. So I use a french keyboard. My machine is under Windows ME. Cygwin works fine with the french keyboard. However, when I compile an console C++ program with Microsoft C++, the keyboard (the standard input of the program) is the english keyboard. Do you know how to solve

Cygwin Here power toy

2002-10-19 Thread Andrew Ellerton
Hi All I've noted on the lists in May this year discussion about adding a Cygwin version of the "DosHere" power toy, and there's also a "BashHere" version which is good. I've done a simple version available in either a simple .reg file (for those happy to edit the registry to uninstall) and an