g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-27 Thread tbp
Please forgive me if that's not the proper place for that report, i'm trying here first as it's at least partially a cygwin problem :) With an up to date cygwin environement i've built the latest release of gcc/g++: Reading specs from /usr/local/gcc/lib/gcc/i686-pc-cygwin/3.4.0/specs Configured

Re: blackbox does not compile with latest cygwin

2004-04-27 Thread Carlo Florendo
Igor Pechtchanski wrote: I installed the exact blackbox version as last time which is the latest official release. This latest official release has one file that calls assert() but does not #include it. I checked its include tree and, as far as I looked, have not found the #include anywhere on

Re: blackbox does not compile with latest cygwin

2004-04-27 Thread Carlo Florendo
Larry Hall wrote: At 12:07 AM 4/27/2004, you wrote: Igor Pechtchanski wrote: On Mon, 26 Apr 2004, Carlo Florendo wrote: Larry Hall wrote: At 11:28 PM 4/25/2004, you wrote: Hi, Now, upon running ./configure on blackbox, all was ok. When I started make, this is t

Re: Anomalies in Source Distributions

2004-04-27 Thread Larry Hall
At 04:03 PM 4/27/2004, you wrote: >Op Thu, 22 Apr 2004 13:46:57 -0400 >schreef Larry Hall >in <[EMAIL PROTECTED]>: >: At 01:08 PM 4/22/2004, you wrote: > ^^^ >"Philip Brown" , not me. > >[...] >: > sharutils-4.2.1-3 - Similar to above for file: >: >/usr/share/doc/Cygw

Re: How to set the colors of terminfo's standout mode?

2004-04-27 Thread Christopher Faylor
On Tue, Apr 27, 2004 at 08:29:44PM +0200, Hannu E K Nevalainen wrote: >> From: cygwin-owner-SPLAT-cygwin-BOP-com [mailto:cygwin-owner-ETC-]On Behalf There is no reason to inform people that cygwin-owner was somehow involved in this email transaction. Please do not include email addresses in the t

Re: How to set the colors of terminfo's standout mode?

2004-04-27 Thread Alejandro López-Valencia
At 03:05 a.m. 27/04/2004, Frank Slootweg wrote: Please? On April 20, I wrote: > How can I set the colors of terminfo's standout (smso, so) mode? > > I have a terminfo application (tin, the newsreader) which, as far as [snip] > I now rebuilt (configure,/make, compile, link, etc.) the appl

Re: Problem in executing the command

2004-04-27 Thread Vikram . Narayan
hi brian, Thank you very much for your help ... the problem got solved. Rgds, vikram narayan Jp Brian Ford

Re: Problem in executing the command

2004-04-27 Thread Brian Ford
On Tue, 27 Apr 2004, Vikram.Narayan wrote: > I have installed the freeware of cygwin unix ware ... but the problem is > what ever command i try to execute it is giving > "bash: who: command not found" ... only the pwd command i can execute in > that ... i'm in the /usr/bin directory. > Will plz gu

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
On Tue, 27 Apr 2004, Jim Brain wrote: > > cygwin_attach_handle_to_fd currently has little to no error checking. > > I'll see if I can make a patch to fix that if I have time. > > You could too if you are so inclined. > > Uh, I'll look at it. I got confused trying to decipher the "expert" code > i

Problem in executing the command

2004-04-27 Thread Vikram . Narayan
I have installed the freeware of cygwin unix ware ... but the problem is what ever command i try to execute it is giving "bash: who: command not found" ... only the pwd command i can execute in that ... i'm in the /usr/bin directory. Will plz guide me to come out of this problem. Rgds, vikram nar

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Jim Brain
> cygwin_attach_handle_to_fd currently has little to no error checking. > I'll see if I can make a patch to fix that if I have time. > You could too if you are so inclined. Uh, I'll look at it. I got confused trying to decipher the "expert" code in the base open call last night. >> am so close...

