Re: Building gcc-2.8.1 cross compiler.

2002-02-27 Thread Jan Nieuwenhuizen
"David Ryan" <[EMAIL PROTECTED]> writes: > I'm attempting to build gcc-2.8.1 cross compiler using the following > configuration.. [why such an old compiler?] > ./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- > gnu-ld --with-gnu-as > > I have compiled and installed b

Re: Unable to install file C:/cygwin/bin/cygrunsrv.exe

2002-02-27 Thread Pavel Tsekov
Hello Gerrit, Is it possible, that you had cygrunsrv.exe running at the same time you were updating your installation ? Wednesday, February 27, 2002, 8:58:25 AM, you wrote: GC> Hello, GC> When I tried to upgrade to cygrunsrv-0.95-1 this morning I got the GC> following error (probably because

Re: Unable to install file C:/cygwin/bin/cygrunsrv.exe

2002-02-27 Thread Gerrit P. Haase
Hallo Gerrit, Am 2002-02-27 um 08:58 schriebst du: > When I tried to upgrade to cygrunsrv-0.95-1 this morning I got the > following error (probably because cygrunsrvis being used to launch inetd). > Any pratical solution for this ? [snip] >>Uninstalling old cygrunsrv^M >>unlink C:/cygwin/bin/cy

AW: The developer's dilemma

2002-02-27 Thread KRISTOF . DOFFING
Hmm. What is the original to the "RE:". Am I missing something ? Is it worth kowing the full thread ? Kristof Doffing Lufthansa Systems Airline Services GmbH, FRA AS/N FAC, Hugo-Eckener-Ring A.8.02 60549 Frankfurt/Main Tel.: +49 69 / 696 92630 Fax : +49 69 / 696 92062 -Ursprüngliche Nachric

Re: Unable to install file C:/cygwin/bin/cygrunsrv.exe

2002-02-27 Thread Gerrit Cap
Yes, Thnx for thw swift replies, I stopped the cron service and inetd service and performed the upograde again. Thnx again ! Gerrit. At 09:50 27/02/2002 +0100, Pavel Tsekov wrote: >Hello Gerrit, > >Is it possible, that you had cygrunsrv.exe running at the same time >you were updating your inst

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-27 Thread Eli Zaretskii
> From: Jon Cast <[EMAIL PROTECTED]> > Date: Tue, 26 Feb 2002 21:33:11 -0600 > > > CygEmacs will have UNIX APIs for I/O (files and > > sockets), and M$Windows APIs for the display and the keyboard. This > > is already done (partly) by the Cygwin port of rxvt. > > I used to agree with you, but th

RE: Error: init_cygheap""etc_changed: Can't open /etc for checking, Win32 error 50

2002-02-27 Thread Robert Collins
> -Original Message- > From: Paul McFerrin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 4:36 PM > To: [EMAIL PROTECTED] > Subject: Error: init_cygheap""etc_changed: Can't open /etc > for checking, Win32 error 50 > > > Folks: > > I checked the archives for this err

[ANNOUNCEMENT] Updated: cygrunsrv-0.95-1

2002-02-27 Thread Corinna Vinschen
I have updated cygrunsrv to version 0.95-1. It adds a --desc option to allow adding a description text and small changes to the /usr/doc/Cygwin/cygrunsrv.README file. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.ex

Re: not found error

2002-02-27 Thread Andrew T. Schnable
less is one of the available packages - has it been installed via setup? Andy - Original Message - From: "Rashmi Mathew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 1:46 PM Subject: less: not found error > Hello, > > We are using version cygwin-1.3.6

Stanco della solita routine quotidiana??

2002-02-27 Thread
Title: Untitled Document   MAGICA    

[c++ stl] std::string bug?

2002-02-27 Thread Gwenaël Durand
Hi, It seems that one constructor of the std::string class or the data() method doesn't work properly. string::data() and string::c_str() are supposed to be equivalent but don't always behave the same. have a look at the following code and its test. ? Thanks, Gwenaël PS: I update cygwin

Re: [Mingw-users] RE: The developer's dilemma

2002-02-27 Thread jeff
On Tue, 26 Feb 2002, Karin E. Hacker wrote: > "This is because Microsoft introduced the concept of the CLR, or common > language runtime. What that means is two of the languages offered by > Microsoft, VB.Net and C#, both share the same runtime." > - >

Opening Apps

2002-02-27 Thread Gareth
This is my 1st post on the mailing list so don't shout at me if it all goes wrong !! I just want to know I can open a .html or .doc file etc from within my C programme from an option screen where the user types for example H for help which will then launch my help.htm page. I want to do this in

cygpath doubles backslashes

2002-02-27 Thread Don Sharp
when /usr/bin is converted by "cygpath -w -p" it doubles the number of backslashes produced $ cygpath -w -p /usr/bin:/bin G:\\bin;G:\bin Not sure if this is a desirable side-effect. $ mount G:\\bin on /usr/bin type system (binmode) G:\\lib on /usr/lib type system (binmode) c:\tmp on /tmp type s

Parallel Port LPRng

2002-02-27 Thread Walter Garcia-Fontes
I've been trying to install Bakkens LPRng port. I can't print to a printer attached to the parallel port of my system. There was some discussion on this on Nov. 2001: http://www.cygwin.com/ml/cygwin/2001-11/msg01015.html http://www.cygwin.com/ml/cygwin/2001-11/msg01054.html but the discussion die

RE: [c++ stl] std::string bug?

2002-02-27 Thread Robinow, David
> From: Gwenaël Durand [mailto:[EMAIL PROTECTED]] > Subject: [c++ stl] std::string bug? > > It seems that one constructor of the std::string class or the > data() method > doesn't work properly. > > string::data() and string::c_str() are supposed to be > equivalent but don't always behave the

Re: cygpath doubles backslashes

2002-02-27 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 02:23:11PM +, Don Sharp wrote: >when /usr/bin is converted by "cygpath -w -p" it doubles the number of >backslashes produced > >$ cygpath -w -p /usr/bin:/bin >G:\\bin;G:\bin > >Not sure if this is a desirable side-effect. > >$ mount >G:\\bin on /usr/bin type system (bin

Re: cygpath doubles backslashes

2002-02-27 Thread Lapo Luchini
> $ mount > G:\\bin on /usr/bin type system (binmode) > G:\\lib on /usr/lib type system (binmode) >From this it seems that is a setup.exe issue: you probably installed in G:\ and it didn't strip last backslach... -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.l

Re: Error: init_cygheap""etc_changed: Can't open /etc for checking, Win32 error 50

2002-02-27 Thread Paul McFerrin
I really don't want a physical instance of cygwin on this machine. If something is wrong with the mount table, why doesn't the mount command fix it? I initially created the mounts via: - started DOS shell C> M: M> cd \cygwin\bin M> mount -s -b M:\cygwin / I gues

Re: Parallel Port LPRng

2002-02-27 Thread Luke Bakken
As far as I know, without a /dev/lpt of some sort it won't work with Cygwin for parallel printers. I hope you can get a net card! On Wed, 27 Feb 2002, Walter Garcia-Fontes wrote: > I've been trying to install Bakkens LPRng port. I can't print to a printer > attached to the parallel port of my s

Re: cygpath doubles backslashes

2002-02-27 Thread Don Sharp
Lapo Luchini wrote: > > > $ mount > > G:\\bin on /usr/bin type system (binmode) > > G:\\lib on /usr/lib type system (binmode) > > >From this it seems that is a setup.exe issue: you probably installed in > G:\ and it didn't strip last backslach... Lapo has the right of it TVM Cheers Don Sharp

Strange behaviour of vpath with dos paths

2002-02-27 Thread Colm Aengus Murphy
Hi folks, I am seeing strange behaviour when using dos paths in a gnu make vpath directive. The makefile I am using to test this funny is as follows: --- vpath %.out c:/make_test/out #vpath %.out /cygdrive/c/make_test/out #VPATH =

Re: lock.h

2002-02-27 Thread Charles Wilson
Please do not send cygwin related email to me privately. Keep it on the list. Tandon, Abhinav wrote: > Hi Chuck >Thanks a lot, I managed to find > ipc.h and msg.h,but still searching > for lock.h. > Could u help me out again. No, I have no idea what or where lock.h is. --Chuck -- Uns

Enviroment always uppercased; Help me, please

2002-02-27 Thread Markus K. E. Kommant
Seems to be a cygwin "feature" that the environment will be uppercased, when called by a none cygwin program. When puting a variable "gar=1" into the environment and call a program compiled with gcc and cygwin, the result, when printing the environment, will be GAR=1 ups, gar != GAR, especially

Help changing dir with spaces...

2002-02-27 Thread Jonathan Gift
Hi, I'm very familiar with Linux and new to Cywin, but one of my first priorities is to mobe around the Bash shell. The only really pressing matter is how to move to the folders under WXP: C:\Documents and settings I can move to C:\Work or C:\tmp but anything with spaces it balks at. Since I can

Re: Enviroment always uppercased; Help me, please

2002-02-27 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 06:46:57PM +0100, Markus K. E. Kommant wrote: >Seems to be a cygwin "feature" that the environment will be uppercased, when >called by a none cygwin program. "Correct". >Is there a trick to switch to a "POSIX" mode in cygwin and leave the case of >the environment unchange

Re: Enviroment always uppercased; Help me, please

2002-02-27 Thread Larry Hall (RFK Partners, Inc)
At 12:46 PM 2/27/2002, Markus K. E. Kommant wrote: >Seems to be a cygwin "feature" that the environment will be uppercased, when >called by a none cygwin program. > >When puting a variable "gar=1" into the environment and call a program >compiled with gcc and cygwin, the result, when printing the

Re: Parallel Port LPRng

2002-02-27 Thread Charles Wilson
Take a look at the source code for Rick Rankin's version of lpr. It is in the cygutils-0.9.9 package. --Chuck Walter Garcia-Fontes wrote: > I've been trying to install Bakkens LPRng port. I can't print to a printer > attached to the parallel port of my system. There was some discussion on th

Re: Child died with signal 13

2002-02-27 Thread Volker Quetschke
Hi, Eugene Rosenzweig wrote: > Hmm, it worked for me. I assume out of the documentation that tar will spawn > gzip -d filename and pipe it into itself. So, if 13 is the system error from > tar, which is EACCES, permission denied so maybe there is a problem > accessing the file? The listing shows

Re: Help changing dir with spaces...

2002-02-27 Thread Larry Hall (RFK Partners, Inc)
At 12:56 PM 2/27/2002, Jonathan Gift wrote: >Hi, > >I'm very familiar with Linux and new to Cywin, but one of my first >priorities is to mobe around the Bash shell. The only really pressing matter >is how to move to the folders under WXP: C:\Documents and settings > >I can move to C:\Work or C:\tm

RE: Help changing dir with spaces...

2002-02-27 Thread Richard Campbell
>I can move to C:\Work or C:\tmp but anything with spaces it balks at. Since >I can't change XP's default, is there a way to get Bash to accept the space? cd "dir with spaces" -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cyg

Re: Help changing dir with spaces...

2002-02-27 Thread Ehud Karni
On Wed, 27 Feb 2002 18:56:28 +0100, Jonathan Gift <[EMAIL PROTECTED]> wrote: > > I'm very familiar with Linux and new to Cywin, but one of my first > priorities is to mobe around the Bash shell. The only really pressing matter > is how to move to the folders under WXP: C:\Documents and settings >

[ANNOUNCEMENT] Updated: gdbm-1.8.0-4

2002-02-27 Thread Charles Wilson
The gdbm package has been updated to version 1.8.0-4. It is based on the official GNU Database Manager distribution from the FSF, gdbm-1.8.0.tar.gz. gdbm is a prerequisite for the cvs package. This new release has been available as a test release for over a week; given no complaints, I am promo

Re: Help changing dir with spaces- Uncle!

2002-02-27 Thread Jonathan Gift
> Bash on Cygwin works exactly as Bash on GNU/Linux. If you are "very > familiar with Linux", you should know that you have several options. Thanks all for the help. The few that knocked me for putting in the "very familiar" are right. It's just been a while since I was on Linux and it's amazing

RE: Help changing dir with spaces...

2002-02-27 Thread Robinow, David
> From: Jonathan Gift [mailto:[EMAIL PROTECTED]] > Subject: Help changing dir with spaces... > I'm very familiar with Linux and new to Cywin, but one of my first > priorities is to mobe around the Bash shell. The only really pressing matter > is how to move to the folders under WXP: C:\Documents a

Re: Help changing dir with spaces- Uncle!

2002-02-27 Thread Ehud Karni
On Wed, 27 Feb 2002 20:19:42 +0100, Jonathan Gift <[EMAIL PROTECTED]> wrote: > > BTW, just how cool is Cygwin? First I heard of it was just a short time ago. > Really like having a great shell again? Cygwin is "cool"! I'm using it for more than 2 years and it made my life much easier on M$Window

Re: Help changing dir with spaces...

2002-02-27 Thread Larry Hall (RFK Partners, Inc)
At 02:06 PM 2/27/2002, Ehud Karni wrote: >Ehud. >P.S. I saw Larry's email, but I couldn't resist myself. The more the merrier! ;-) It's actually worthwhile to have someone enumerate all the possible options like you did. You're to be commended for your lack of restraint. ;-) Larry Hall

