RE: stty under cygwin

2004-04-22 Thread bertrand marquis
Hi, First of all 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 is a regular linux command, you can try. In fact i'm trying to porting some stuff from linux to cygwin and it seem that the stty under cygwin doesn't accept to have settings in

Re: Emulating hard links on FAT et al.

2004-04-22 Thread Corinna Vinschen
On Apr 21 14:10, Igor Pechtchanski wrote: > 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,

Re: Emulating hard links on FAT et al.

2004-04-22 Thread Corinna Vinschen
On Apr 21 13:29, Igor Pechtchanski wrote: > On Wed, 21 Apr 2004, Corinna Vinschen wrote: > > On Apr 20 16:59, Igor Pechtchanski wrote: > > > the most part, all NTEA does is store some information (e.g., permissions, > > > and, of late, owner) in a special file in the root directory. The only > > >

Still no microphone support?

2004-04-22 Thread Marcel Nijman
Hi, How can I read the microphone signal through cygwin? Simply read()ing from /dev/dsp fails -- it doesn't seem to be implemented. I found a post from as far back as 1999 asking the same question. Is someone working on this? Kind regards, Marcel Nijman -- Unsubscribe info: http://cygwin.

Re: need postgresql-7.3.4-2

2004-04-22 Thread Jason Tishler
Carol, On Wed, Apr 21, 2004 at 04:42:03PM -0400, Carol Thomson wrote: > I need to get 7.3.4-2 installed asap. Where can I find it You can download it from: http://www.binarycode.org/cygwin/release/postgresql/postgresql-7.3.4-2.tar.bz2 BTW, I found the above by using Google to find a stale C

Re: Maildir and Cygwin

2004-04-22 Thread Olaf Föllinger
On Wed, Apr 21, 2004 at 11:27:21AM -0700, Eduardo Chappa wrote: > > This is pretty much the point that I wanted to address at this time. I > realize that I don't know all the players of the game either, but we could > all agree on one way to play the game and those who want to join to game >

Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 09:10:46AM +0200, bertrand marquis wrote: >First of all 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 is a regular linux command, you can try. In fact i'm trying to >porting some stuff from linux to cygwin and it se

autossh

2004-04-22 Thread Andrew Schulman
Has anyone had any success in building autossh for cygwin? I have version 1.2f. When I try to compile it with any of the provided Makefiles, I get a boatload of errors: $ make -f Makefile.linux gcc -Wall -D"SSH_PATH=\"/usr/bin/ssh\"" -D"VER=\"1.2f\"" -c -o autossh.o autos sh.c autossh.c:126

Re: Emulating hard links on FAT et al.

2004-04-22 Thread Igor Pechtchanski
On Thu, 22 Apr 2004, Corinna Vinschen wrote: > On Apr 21 13:29, Igor Pechtchanski wrote: > > On Wed, 21 Apr 2004, Corinna Vinschen wrote: > > > On Apr 20 16:59, Igor Pechtchanski wrote: > > > > the most part, all NTEA does is store some information (e.g., > > > > permissions, and, of late, owner)

Re: Emulating hard links on FAT et al.

2004-04-22 Thread Igor Pechtchanski
On Thu, 22 Apr 2004, Corinna Vinschen wrote: > On Apr 21 14:10, Igor Pechtchanski wrote: > > 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. > > > >

Re: Still no microphone support?

2004-04-22 Thread Igor Pechtchanski
On Thu, 22 Apr 2004, Marcel Nijman wrote: > Hi, > > How can I read the microphone signal through cygwin? > Simply read()ing from /dev/dsp fails -- it doesn't seem to be implemented. > I found a post from as far back as 1999 asking the same question. > Is someone working on this? > > Kind regards,

Re: Still no microphone support?

2004-04-22 Thread Igor Pechtchanski
On Thu, 22 Apr 2004, Igor Pechtchanski wrote: > On Thu, 22 Apr 2004, Marcel Nijman wrote: > > > Hi, > > > > How can I read the microphone signal through cygwin? > > Simply read()ing from /dev/dsp fails -- it doesn't seem to be implemented. > > I found a post from as far back as 1999 asking the sam