Re: Gnu Screen

2004-04-27 Thread Brian Dessent
Antony Baxter wrote: > However, I just got back from holiday to discover that > the Screen > mailing list has closed down, with no explanation of > why that I could > find, and along with it the list archives have > vanished. Does anyone > know why, and/or where its replacement might be found? > A

Re: Anomalies in Source Distributions

2004-04-27 Thread Bas van Gompel
Op Thu, 22 Apr 2004 13:46:57 -0400 schreef Larry Hall in <[EMAIL PROTECTED]>: : At 01:08 PM 4/22/2004, you wrote: ^^^ "Philip Brown" , not me. [...] : > sharutils-4.2.1-3 - Similar to above for file: : >/usr/share/doc/Cygwin/sharutils.README : > which should be sh

RE: How to set the colors of terminfo's standout mode?

2004-04-27 Thread Hannu E K Nevalainen
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Frank Slootweg FWIW: $ cat ~/.Xdefaults # XTerm == rxvt as rxvt simulates xterm rxvt.background:black rxvt.foreground:grey rxvt.visualBell:true ... I know these things get explained in some man/info-page tha

RE: errors using DB_File perl module under 20040422 snapshot

2004-04-27 Thread Hannu E K Nevalainen
> From: Gerrit P. Haase > Sent: Monday, April 26, 2004 10:40 PM > Hallo Yitzchak, > > Am Sonntag, 25. April 2004 um 21:16 schriebst du: > > > It seems to be creating files that cygwin cannot thereafter open. > FAT32 disk: ( /cygdrive/d/ -> used for $TEMP and /tmp, windows page files... ) To me

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski > Sent: 27 April 2004 17:50 > To: Dave Korn > Yes, I was just explaining that you can't do it by simply > echoing "^G"... > I tend to give long and winding replies sometimes, but I do get to the > point eventually... :-) You are in a maz

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
On Tue, 27 Apr 2004, Jim Brain wrote: > As a followup, I thought maybe I would use the Win32 API to open a > serial port, use cygwin_attach_handle_to_fd() and save off both handles. > Then, when I need to WaitCommEvent, I'd use the HANDLE, otherwise, use > the fd. cygwin_attach_handle_to_fd curre

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Igor Pechtchanski
On Tue, 27 Apr 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Dave Korn > > Sent: 27 April 2004 17:36 > > > > -Original Message- > > > From: Igor Pechtchanski > > > Sent: 27 April 2004 17:13 > > > > > > > Dave, > > > > > > Did you even read the r

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 27 April 2004 17:36 > > -Original Message- > > From: Igor Pechtchanski > > Sent: 27 April 2004 17:13 > > > > Dave, > > > > Did you even read the rest of that message? ;-) > > Igor > > Yep. But I

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
On Tue, 27 Apr 2004, Jim Brain wrote: > I have an application that I need to port to windows, and it uses these two > Linux IOCTLs. Specifically, the app needs to monitor the DSR line and signal > another process when it changes. What kind of response time do you need? You could poll it with a

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski > Sent: 27 April 2004 17:13 > Dave, > > Did you even read the rest of that message? ;-) > Igor Yep. But I didn't dereference the URL! cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe i

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Igor Pechtchanski
On Tue, 27 Apr 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > Sent: 27 April 2004 15:48 > > > On Tue, 27 Apr 2004, Jim Gelasakis wrote: > > > > > We are using Cygwin version 1.5.5(0.94/3/2) on Windows 2000. > > > > > > I have a telne

RE: zsh & make

