Re: Cygwin1.dll problem with Hyperthreaded machines

2004-06-27 Thread Mike Marchywka
Did this ever get resolved ? I found this issue in the archives http://www.cygwin.com/ml/cygwin/2004-04/msg00219.html but it wasn't clear what ever became of it. I have a simmilar problem on an HT machine but haven't tried yet to isolate or diagnose. Thanks. -- Unsubscribe info: http://cygwin

Cygwin DVD Distribution

2004-06-27 Thread Robert Pendell
I thought this might be a good idea. Would be nice for people on a slow connection or need to install on alot of non-networked systems without any way to transfer a large quantity of files. Anyways I have been considering the idea. I spent the last month downloading the entire cygwin distributio

Re: Locales with wrong umlauts

2004-06-27 Thread A . Alper Atici
On Sun, 27 Jun 2004 08:49:57 +0200, Klaus Reimer wrote: > >_2utf8: Can't convert LÃnder from US-ASCII to UTF8: Illegal byte sequence > >I think Webdruid tries to convert the translated strings to UTF-8 for the >HTML-Output and it can't do this because someone tells webdruid (or the >_2utf8 functi

Bug affecting postgres now() function

2004-06-27 Thread Sean McCune
Folks, I've run into a problem affecting postgres on cygwin 1.5.7 (yes, we're upgrading, but those things have to be scheduled and infrequent). We have several systems that, after running for a month or two, will exhibit the following symptom: "select now()" will start returning the time at which

Heads up for man maintainer - unquoted filename(s) in args to grep

2004-06-27 Thread Hannu E K Nevalainen
$ man 7 -KW LC_ALL /usr/X11R6/man/man7/X.7 grep: /usr/ssl/man/man7/Modes: No such file or directory grep: of: No such file or directory grep: DES.7: No such file or directory $ man 7 "Modes of DES" # displays correctly FWIW (no use of grep here). $ cygcheck -c man Cygwin Package Information Pac

Cygwin and DISPLAY and opening Windows

2004-06-27 Thread Surinder P Singh
Hi Group: I need some help. I have tried to solve my problem by reading the FAQ, googling and trying everthing I could. I am at the end of my wits. I have installed cygwin. I go to Start->cygwin->"Cywin bash shell" and I get a nice cygwin window. I can do all inside-the-window stuff fine. I

Re: cygwin and DISPLAY and opening Windows

2004-06-27 Thread Christopher Faylor
On Sun, Jun 27, 2004 at 09:00:37AM -0700, Surinder P Singh wrote: >I need some help. I have tried to solve my problem by reading the FAQ, >googling and trying everthing I could. I am at the end of my wits. > >I have installed cygwin. I go to Start->cygwin->"Cywin bash shell" and >I get a nice cy

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread Christopher Faylor
On Sat, Jun 26, 2004 at 01:41:45PM -0400, Pierre A. Humblet wrote: >On Sat, Jun 26, 2004 at 01:09:40PM -0400, Christopher Faylor wrote: >> On Sat, Jun 26, 2004 at 12:05:54PM -0400, Pierre A. Humblet wrote: >> >Beware, I found this: >> >2000-05-19 DJ Delorie <[EMAIL PROTECTED]> >> >* libc/incl

RE: internet servers

2004-06-27 Thread Bill Northlich
Thans! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall Sent: Friday, June 25, 2004 9:29 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: internet servers At 05:57 PM 6/25/2004, you wrote: >Is there someplace to read about how to setup/s

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread Pierre A. Humblet
5.10(0.116/4/2) 2004-05-25 22:07 i586 unknown unknown Cygwin W:~: time a.exe daqsystem.pdf 1 (read) real0m0.282s W:~: time a.exe daqsystem.pdf 2 (getc_unlocked) real0m1.295s W:~: time a.exe daqsystem.pdf 3 (getc) real0m3.188s CYGWIN_98-4.10 Worldnet 1.5.11s(0.116/4/2) 20040627 15:47:3

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread Christopher Faylor
On Sun, Jun 27, 2004 at 05:29:50PM -0400, Pierre A. Humblet wrote: >On Sun, Jun 27, 2004 at 03:42:05PM -0400, Christopher Faylor wrote: >> On Sat, Jun 26, 2004 at 01:41:45PM -0400, Pierre A. Humblet wrote: > >> >Digging deeper, I see there is a function getc_unlocked. Using it >> >instead of getc i

Re: Cygwin DVD Distribution

2004-06-27 Thread Larry Hall
At 09:28 AM 6/27/2004, you wrote: >I thought this might be a good idea. Would be nice for people on a >slow connection or need to install on alot of non-networked systems >without any way to transfer a large quantity of files. Anyways I have >been considering the idea. I spent the last month dow

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread Frédéric L. W. Meunier
On Sun, 27 Jun 2004, Christopher Faylor wrote: On Sun, Jun 27, 2004 at 05:29:50PM -0400, Pierre A. Humblet wrote: Your change makes getc work almost as fast a getc_unlocked. This is on Win98. Yesterday's results were on WinME, where the differences were larger. That hard drive died this morning :(

help me to invoke cygwin system V functions by MVC .NET

2004-06-27 Thread rudolf
Hi, I want to use system V funciton of share memory and semaphore in VC with cygwin1.lib ( I generate it) But i can't compile these funciton under VC6.0 or .NET, Who can give me the and and related header files which can be cimpiled under VC? I generated the cygwin1.lib and crt0.lib alread

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread Christopher Faylor
On Sun, Jun 27, 2004 at 11:52:29PM -0300, Fr?d?ric L. W. Meunier wrote: >On Sun, 27 Jun 2004, Christopher Faylor wrote: > >>On Sun, Jun 27, 2004 at 05:29:50PM -0400, Pierre A. Humblet wrote: >>>Your change makes getc work almost as fast a getc_unlocked. >>>This is on Win98. Yesterday's results were

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-27 Thread sevenrider
Thank you to everyone for your help with my question. I hope the responses may also have been of some use to others besides me. I will download the new dll from http://www.cygwin.com/snapshots/ and see if it fixes my problems. Actually I upgraded from a 1.1.x version of Cygwin which is why I asked