Re: Still no microphone support?

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 09:56:02AM -0400, Igor Pechtchanski wrote: >On Thu, 22 Apr 2004, Marcel Nijman wrote: > >> Hi, >> >> How can I read the microphone signal through cygwin? >> Simply read()ing from /dev/dsp fails -- it doesn't seem to be implemented. >> I found a post from as far back as 1999

Re: stty under cygwin

2004-04-22 Thread bertrand marquis
Christopher Faylor a écrit: On Thu, Apr 22, 2004 at 09:10:46AM +0200, bertrand marquis wrote: First of all 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 is a regular linux command, you can try. In fact i'm trying to porting some stuff fr

hot to get IP from shell -> C solution

2004-04-22 Thread electa
/* little utility to get the IP address of the machine - prints the IP address in triple-dotted form xxx.yyy.zzz.www, or nothing if can't get it. - this code is a fragment from EpidEm code. */ #include #include #include #include #include /* Returns the IP address of this host. - if

Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 04:38:18PM +0200, bertrand marquis wrote: >Christopher Faylor a ?crit: > >>On Thu, Apr 22, 2004 at 09:10:46AM +0200, bertrand marquis wrote: >> >> >>>First of all 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 is

Re: hot to get IP from shell -> C solution

2004-04-22 Thread electa
and use gcc -O2 -o getmyip.exe getmyip.c or use it in your code. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

i want to re-download all packages... how?

2004-04-22 Thread electa
i have some packeges installed, but i have lost their .bz2 files... now i want to retrieve all packages because I would like to put them on a CD-RW! --> setup.exe knows what packages i have alreay installed and don't download them... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

SIOCSIFFLAGS

2004-04-22 Thread Sam Steingold
/usr/include/cygwin/if.h defines struct ifreq but /usr/include/cygwin/sockios.h which is supposed to define SIOCSIFFLAGS &c is empty. any plans to add this functionality? -- Sam Steingold (http://www.podval.org/~sds) running w2k

Re: Maildir and Cygwin

2004-04-22 Thread Eduardo Chappa
*** Olaf Föllinger ([EMAIL PROTECTED]) wrote in the cygwin...: :) On Wed, Apr 21, 2004 at 11:27:21AM -0700, Eduardo Chappa wrote: :) > :) > This is pretty much the point that I wanted to address at this :) > time. I realize that I don't know all the players of the game either, :) > but we cou

Re: stty under cygwin

2004-04-22 Thread Yitzchak Scott-Thoennes
On Thu, Apr 22, 2004 at 11:03:12AM -0400, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Apr 22, 2004 at 04:38:18PM +0200, bertrand marquis wrote: > >Christopher Faylor a ?crit: > > > >>On Thu, Apr 22, 2004 at 09:10:46AM +0200, bertrand marquis wrote: > >> > >> > >>>First of all stty > >

Re: SIOCSIFFLAGS

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 11:23:24AM -0400, Sam Steingold wrote: >/usr/include/cygwin/if.h defines struct ifreq but >/usr/include/cygwin/sockios.h which is supposed to define SIOCSIFFLAGS >&c is empty. any plans to add this functionality? Nope. cgf -- Unsubscribe info: http://cygwin.com/ml/#

Re: i want to re-download all packages... how?

2004-04-22 Thread Yitzchak Scott-Thoennes
On Thu, Apr 22, 2004 at 05:00:50PM +0200, electa wrote: > i have some packeges installed, but i have lost their .bz2 files... > now i want to retrieve all packages because I would like to put them on a > CD-RW! > --> setup.exe knows what packages i have alreay installed and don't download > them...

Re: i want to re-download all packages... how?

2004-04-22 Thread electa
it selects only my installed packs, but not the other. i want all for my cygwin-CD! "Yitzchak Scott-Thoennes" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > On Thu, Apr 22, 2004 at 05:00:50PM +0200, electa wrote: > > i have some packeges installed, but i have lost their .bz

Permission denied accessing Linux Samba network share

2004-04-22 Thread Daren Grant
Greetings all , I have been attempting to setup Cygwin to access my Samba Network shares without a great deal of success. Here is what I have done so far ... 1. The samba share is mapped to network Drive K: 2. Cygwin HOMEDRIVE is set to K: 3. Cygwin HOMEPATH is set to \ 4. my Linux samba us