unix to dos path conversion utility?

2002-02-27 Thread Chris Stephens
Is there a utility available that will convert cygwin paths to dos paths and visa-versa? On the archives I saw that the cygwin dll has functions that do that, but does there exist a standalone app that will do this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reportin

Bug in me, cygwin, Samba, Linux or Window 2000

2002-02-27 Thread norm
It looks to me as though cygwin does not completely close files it opens in shared folders. The bug could also be in Samba, Linux or me, but my evidence convinces me the problem is, at least, in cygwin. There are lots of workarounds, so I am reporting this as a good citizen and not because I ne

RE: unix to dos path conversion utility?

2002-02-27 Thread Stephano Mariani
cygpath > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Stephens > Sent: Wednesday, 27 February 2002 8 31 > To: [EMAIL PROTECTED] > Subject: unix to dos path conversion utility? > > Is there a utility available that will convert cygwin paths t

Is ksh available on cygwin

2002-02-27 Thread Sanjay Gupta
Hello All, I want to know, whether ksh is available on cygwin. I am not able to find ksh. Is it called by some different name in cygwin ? Thanks Sanjay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: htt

[ANNOUNCEMENT] Updated: ghostscript-6.51-4

2002-02-27 Thread Dario Alcocer
--ol0V2Ee2cj Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit The Ghostscript package has been updated to include support for the libpng and zlib shared libraries, as suggested by Chuck Wilson. In addition, the package also now ha

