Re: zsh & lilypond

2004-04-21 Thread Peter A. Castro
On Wed, 21 Apr 2004, Jan Nieuwenhuizen wrote: > Peter A. Castro writes: > > > Alternatively, you could ask the LilyPond maintainer to have this fixed. > > Alternatively, you could switch to a shell that's not so broken. Hey! Watch it! Thems fighin' woids! > > They [...] think zsh doesn't set $

RE: Unable to get CRON to work

2004-04-21 Thread Larry Hall
At 04:06 PM 4/21/2004, you wrote: >I resolved my problem. > >1. When I first did the installation, I was logged on to my network. By >default, cygwin chose my network home directory (H drive) as my home >directory instead of my C drive. For some reason cygwin was not able to >write to my network

Re: Problem compiling with cywin.dll

2004-04-21 Thread Larry Hall
At 10:14 PM 4/21/2004, you wrote: >When I try to compile the following >file under Cygwin g++, I get a >window that pops up with the >following message: > >The procedure entry point __getreent could not be located in >the dynamic link library cygwin.dll > >Here is the contents of the file a.cc that

Re: stty under cygwin

2004-04-21 Thread Larry Hall
At 09:38 PM 4/21/2004, you wrote: >>From: Christopher Faylor >>Reply-To: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Re: stty under cygwin >>Date: Wed, 21 Apr 2004 14:33:41 -0400 >> >>On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: From: cygwin-owner On Behalf Of Christo

Re: recompiling cygwin dll problems

2004-04-21 Thread Larry Hall
At 06:29 PM 4/21/2004, you wrote: >all, > >Is there any reason why a recompiled version of cygwin.dll in a non-standard location >would cause tools that depend on it to fail? I compiled with a standard: > >configure --prefix= >make >make install > >I need to remove the compiled dll in order to get

Re: stty under cygwin

2004-04-21 Thread Yitzchak Scott-Thoennes
On Wed, Apr 21, 2004 at 06:38:09PM -0700, Karl M wrote: > >I am sure I would have come to the same conclusion if I hadn't recognized > >the colon separated string. > > > >cgf > > > That was a really nice thing to say. I thought so too. LGPL can't be far away. -- Unsubscribe info: http://cyg

Problem compiling with cywin.dll

2004-04-21 Thread Davin Pearson
When I try to compile the following file under Cygwin g++, I get a window that pops up with the following message: The procedure entry point __getreent could not be located in the dynamic link library cygwin.dll Here is the contents of the file a.cc that I am trying to compile: #inclu

Re: Gold stars for an anonymous contributor

2004-04-21 Thread Christopher Faylor
On Fri, Apr 09, 2004 at 09:21:55AM +0100, Mark Thornton wrote: >Christopher Faylor wrote: >>Not to sound ungracious, but I still need to find a 64 bit version of >>Windows to run on this beauty. I'll be checking with some contacts to >>see if I can come up with that. If I can, the first thing tha

Re: stty under cygwin

2004-04-21 Thread Karl M
From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: stty under cygwin Date: Wed, 21 Apr 2004 14:33:41 -0400 On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: >>From: cygwin-owner On Behalf Of Christopher Faylor >>I suspect that the OP is trying to ta

recompiling cygwin dll problems

2004-04-21 Thread Edward S. Peschko
all, Is there any reason why a recompiled version of cygwin.dll in a non-standard location would cause tools that depend on it to fail? I compiled with a standard: configure --prefix= make make install I need to remove the compiled dll in order to get anything working again... Also, any debuggi

Re: need postgresql-7.3.4-2

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, Carol Thomson wrote: > I have a Java Tomcat 4.1 app that is running beautifully with > postgresql-7.3.4-2. I desparately need to install it on a faster machine > and all I can find is postgresql-7.4.x on the mirror sites. > > I tried running 7.4.1 and some of my complicated qu

Are You Having Trouble sleeping ?

2004-04-21 Thread Bernard Emery
16689 Ambien There is no substitute for a good night's sleep. The quality of your sleep at night can affect your physical and mental hea= lth, as well as your behavior and performance the following day. If you're suffering from insomnia,ask your doctor about Ambien=99 (zolpide= m tartrate), the