Re: Permission denied accessing Linux Samba network share

2004-04-22 Thread Larry Hall
At 10:25 AM 4/22/2004, you wrote: >Greetings all , > >I have been attempting to setup Cygwin to access my Samba Network shares >without a great deal of success. > >Here is what I have done so far ... > >1. The samba share is mapped to network Drive K: >2. Cygwin HOMEDRIVE is set to K: >3. Cygwi

Re: i want to re-download all packages... how?

2004-04-22 Thread Larry Hall
Select a different mirror. Larry At 11:43 AM 4/22/2004, you wrote: >it selects only my installed packs, but not the other. i want all for my >cygwin-CD! > >"Yitzchak Scott-Thoennes" <[EMAIL PROTECTED]> ha scritto nel messaggio >news:[EMAIL PROTECTED] >> On Thu, Apr 22, 2004 at 05:00:50PM +0200,

Re: Maildir and Cygwin

2004-04-22 Thread Yitzchak Scott-Thoennes
On Thu, Apr 22, 2004 at 08:26:00AM -0700, Eduardo Chappa wrote: > :) > that Cygwin is different (e.g. we could do this in the cygwin > :) > applications mailing list). > :) > :) Why do you want to change so many programs when all you need is a > :) cygwin managed mount? IMO, the correct soluti

Re: i want to re-download all packages... how?

2004-04-22 Thread Yitzchak Scott-Thoennes
So do it once that way to get the installed packages and then run it again to get the uninstalled packages. On Thu, Apr 22, 2004 at 05:43:21PM +0200, electa wrote: > it selects only my installed packs, but not the other. i want all for my > cygwin-CD! > > "Yitzchak Scott-Thoennes" <[EMAIL PROTEC

RE: hot to get IP from shell -> C solution

2004-04-22 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of electa > Sent: 22 April 2004 15:57 > /* little utility to get the IP address of the machine > > - prints the IP address in triple-dotted form xxx.yyy.zzz.www, > > or nothing if can't get it. > > - this code is a fragment from EpidEm

RE: i want to re-download all packages... how?

2004-04-22 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of electa > Sent: 22 April 2004 16:01 > i have some packeges installed, but i have lost their .bz2 files... > now i want to retrieve all packages because I would like to > put them on a > CD-RW! > --> setup.exe knows what packages i have

Re: INITDB-error - end-of-copy marker error

2004-04-22 Thread Jason Tishler
On Thu, Apr 22, 2004 at 05:16:42PM +0200, JC Jan Christensen wrote: > I have a problem with INITDB Works for me -- see below... > I get the following error-message from INITDB : > > creating system viewsok > loading pg_description...ERROR: end-of-copy marker does >

Re: hot to get IP from shell -> C solution

2004-04-22 Thread Chris Herborth
electa wrote: /* little utility to get the IP address of the machine - prints the IP address in triple-dotted form xxx.yyy.zzz.www, or nothing if can't get it. - this code is a fragment from EpidEm code. */ The Python one is easier... ;-) #!/usr/bin/env python # Print IP address of the machine, o

Cygwin setup errors

2004-04-22 Thread Jim Johansen
I am trying to install cygwin and kde-cygwin on a work machine. When I start cygwin I get the following errors. It tries to set up files on a non existant network drive. I am not sure what to change where is start up scripts. Maybe it is a cygwin bug. If anyone can give me some advice I would

Re: i want to re-download all packages... how?

2004-04-22 Thread Brian Keener
Electa wrote: > it selects only my installed packs, but not the other. i want all for my > cygwin-CD! > It would appear the easiest way to accomplish this is to select download from internet. Then when you get to the chooser screen you have two choices the first is to click the view tab until y

Re: INITDB-error - end-of-copy marker error

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 12:56:39PM -0400, Jason Tishler wrote: >On Thu, Apr 22, 2004 at 05:16:42PM +0200, JC Jan Christensen wrote: >> I have a problem with INITDB > >Works for me -- see below... > >> I get the following error-message from INITDB : >> >> creating system viewsok >> l