Re: unix to dos path conversion utility?

2002-02-27 Thread Joshua Daniel Franklin
How about checking the online User's Guide: http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html Or to go straight to your answer: http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Stephen

RE: Help changing dir with spaces- Uncle!

2002-02-27 Thread Ross Smith
> From: Ehud Karni [mailto:[EMAIL PROTECTED]] > > On Wed, 27 Feb 2002 20:19:42 +0100, Jonathan Gift > <[EMAIL PROTECTED]> wrote: > > > > BTW, just how cool is Cygwin? First I heard of it was just > a short time ago. > > Really like having a great shell again? > > Cygwin is "cool"! I'm using i

Re: Is ksh available on cygwin

2002-02-27 Thread Andrew T. Schnable
I'm a long-time ksh guy - but I have found bash to be a very workable substitute. It starts up in an emacs editing mode - if you prefer vi - do a "set -o vi". Andy [EMAIL PROTECTED] - Original Message - From: "Sanjay Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Building gcc-2.8.1 cross compiler.

2002-02-27 Thread David Ryan
> > I'm attempting to build gcc-2.8.1 cross compiler using the following > > configuration.. > >[why such an old compiler?] This is the suggested version from Sony to program for the IO Processor of the Playstation 2. Maybe newer versions would be ok, but this is the one suggested. > > ./c