Re: how to get IP with a shell command?

2004-04-21 Thread Bill C. Riemers
> The ipconfig stuff isn't much more reliable, depending on your setup. > I always have TWO IP's when my PPP/ISDN is up: > > $ ipconfig /all You could try using the "route print" command as well. i.e. Maybe something like: route print |expand |sed -n -e "s,.* $(route print|expand|sed -n -e 's,[

need postgresql-7.3.4-2

2004-04-21 Thread Carol Thomson
I have a Java Tomcat 4.1 app that is running beautifully with postgresql-7.3.4-2. I desparately need to install it on a faster machine and all I can find is postgresql-7.4.x on the mirror sites. I tried running 7.4.1 and some of my complicated queries do not return the correct results. I need to

RE: Unable to get CRON to work

2004-04-21 Thread Sachar, Bradley (NIH/OD)
I resolved my problem. 1. When I first did the installation, I was logged on to my network. By default, cygwin chose my network home directory (H drive) as my home directory instead of my C drive. For some reason cygwin was not able to write to my network drives from cron (maybe because I don't

RE: Ctrl-S and Ctrl-Q in rxvt/bash

2004-04-21 Thread Paul D. DeRocco
> From: Igor Pechtchanski > > > I'm running bash inside an rxvt window, and Ctrl-S and Ctrl-Q seem to be > > behaving as xoff and xon, making them unusable for line > > editing. Is there > > anywhere that this can be turned off? I can't find anything in > > the man pages for rxvt or bash. > > This

RE: how to get IP with a shell command?

2004-04-21 Thread Hannu E K Nevalainen
> From: Abe Backus > Sent: Wednesday, April 21, 2004 8:23 PM > I rely more on where I'm logging into when automating my DISPLAY > variable... I assume that the parsed output of ipconfig might be > incorrect in some instances (for instance when I VPN to work and > ipconfig display more than one IP)

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-21 Thread Paul D. Smith
%% "Dave Korn" <[EMAIL PROTECTED]> writes: dk> Hmm. So might there be call for a variant of dk> --warn-undefined-variables that only warns about those for which dk> $(origin ..) returns undefined? That way makefiles could supply dk> empty-but-overrideable definitions of CFLAGS etc, and e

RE: Unable to get CRON to work

2004-04-21 Thread Harig, Mark
1. Please send all replies to the mailing list. This could help to get your problem resolved more quickly because more people will be able to see your problem description. 2. I did not see any mention in your message below that you had run the cron_diagnose.sh script. This script

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-21 Thread Dave Korn
> -Original Message- > From: Paul Smith On Behalf Of Paul D. Smith > Sent: 20 April 2004 19:35 > To: Dave Korn > %% "Dave Korn" writes: > > dk> [ This is getting off topic for the cygwin list, > I'll leave it here for now but I'm happy to re

[ANNOUNCEMENT] New package: XmHTML-1.1.7-1 - A widget capable of displaying HTML 3.2 conforming text

2004-04-21 Thread Dr. Volker Zell
Hi The package XmHTML is now available with the Cygwin distribution: * http://www.xs4all.nl/~ripley/XmHTML/ (Homepage) * http://www.xs4all.nl/~ripley/XmHTML/dist/ (Download location) DESCRIPTION: sdesc: "XmHTML provides a widget capable of displaying HTML 3.2 conforming

Re: stty under cygwin

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: >>From: cygwin-owner On Behalf Of Christopher Faylor >>I suspect that the OP is trying to take stty output from linux and use >>it on cygwin, though. That won't work. > >My real problem with understanding his post was the wording "send >c

RE: Maildir and Cygwin

2004-04-21 Thread Eduardo Chappa
*** GARY VANSICKLE ([EMAIL PROTECTED]) wrote in the...: :) > I've been testing the maildir patch (for Pine) and changing ":" to :) > ";" works perfectly well, so I was wondering how compatible is this :) > with other tools designed for maildir. I am not advocating for the :) > use of ";", I am

RE: how to get IP with a shell command?

2004-04-21 Thread Abe Backus
I rely more on where I'm logging into when automating my DISPLAY variable... I assume that the parsed output of ipconfig might be incorrect in some instances (for instance when I VPN to work and ipconfig display more than one IP). The output of "who am I" on the box you log into usually gives a go

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, Christopher Faylor wrote: > On Wed, Apr 21, 2004 at 01:16:03PM -0400, Igor Pechtchanski wrote: > >> ntea relies on a set of win32 functions available to NT family only. > > > >Yes, but as I asked -- is that necessary? I mean, if it will require a > >full rewrite of the ntea f

Re: Ctrl-S and Ctrl-Q in rxvt/bash

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, Paul D. DeRocco wrote: > I'm running bash inside an rxvt window, and Ctrl-S and Ctrl-Q seem to be > behaving as xoff and xon, making them unusable for line editing. Is there > anywhere that this can be turned off? I can't find anything in the man pages > for rxvt or bash. Thi

RE: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, GARY VANSICKLE wrote: > [snip] > > > > New copying methods have been added and checked: > > > > Test file modes : text, binary > > -- > > > > Testsuites > > -- > > [snip] > > > > See: > > http://article.gmane.org/gmane.co

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 01:16:03PM -0400, Igor Pechtchanski wrote: >> ntea relies on a set of win32 functions available to NT family only. > >Yes, but as I asked -- is that necessary? I mean, if it will require a >full rewrite of the ntea functionality, then NT is certainly a >prerequisite. I don

Interesting hang when running login from cygwin.bat

2004-04-21 Thread Brian Keener
I have my cygwin.bat on my W2k Laptop set to start two sessions of cygwin and being used to the Unix type login prompt you have to log into each session (really just ot see if I could do it). My cygwin.bat looks like the following: @echo off SET MAKE_MODE=unix SET CYGWIN=binmode ntsec nostrip_t

RE: How to let orginal header file & w32api header file compatible

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of PC51 CYLiang > Sent: 21 April 2004 05:42 > Please kindly tell me how to solve the compatible issue. I'm afraid I cannot. In accordance with your disclaimer, I have already deleted all copies of your email from my computer and

RE: stty under cygwin

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 21 April 2004 17:35 > On Wed, Apr 21, 2004 at 04:55:31PM +0100, Dave Korn wrote: > >> From bertrand marquis > >> Sent: 21 April 2004 16:41 > > > >> i need to use stty to send commands through the serial port

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, Corinna Vinschen wrote: > On Apr 20 16:59, Igor Pechtchanski wrote: > > Well, actually, I've always wondered -- what makes NTEA NT-specific? For > > It isn't. It's OS/2 specific. NT allows extended attributes for > OS/2 compatibility in the first place. Well, that's kind o

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Igor Pechtchanski
On Wed, 21 Apr 2004, A. Alper Atici wrote: > {Too bad you guys are all top-posting. I hope I don't have to go > through moving chunks of text again.} Hey, I prefer to bottom-post myself, but when I come up against a top-posted message, I'm usually too lazy to move stuff around, so I "conform"...

Re: stty under cygwin

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 04:55:31PM +0100, Dave Korn wrote: >> From bertrand marquis >> Sent: 21 April 2004 16:41 > >> i need to use stty to send commands through the serial port >> under cygwin: > > That's not what stty is for. > >> stty >> 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:

Re: stty under cygwin

2004-04-21 Thread Don Sharp
Dave Korn wrote: > > > -Original Message- > > From: cygwin-owner On Behalf Of bertrand marquis > > Sent: 21 April 2004 16:41 > > > i need to use stty to send commands through the serial port > > under cygwin: > > That's not what stty is for. > > > stty > > 1:0:cbd:0:3:1c:7f:15:4:5:1

RE: LGPL

2004-04-21 Thread Robb, Sam
> Christopher Faylor writes: > > > I have little say in the matter anymore but I'd say that > this is about > > as possible as me suddenly becoming un-mean. > > The interesting question now is, would these be related incidents ;-) MSNBC News - this just in : the GPL makes people mean! News at

RE: stty under cygwin

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of bertrand marquis > Sent: 21 April 2004 16:41 > i need to use stty to send commands through the serial port > under cygwin: That's not what stty is for. > stty > 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0 > :0:

Re: Setup changes paths

2004-04-21 Thread Latham, Justin
At 03:18 PM 4/20/2004, you wrote: >My work pc is set up so that the c drive is too small for anything useful >and all applications go on the d drive. The standard build of the pc is set >up with Cygwin already installed. My issue is that the standard build >doesn't have so

stty under cygwin

2004-04-21 Thread bertrand marquis
i need to use stty to send commands through the serial port under cygwin: stty 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 < /dev/ttyS0 but stty answer me that 1:...:0 is a wrong argument ? I'm using the last version of cygwin and the serial port is workin

Re: zsh & lilypond

2004-04-21 Thread Jan Nieuwenhuizen
Peter A. Castro writes: > Alternatively, you could ask the LilyPond maintainer to have this fixed. Alternatively, you could switch to a shell that's not so broken. > They [...] think zsh doesn't set $0 correctly for shell scripts, but I > believe this has been working for quite a while now FYI,

Re: LGPL

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 09:47:02AM +0200, Jan Nieuwenhuizen wrote: >Christopher Faylor writes: >>I have little say in the matter anymore but I'd say that this is about >>as possible as me suddenly becoming un-mean. > >The interesting question now is, would these be related incidents ;-) I have no

RE: filename does not exist but test gives true back

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Buchbinder, Barry (NIH/NIAID) > Sent: 21 April 2004 14:39 > What is "WDDTT"? It's not in OLOCA, wtf doesn't know about > it, and Google gives only 4 hits, none of them relevant. A man walks into his Doctor's office. "Doctor, whe

RE: filename does not exist but test gives true back

2004-04-21 Thread Buchbinder, Barry (NIH/NIAID)
What is "WDDTT"? It's not in OLOCA, wtf doesn't know about it, and Google gives only 4 hits, none of them relevant. -Original Message- From: Dave Korn Sent: Wednesday, April 21, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: RE: filename does not exist but test gives true back > -Origin

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Bill C. Riemers
Ack. I do wish Outlook Express had grammar checking abilities, or I would at least remember to proof read after correcting the spelling... Bill - Original Message - From: "Bill C. Riemers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED

RE: filename does not exist but test gives true back

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of cygwin.20.job > Sent: 21 April 2004 12:33 > > -Ursprüngliche Nachricht- > > Von: Corinna Vinschen - corinna-cygwin > > > > Trailing dots are silently ignored by Windows. > > > The problem is hat I passed the filename with th

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Bill C. Riemers
You can't expect me to just admit I was completely wrong... :) It turns out the only version of Unix I can remember that allowed separate permissions for hard linked files was Apollo DomainOS. In DomainOS, separate hidden ACL files where used to override and extend permissions. Because the ACL's

AW: filename does not exist but test gives true back

2004-04-21 Thread cygwin . 20 . job
> -Ursprüngliche Nachricht- > Von: Corinna Vinschen - [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 21. April 2004 13:10 > An: [EMAIL PROTECTED] > Betreff: Re: filename does not exist but test gives true back (cygwin: > message 2 of 20) > > On Apr 21 12:38, [EMAIL PRO

Re: filename does not exist but test gives true back

2004-04-21 Thread Corinna Vinschen
On Apr 21 12:38, [EMAIL PROTECTED] wrote: > Hi folk, I have ported a bash-script from UNIX to cygwin and have the Problem that > test says that the file exist but there is no file with the given Name. > > Here come some command to reproduce the problem. > > > Wed Apr 21 12:36:00 556 ls -al;

filename does not exist but test gives true back

2004-04-21 Thread cygwin . 20 . job
Hi folk, I have ported a bash-script from UNIX to cygwin and have the Problem that test says that the file exist but there is no file with the given Name. Here come some command to reproduce the problem. Wed Apr 21 12:36:00 556 ls -al; if [ -e "load_evu.ctl." ] ;then echo "load_evu.ctl." ex

Re: write hangs on socket shut down for writing

2004-04-21 Thread Corinna Vinschen
On Apr 21 02:36, Yitzchak Scott-Thoennes wrote: > On Wed, Apr 21, 2004 at 10:46:59AM +0200, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > Did you try it with a recent Cygwin version? I used your above test > > application and I'm getting a EPIPE (resp. a SIGPIPE) as expected. > > I think I had

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-21 Thread Alex Vinokur
"GARY VANSICKLE" wrote in message news:[EMAIL PROTECTED] > [snip] > > > > New copying methods have been added and checked: > > > > Test file modes : text, binary > > -- > > > > Testsuites > > -- > > C-01 : Functions getc() and putc() > >

RE: LGPL

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 21 April 2004 03:05 > On Tue, Apr 20, 2004 at 08:51:15PM -0400, Larry Hall wrote: > >At 08:17 PM 4/20/2004, you wrote: > >>Will the cygwin.dll become LGPL at one time in the future? > > > >Anything is possibl

Re: write hangs on socket shut down for writing

2004-04-21 Thread Yitzchak Scott-Thoennes
On Wed, Apr 21, 2004 at 10:46:59AM +0200, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > Did you try it with a recent Cygwin version? I used your above test > application and I'm getting a EPIPE (resp. a SIGPIPE) as expected. I think I had heard that others were not seeing this failure. I'm attac

RE: LGPL

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Bart van der Werf (Bluelive) > Sent: 21 April 2004 01:17 > Will the cygwin.dll become LGPL at one time in the future? > The viral GPL clause really makes me not want to use it with my BSD > licensed application. > > Grtz, Bart

RE: Application failed to initialize (0xc0000022)

2004-04-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Eric Hanchrow > Sent: 20 April 2004 19:55 > This has burned me often enough that I've made a little shell > function that reminds me: > if [ "$OSTYPE" = "cygwin" ]; then > unzip () > { > command unzip "$@" > ec

Re: write hangs on socket shut down for writing

2004-04-21 Thread Corinna Vinschen
On Apr 20 18:17, Yitzchak Scott-Thoennes wrote: > This seems to be the cause of perl's ext/Socket/t/socketpair.t test 14 > failing (which I've seen since at least 1.3.22). > > $ cat pairsock.c > #include > #include > #include > > int main (int argc, char **argv) { >int sockets[2] = {-1, -1

Ctrl-S and Ctrl-Q in rxvt/bash

2004-04-21 Thread Paul D. DeRocco
I'm running bash inside an rxvt window, and Ctrl-S and Ctrl-Q seem to be behaving as xoff and xon, making them unusable for line editing. Is there anywhere that this can be turned off? I can't find anything in the man pages for rxvt or bash. Also, is there any way to get cursor keys to transmit so

Re: lseek returning 2**32-1 on error instead of -1

2004-04-21 Thread Corinna Vinschen
On Apr 20 22:59, Yitzchak Scott-Thoennes wrote: > On Tue, Apr 20, 2004 at 05:18:33PM -0700, Yitzchak Scott-Thoennes wrote: > > > > I believe this to be the cause of perl's op/sysio.t test 39 failing. > > This would have been easier to pin down if the strace had been correct > (patch untested): I'

Re: LGPL

2004-04-21 Thread Corinna Vinschen
On Apr 21 02:17, Bart van der Werf (Bluelive) wrote: > Will the cygwin.dll become LGPL at one time in the future? > The viral GPL clause really makes me not want to use it with my BSD > licensed application. Your problem. Read http://cygwin.com/licensing.html again: "In accordance with section

Re: LGPL

2004-04-21 Thread Jan Nieuwenhuizen
Christopher Faylor writes: > I have little say in the matter anymore but I'd say that this is about > as possible as me suddenly becoming un-mean. The interesting question now is, would these be related incidents ;-) Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music type

Re: Emulating hard links on FAT et al.

2004-04-21 Thread Corinna Vinschen
On Apr 20 16:59, Igor Pechtchanski wrote: > Well, actually, I've always wondered -- what makes NTEA NT-specific? For It isn't. It's OS/2 specific. NT allows extended attributes for OS/2 compatibility in the first place. > the most part, all NTEA does is store some information (e.g., permission