Re: Permission denied accessing Linux Samba network share

2004-04-22 Thread Dazza
Larry Hall wrote: At 10:25 AM 4/22/2004, you wrote: Greetings all , I have been attempting to setup Cygwin to access my Samba Network shares without a great deal of success. Here is what I have done so far ... 1. The samba share is mapped to network Drive K: 2. Cygwin HOMEDRIVE is set to

Anomalies in Source Distributions

2004-04-22 Thread Philip Brown
For whatever it's worth, I've come across the following anomalies which look like very minor configuration control bugs in the Cygwin source distributions (but what do I know ;-) patchutils-0.2.22-2.src.tar.bz2 - There appears to be a configuration control problem. If you expand the source, it is

Re: Emulating hard links on FAT et al.

2004-04-22 Thread A . Alper Atici
On Wed, 21 Apr 2004 13:16:03 -0400 (EDT), Igor Pechtchanski wrote: >> >> I plan to move all those files to a hidden dot-prefixed directory in >> root of the current drive/volume. Emulated POSIX API need to conceal >> that directory only. > >Note that this directory will be visible at the host OS (

Re: Cygwin setup errors

2004-04-22 Thread Larry Hall
At 12:53 PM 4/22/2004, you wrote: >I am trying to install cygwin and kde-cygwin on a work machine. When I start >cygwin I get the following errors. It tries to set up files on a non existant >network drive. I am not sure what to change where is start up scripts. Maybe >it is a cygwin bug. > >If

RE: i want to re-download all packages... how?

2004-04-22 Thread Larry Hall
At 12:46 PM 4/22/2004, you wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of electa >> Sent: 22 April 2004 16:01 > >> i have some packeges installed, but i have lost their .bz2 files... >> now i want to retrieve all packages because I would like to >> put them on a >> CD-RW!

Re: Anomalies in Source Distributions

2004-04-22 Thread Larry Hall
At 01:08 PM 4/22/2004, you wrote: >For whatever it's worth, I've come across the following anomalies which look >like very minor configuration control bugs in the Cygwin source >distributions (but what do I know ;-) >cygutils-1.2.4-1.tar.bz2 - The doc files have 1.2.4 instead of 1.2.4-1 on >them

Re: Setup changes paths

2004-04-22 Thread Larry Hall
At 11:43 AM 4/21/2004, you wrote: >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 st

Re: recompiling cygwin dll problems

2004-04-22 Thread Edward S. Peschko
On Wed, Apr 21, 2004 at 10:21:58PM -0400, Larry Hall wrote: > 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 --pre

Re: recompiling cygwin dll problems

2004-04-22 Thread Larry Hall
At 02:24 PM 4/22/2004, you wrote: >On Wed, Apr 21, 2004 at 10:21:58PM -0400, Larry Hall wrote: >> 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 compile

Re: recompiling cygwin dll problems

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 02:44:47PM -0400, Larry Hall wrote: >>Or maybe its neither a nor b.. perhaps there's a runtime component? Perhaps you >>can't run two versions of the cygwin dll at one time in separate locations? > >Bingo! I guess I should have put an "and" in my first two statements. >You

Re: recompiling cygwin dll problems

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 03:29:00PM -0400, Christopher Faylor wrote: >On Thu, Apr 22, 2004 at 02:44:47PM -0400, Larry Hall wrote: >>>Or maybe its neither a nor b.. perhaps there's a runtime component? Perhaps you >>>can't run two versions of the cygwin dll at one time in separate locations? >> >>Bi

cvs HEAD: com device path handling (ATTN Pierre)

2004-04-22 Thread Brian Ford
$ uname -a CYGWIN_NT-5.1 fordpc 1.5.10(0.114/4/2) 2004-04-21 10:02 i686 unknown unknown Cygwin $ cat com.c #include #include #include #include int main(void) { int fd; fd = open("/dev/ttyS0", O_RDWR); printf("fd %d\n", fd); return fd; } $ gcc -g -O2 -Wall com.c -o com.exe

DBD-Oracle error building on cygwin1.5.9

2004-04-22 Thread Bruce Dobrin
Hi, I've been trying to recompile and install DBD-Oracle (1.12-1.15 ) against the newest perl 5.8 on cygwin1.5.9 .It works fine on the perl 5.6 group ( as long as I follow the readme) but on perl5.8 I get a compile error; an undefined reference to "_OCILobWriteAppend" . On searching for tha

RE: i want to re-download all packages... how?

2004-04-22 Thread Hannu E K Nevalainen
> From: Larry Hall > Sent: Thursday, April 22, 2004 7:32 PM > > If you *really* want to download absolutely *everything*, just > > delete the entire contents of your local download directory and > > start again. _That_ is plain MEAN ;-) > Actually, I think that was his original problem. ;-) If