RE: Is ksh available on cygwin

2002-02-27 Thread Karsten Fleischer
Sanjay, > I want to know, whether ksh is available on cygwin. I am not able to find > ksh. Is it called by some different name in cygwin ? ksh93 for Cygwin will be available soon. The official downloadable source for ksh in its current state won't compile on Cygwin OOTB. I am waiting for an sour

RE: Is ksh available on cygwin

2002-02-27 Thread Sanjay Gupta
Thanks for information. I have some Oracle monitoring scripts that have been written for Unix platforms using ksh. I have one database which is running on NT. I was trying to port those scripts for cygwin. Since ksh is not available for now, what I have done is just copy bash.exe to ksh.exe. In t

RE: Is ksh available on cygwin

2002-02-27 Thread Luke Bakken
pdksh compiles ootb and is pretty much the same as ksh. this won't work the same as AT&T korn shell: print 'hey' | read a; print $a but it probably won't matter. On Wed, 27 Feb 2002, Sanjay Gupta wrote: > Thanks for information. > > I have some Oracle monitoring scripts that have been written

[ANNOUNCEMENT] Updated: cygwin-1.3.10-1

2002-02-27 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run s

RE: Updated: cygwin-1.3.10-1

2002-02-27 Thread urs muff
Has there been any attempt to convert apt-get for Cygwin? That would really help a lot and would make the setup obsolete. - URS C. MUFF SOFTWARE ENGINEER - R&D / XPRESS [EMAIL PROTECTED] - X6360 +1 (303) 894 3360 -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTEC

Re: Updated: cygwin-1.3.10-1

2002-02-27 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 04:49:07PM -0700, urs muff wrote: >Has there been any attempt to convert apt-get for Cygwin? That would really >help a lot and would make the setup obsolete. Absolutely not. Ridiculous notion. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

Re: Updated: cygwin-1.3.10-1

2002-02-27 Thread Lapo Luchini
> - Use QueryPerformance* functions for gettimeofday calls. (cgf) Gh, you did it, no need to send that assignment then 0=) (but well, there could also be some other idea to implement in the future...) > - Implement socket read/write using recv/send. (corinna) Wasn't this already in? I actually