2004-04-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Daniel Clausen > Sent: 27 April 2004 16:27 > When building my project with make under zsh and looking at its > build-log afterwards, I noticed that the following error occured: > > [begin error] > gmake[5]: Entering directory > `/c/w

Re: SUMMARY sort of: OpenSSH public key authentication woes

2004-04-27 Thread Larry Hall
At 11:21 AM 4/27/2004, you wrote: >On Tue, 27 Apr 2004, Greg Rudd wrote: > >> On Tue, 27 Apr 2004 02:12 am, Karl M wrote: >> > Hi Greg... >> > >> > Try setting your authorized_keys to 644 for now. If that doesn't work, take >> > a look at the problem reporting section on the Cygwin web page. This l

zsh & make

2004-04-27 Thread Daniel Clausen
Hi After having asked very general about other people's experiences with zsh/make under cygwin some weeks ago, this time a little bit more concrete: (although admittedly no as concrete as I wish...) When building my project with make under zsh and looking at its build-log afterwards, I noticed th

RE: Unable to get CRON to work

2004-04-27 Thread Harig, Mark
Please do not include email addresses in replies. My understanding is that it allows spammers to search mailing lists for valid email addresses. congratulations on getting cron to work. > Sent: Tuesday, April 27, 2004 8:25 AM > To: Harig, Mark; 'Sachar, Bradley (NIH/OD)' > Cc: > Subject: RE: Un

Re: SUMMARY sort of: OpenSSH public key authentication woes

2004-04-27 Thread Igor Pechtchanski
On Tue, 27 Apr 2004, Greg Rudd wrote: > On Tue, 27 Apr 2004 02:12 am, Karl M wrote: > > Hi Greg... > > > > Try setting your authorized_keys to 644 for now. If that doesn't work, take > > a look at the problem reporting section on the Cygwin web page. This list > > would need more information to he

RE: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 27 April 2004 15:48 > On Tue, 27 Apr 2004, Jim Gelasakis wrote: > > > We are using Cygwin version 1.5.5(0.94/3/2) on Windows 2000. > > > > I have a telnet session to my Shell - using bash. > > > > I want to g

Re: Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Igor Pechtchanski
On Tue, 27 Apr 2004, Jim Gelasakis wrote: > We are using Cygwin version 1.5.5(0.94/3/2) on Windows 2000. > > I have a telnet session to my Shell - using bash. > > I want to generate a system beep (not a WAV) in the telnet session. The Cygwin console uses the MessageBeep functionality of Windows,

Re: blackbox does not compile with latest cygwin

2004-04-27 Thread Igor Pechtchanski
On Tue, 27 Apr 2004, Carlo Florendo wrote: > Igor Pechtchanski wrote: > > >On Mon, 26 Apr 2004, Carlo Florendo wrote: > > > > > >>Larry Hall wrote: > >> > >> > >>>At 11:28 PM 4/25/2004, you wrote: > >>> > >>> > Hi, > > Now, upon running ./configure on blackbox, all was ok. When I sta

Re: The Choices Are Exim, Exim and, er, Exim...

2004-04-27 Thread Gerrit P. Haase
Hi Sabahattin, >> Postfix and Sendmail are not easy if not impossible to build, ... IIRC, there is actual a sendmail port somewhere, very old version though. > Besides, most MTAs descend still from ways of the past, and I want to > change that. There is a neat modern one, Xmailserver from xmail

Re: tail -f will not work with IIS generated log files

2004-04-27 Thread Lemke, Michael IZ/HZA-IOP
>From cygwin-return-58541-listarch-cygwin=sourceware dot cygnus dot com at cygwin dot >com Thu Sep 26 06:14:14 2002 Return-Path: Delivered-To: listarch-cygwin at sourceware dot cygnus dot com Received: (qmail 12794 invoked by alias); 26 Sep 2002 06:14:13 - Mailing-List: contact cygwin-help at

Re: blackbox does not compile with latest cygwin

2004-04-27 Thread Larry Hall
At 12:07 AM 4/27/2004, you wrote: >Igor Pechtchanski wrote: > >>On Mon, 26 Apr 2004, Carlo Florendo wrote: >> >> >>>Larry Hall wrote: >>> >>> At 11:28 PM 4/25/2004, you wrote: >Hi, > >Now, upon running ./configure on blackbox, all was ok. When I started make, thi

Re: restoring facls after restore from tar

2004-04-27 Thread Reini Urban
Dick Repasky schrieb: Second question: how can I backup facls as part of a tar backup and restore them? Below some results for: zip, rar, pax, tar, cpio CYGWIN="ntsec tty server=1 ntea" I didn't test how they store the uid/username resp. gid/groupname. As number or as string? With rsync you can co

Re: Gnu Screen

2004-04-27 Thread Thorsten Kampe
* Antony Baxter (2004-04-27 12:20 +0100) > Hello, > > Sorry if this is slightly off-topic for this mailing > list, but I've been > following with interest the progress of getting Gnu > Screen (1) to work > 100% under Cygwin, on the Screen mailing list (2). > When I last tried it, > everything w

Re: The Choices Are Exim, Exim and, er, Exim...

2004-04-27 Thread Sabahattin Gucukoglu
Hi Gerrit/all, On 26 Apr 2004 at 20:32, Gerrit P. Haase <[EMAIL PROTECTED]> spoke, thus: > 25. April 2004 at 15:17 you wrote: > > [About Exim] > > > Any ideas, recommendations, advice, suggestions, websites, news? Much > > appreciated! > > Postfix and Sendmail are not easy if not impossible t

Re: zsh & lilypond

2004-04-27 Thread Jan Nieuwenhuizen
Peter A. Castro writes: > That's not a "posix problem", it's an option. Great, failure is an option. Now that's a refreshing concept ;-) > I can build bash stripped down and it won't have half the "required" > posix features. I'm sure you're right > And, as I've already said, zsh can be confi

Gnu Screen

2004-04-27 Thread Antony Baxter
Hello, Sorry if this is slightly off-topic for this mailing list, but I've been following with interest the progress of getting Gnu Screen (1) to work 100% under Cygwin, on the Screen mailing list (2). When I last tried it, everything worked except the ability to disconnect and then reconnect t

Re: 20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-27 Thread Gerrit P. Haase
Yitzchak wrote: > On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote: >> Hallo Yitzchak, >> >> Am Sonntag, 25. April 2004 um 21:16 schriebst du: >> >> > It seems to be creating files that cygwin cannot thereafter open. >> >> > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File",

20040422 snapshot and filenames ending with . (was: Re: errors using DB_File perl module under 20040422 snapshot)

2004-04-27 Thread Yitzchak Scott-Thoennes
On Mon, Apr 26, 2004 at 10:40:02PM +0200, "Gerrit P. Haase" wrote: > Hallo Yitzchak, > > Am Sonntag, 25. April 2004 um 21:16 schriebst du: > > > It seems to be creating files that cygwin cannot thereafter open. > > > $ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo", > > O_RDWR()|O

Re: How to set the colors of terminfo's standout mode?

2004-04-27 Thread Frank Slootweg
Please? On April 20, I wrote: > How can I set the colors of terminfo's standout (smso, so) mode? > > I have a terminfo application (tin, the newsreader) which, as far as > I can tell, uses standout mode to highlight things. > > I first used this on the old Cygwin B20 release and that gave

Re [4] Emerging Stock

2004-04-27 Thread Ernesto Merritt
The Wave Watcher Report Our Recient Picks GDLS +600 percent in 3 days and BOCX +500 percent Listen to the Rumor on The Street = >>V I S H V I S H * New Laws force shorters to cover. * Investigation shows VISH is short 1/3 of the entire float. * BUYOUT offers rumored on t

Control G Beep on Telnet session using Cygwin

2004-04-27 Thread Jim Gelasakis
We are using Cygwin version 1.5.5(0.94/3/2) on Windows 2000. I have a telnet session to my Shell - using bash. I want to generate a system beep (not a WAV) in the telnet session. We used to be able to do this previously in MKS using the control ^G statement to generate a system beep to the telne