RE: Still no microphone support?

2004-04-22 Thread Hannu E K Nevalainen
> From: Igor Pechtchanski > Sent: Thursday, April 22, 2004 4:07 PM > > Quoting from src/winsup/cygwin/fhandler_dsp.cc: > > > > void __stdcall > > fhandler_dev_dsp::read (void *ptr, size_t& len) > > { > > return; > > } > > > > IOW, apparently not. PTC. > >

RE: Still no microphone support?

2004-04-22 Thread Larry Hall
At 04:22 PM 4/22/2004, you wrote: >> From: Igor Pechtchanski >> Sent: Thursday, April 22, 2004 4:07 PM > >> > Quoting from src/winsup/cygwin/fhandler_dsp.cc: >> > >> > void __stdcall >> > fhandler_dev_dsp::read (void *ptr, size_t& len) >> > { >> > return; >> >

Re: recompiling cygwin dll problems

2004-04-22 Thread Larry Hall
At 03:29 PM 4/22/2004, you wrote: >On Thu, Apr 22, 2004 at 02:44:47PM -0400, Larry Hall wrote: >>>Or maybe its neither a nor b.. perhaps there's a runtime component? Perhaps you >>>can't run two versions of the cygwin dll at one time in separate locations? >> >>Bingo! I guess I should have put an

re: FSF gmake 3.81beta1 and cygwin's gmake 3.80

2004-04-22 Thread Sandy Currier
Hi all, [This is continuation from a previous thread of attempting to build the latest make from the FSF CVS tip under cygwin.] As it turns out, there are a bunch of conflicts between the 3-way merge between the latest cygwin gmake (3.80 tip) and the current FSF CVS tip (3.81beta1). When I tr

Re: FSF gmake 3.81beta1 and cygwin's gmake 3.80

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 05:48:00PM -0400, Sandy Currier wrote: >Ideally, I would like to merge 3.81 out to the cygwin version as >opposed to trying to force the 3.80 cygwin modifications into 3.81, >only then to merge it back out again. The FSF maintainer does not >personally support platform spec

Line breaks in bash

2004-04-22 Thread Andrew DeFaria
When I type a long line in the bash shell it seems to get confused when it passes the first 80 character barrier and does a newline. Below is an example. C09-272-A:# why is it in bash that when I get close to typing 80 characters bash does som ething like this? Now set my prompt to the hostnam

Unable to restart in Perl debugger

2004-04-22 Thread Andrew DeFaria
I believe I asked this before but didn't hear any solutions. When debugging in Perl often I need restart the debugger. However when I do so I get: Use `q' to quit or `R' to restart. `h q' for details. DB<1> R Warning: some settings and command-line options may be lost! Daughter DB session star

Re: Line breaks in bash

2004-04-22 Thread Larry Hall
At 06:34 PM 4/22/2004, you wrote: >When I type a long line in the bash shell it seems to get confused when it passes the >first 80 character barrier and does a newline. Below is an example. > >C09-272-A:# why is it in bash that when I get close to typing 80 characters bash >does som >ething like t

Re: Line breaks in bash

2004-04-22 Thread AJ Reins
--- Andrew DeFaria wrote: > When I type a long line in the bash shell it seems to get confused when > it passes the first 80 character barrier and does a newline. Below is an > example. > > C09-272-A:# why is it in bash that when I get close to typing 80 > characters bash > does som > ething

fetchmail/procmail lost messages

2004-04-22 Thread Kelly Felkins
How can I configure fetchmail/procmail to fail *safe*? So that, if there are any mail processing problems, messages are not lost? I recently started using fetchmail, procmail, and mutt to handle email on my pc in cygwin. Apparently, if procmail has a problem, the particular message is lost. My

Major Problem With Latest CYGWIN1.DLL And Serail IO

2004-04-22 Thread George Abdelmalik
- cygwin1-20040422.dll - cygwin1-20040420.dll - cygwin1-20040416.dll The problem occurs when a call to open() is made. Under WIN XP the open fails after a few seconds of blocking. Under WIN 2000, the open is successful however calls to ioctl with TIOCMGET produce false results (i.e. obtaining the

Resizable setup

2004-04-22 Thread Joshua Kolden
PLEASE!!! For the love of all that is holly can the lead developer of the setup app please make it resizable!!! Render unto windows what is windows'. and leave the bad habits there too. Thanks, j -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

Re: Resizable setup

2004-04-22 Thread Larry Hall
At 09:42 PM 4/22/2004, you wrote: >PLEASE!!! For the love of all that is holly can the lead developer of >the setup app please make it resizable!!! > >Render unto windows what is windows'. and leave the bad habits there >too. Rob, you mentio

Re: 1.5.9-1: weird console I/O behaviour compiling with -mno-cygwin

2004-04-22 Thread Enzo Michelangeli
Hello, Please consider the following testcase: -- begin weirdio.c --- #include #include int main(int argc, char *argv[]) { int rc; char buf[1024]; char *s = "read() done\n"; for(rc=1;rc>0;) { rc = read(0, buf, sizeof(buf) - 1); // sleep(0); temporarily uncommented write(1, s,

Re: Resizable setup

2004-04-22 Thread Matthew O. Persico
On Thu, 22 Apr 2004 21:57:55 -0400, Larry Hall typed: > At 09:42 PM 4/22/2004, you wrote: >> PLEASE!!! For the love of all that is holly can the lead >> developer of >> the setup app please make it resizable!!! >> >> Render unto windows what is windows'. and leave the bad habits >> there >> too. >

Re: 1.5.5.1 posix conformance for fopen

2004-04-22 Thread Herculano de Lima Einloft Neto
24A - When the named file is a directory, and when type is w, a, r+, w+, a+, wb,ab, r+b, rb+,w+b, wb+, a+b, or ab+, then a call to fopen (filename,type) returns a NULL pointer, sets errno to [EISDIR], and does not mark for update st_ctime,st_mtime, and st_atime fields of the

Major Problem With Latest CYGWIN1.DLL And Serial IO [VERIFIED!]

2004-04-22 Thread Arash Partow
#x27;ve concluded that the issue remains with the most recent snapshots. These being: - cygwin1-20040422.dll - cygwin1-20040420.dll - cygwin1-20040416.dll The problem occurs when a call to open() is made. Under WIN XP the open fails after a few seconds of blocking. Under WIN 2000, the open is

Re: Resizable setup

2004-04-22 Thread Christopher Faylor
On Thu, Apr 22, 2004 at 11:49:31PM -0400, Matthew O. Persico wrote: >On Thu, 22 Apr 2004 21:57:55 -0400, Larry Hall typed: >> At 09:42 PM 4/22/2004, you wrote: >>>PLEASE!!! For the love of all that is holly can the lead developer of >>>the setup app please make it resizable!!! >>> >>>Render unto wi

RE: Maildir and Cygwin

2004-04-22 Thread GARY VANSICKLE
> On Thu, Apr 22, 2004 at 08:26:00AM -0700, Eduardo Chappa wrote: > > > :) > that Cygwin is different (e.g. we could do this in the cygwin > > :) > applications mailing list). > > :) > > :) Why do you want to change so many programs when all you need is a > > :) cygwin managed mount? > > IMO, the

Re: Updated: OpenSSH-3.8.1p1-1

2004-04-22 Thread Jason S. Reingold
I will be out of the country from March 30th till May 4th. If you need to reach me by email, please use [EMAIL PROTECTED] If you need to reach me by phone, please contact medical student affairs for my emergency contact information. Sincerely, Jason Reingold -- Unsubscribe info: http://cy