cron, crontab question

2002-02-27 Thread David Kohn
I've setup cron on nt40 using cygwin 1.3.9. Cron setup as a service no problem, using ntsec, made my passwd & group files. I created the crontab while using the id that I wanted the process to inherit from. Cron is scheduled to run a perl script every 10 minutes (and it does). I checked the uid o

problem about cygintl.dll

2002-02-27 Thread Joseph Yuen
Hi, Is there any where I can download cygintl.dll??? lynx and vim keeps asking for this dll file, but I really have no idea where I can get that. I've reinstalled the current gettext, but it's not helping. I've also tried to find solution through search engines, but couldn't find any solution fro

cron problem

2002-02-27 Thread Sanjay Gupta
Why, I am getting the following error when creating cronjobs. $ crontab -e no crontab for Administrator - using an empty one crontab: installing new crontab crontab: error renaming tabs/tmp.000107 to tabs/Administrator rename: Permission denied crontab: edits left in /tmp/crontab.107 Sanjay --

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-27 Thread David Rothenberger
FWIW, there's a true Cygwin port of XEmacs available now (as well as a Windows-native port). See http://www.xemacs.org Jon Cast wrote: > > You wrote: > > > I think that we need a CygEmacs - an emacs that will be compiled > > with the real Cygwin ported gcc (i.e. without the > > -mno-cygwin). >

Re: Cygintl-1 not found

2002-02-27 Thread Charles Wilson
[Matthew Smith, textutils maintainer, please read] Fun! Two practically identical messages posted within minutes of each other. Goodie! I get to reuse my reply text! (BUT -- this message belongs on cygwin, not cygwin-developers. Reply and Reply-To adjusted.) By searching for 'cygintl-1.dl

Re: problem about cygintl.dll

2002-02-27 Thread Charles Wilson
By searching for 'cygintl.dll' on the following page: http://www.cygwin.com/packages/ I discover that the DLL is found in the following package: libintl/libintl-0.10.38-3 (e.g. the 'libintl' package) Stangely enough, the setup.ini entry for lynx and for vim both specify that it depends on the

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-27 Thread Jon Cast
David Rothenberger <[EMAIL PROTECTED]> wrote: > FWIW, there's a true Cygwin port of XEmacs available now (as well as > a Windows-native port). See http://www.xemacs.org FWIW, I'm a GNU fanatic who wouldn't touch XEmacs with a ten-foot pole :) Seriously, this kind of message is one (although b

memory leak? (was: 1.3.9: "fork: Permission denied" (Windows 2000))

2002-02-27 Thread Reddie, Steven
There's a memory leak, but I can't work out what is causing it. None of the processes in Task Manager own up to it, so does that mean it's the OS? I have been able to reproduce this leak using the scripts included below. mkfiles creates 1000 files. rmfiles removes those 1000 files. Executing m

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-27 Thread John A. Turner
Jon Cast wrote: > FWIW, I'm a GNU fanatic who wouldn't touch XEmacs with a ten-foot > pole :) smiley notwithstanding, that doesn't seem all that amusing to me XEmacs is of course GPL'd, and I'd direct anyone who might wonder about the source of misguided comments such as the above to: http://w

client hangs?

2002-02-27 Thread Chandrasekhar R
Hi, I have written a simple server and client program using BSD socket on Cygwin. I compile them and run them. The server is running properly. But the client program is unable to connect to the server saying : "Attempt to connect timed out without establishing a connection" with errno 116.

Terminal Emulator & Mouse

2002-02-27 Thread Alec
Hi Is it possible to get the default terminal emulator to interact with the mouse the way xterm under UNIX or rxvt under UNIX or Cygwin do, i.e. is it possible to select text, paste with the middle key, etc.? Thanks Alec -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

rxvt & custom fonts

2002-02-27 Thread Alec
Hi Under UNIX, I can do xlsfonts to see what fonts are available and then use those while launching rxvt with the "-fn" option. Is there any way to find out which fonts are available to Cygwin rxvt? Thanks Alec -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

VIM in rxvt

2002-02-27 Thread Alec
Hi When I run rxvt with "rxvt -e bash", and then launch vim, backspace doesn't work in the command mode, and both backspace and the arrow keys print funny characters in the input mode instead of moving the cursor or deleting characters. Is this a bug? Can it be fixed. Is there a work-around?

Re: VIM in rxvt

2002-02-27 Thread Fergus Daly
In your command line for rxvt try rxvt --backspacekey ^H -e bash which might help. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://