Re: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Joe Landman
Brian Ford wrote: On Fri, 28 May 2004, Joe Landman wrote: Hi folks: I have multiple machines with 1.5.6 installed. I wanted to upgrade to 1.5.10 (bug fixes, speed, etc). Stuff worked (for the most part) in 1.5.6. I was/am looking to using it for application development on windows. Are yo

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Jos Backus
On Fri, May 28, 2004 at 06:51:30PM -0400, Pierre A dot Humblet wrote: > Right, but can you change the permissions (Security Tab)? There is no Security tab :-) I seem to remember that this is a deficiency of the Ontap CIFS implementation. > Yes, it's a regression and there is a simple fix. > It

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Pierre A. Humblet
On Fri, May 28, 2004 at 03:20:15PM -0700, Jos Backus wrote: > On Fri, May 28, 2004 at 05:32:28PM -0400, Pierre A dot Humblet wrote: > > I think I see what the problem is. Is it correct that you do not have > > permission to change the permissions on that drive (even in the File > > Properties box

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Jos Backus
On Fri, May 28, 2004 at 05:32:28PM -0400, Pierre A dot Humblet wrote: > I think I see what the problem is. Is it correct that you do not have > permission to change the permissions on that drive (even in the File > Properties box)? I'm not sure what you mean. When I open the Properties of file x

Chaining of libraries with dlsym

2004-05-28 Thread Chris Lattner
I'm having a problem using the cygwin implemementation of dlsym. I am porting the LLVM JIT to Win32 using Cygwin. Just about everything works great (major thanks for all your work!), but dlsym works differently on unix and cygwin. In particular, the LLVM JIT likes to look up symbols in its own

Re: cygwin causes mediaplayer to skip while running

2004-05-28 Thread Martin Johansen
I fixed the problem by updating the cygwin1.dll, due to such an advice. I can now program and listen to music without feeling epliptic! Thanks to everyone! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: dll version collision

2004-05-28 Thread Baurjan Ismagulov
Hello, Igor! On Thu, May 27, 2004 at 06:33:20PM -0400, Igor Pechtchanski wrote: > > * It isn't possible with the current cygwin. > It is possible, but non-trivial. Well, I've meant the binary DLL installed using setup. > One way to have Cygwin automatically modify the shared memory area name is

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Pierre A. Humblet
On Fri, May 28, 2004 at 02:14:31PM -0700, Jos Backus wrote: > On Fri, May 28, 2004 at 04:06:43PM -0400, Larry Hall wrote: > > Please follow the guidelines outlined here for reporting problems: > > > > >Problem reports: http://cygwin.com/problems.html > > Sorry. `cygcheck -s -v -r' output at

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Jos Backus
On Fri, May 28, 2004 at 04:06:43PM -0400, Larry Hall wrote: > Please follow the guidelines outlined here for reporting problems: > > >Problem reports: http://cygwin.com/problems.html Sorry. `cygcheck -s -v -r' output attached. > Without the benefit of the above, I'm forced to ask whether

Re: dll version collision

2004-05-28 Thread Baurjan Ismagulov
On Fri, May 28, 2004 at 03:58:09PM -0400, Christopher Faylor wrote: > UML is not linux. It is a mechanism for running linux in userspace. Well, the point was that it can be used for testing. I haven't said it was linux, although for me it more or less is, as long as my kernel module or applicatio

RE: cygwin causes mediaplayer to skip while running

2004-05-28 Thread Buchbinder, Barry (NIH/NIAID)
Upgrading Windows would probably work. :-) When I've done heavy number crunching with cygwin on Win98SE, the system clock has slowed up. I'd guess that this is related to the skipping problem. Presumably, the solution involves patching cygwin1.dll. -Original Message- From: Martin Joha

Re: cygwin causes mediaplayer to skip while running

2004-05-28 Thread Martin Johansen
Martin Johansen online.no> writes: > > Hi group. > > I usually listen to music while I program.. > > But when I run make, or other cygwin-programs, the music skips, this is > annoying, so how could I go around fixing it? > > Thank you! > > btw I am running win98se, newest cygwin, I have 5

cygwin causes mediaplayer to skip while running

2004-05-28 Thread Martin Johansen
Hi group. I usually listen to music while I program.. But when I run make, or other cygwin-programs, the music skips, this is annoying, so how could I go around fixing it? Thank you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: 1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Larry Hall
At 03:25 PM 5/28/2004, you wrote: >Please consider the following. /z is a CIFS (NetApp) share. > >1.3.22: > >~> cd /z > >/z> rm -f x > >/z> touch x > >/z> ls -l x >-rw-r--r--1 josb mkpasswd0 May 28 12:16 x > >/z> chmod -w x > >/z> ls -l x >-r--r--r--1 josb mkpasswd0

Re: dll version collision

2004-05-28 Thread Christopher Faylor
On Fri, May 28, 2004 at 09:46:34PM +0200, Baurjan Ismagulov wrote: >On Fri, May 28, 2004 at 03:05:50PM -0400, Christopher Faylor wrote: >>You use the same technique as if you were testing another version of >>linux. Or you'd backup your system prior to updating cygwin. It is >>not likely that you

Re: dll version collision

2004-05-28 Thread Baurjan Ismagulov
Hello, Christopher! On Fri, May 28, 2004 at 03:05:50PM -0400, Christopher Faylor wrote: > You use the same technique as if you were testing another version of > linux. Or you'd backup your system prior to updating cygwin. It is not > likely that you could have two installations running on the sa

Re: df accesses floppy

2004-05-28 Thread Shankar Unni
[EMAIL PROTECTED] wrote: I'm guessing that somebody stat's a:/. Probably something invoked from statfs(). Is there ktruss/strace on cygwin? strace works fine. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

1.3.22 -> 1.5.10: chmod behavior change

2004-05-28 Thread Jos Backus
Please consider the following. /z is a CIFS (NetApp) share. 1.3.22: ~> cd /z /z> rm -f x /z> touch x /z> ls -l x -rw-r--r--1 josb mkpasswd0 May 28 12:16 x /z> chmod -w x /z> ls -l x -r--r--r--1 josb mkpasswd0 May 28 12:16 x 1.5.10: ~> cd /z /z> rm -f x /z>

Re: dll version collision

2004-05-28 Thread Christopher Faylor
On Fri, May 28, 2004 at 01:31:34PM -0400, Michael Hale wrote: >On May 28, 2004, at 1:15 PM, Christopher Faylor wrote: >>On Fri, May 28, 2004 at 12:38:50PM -0400, Michael Hale wrote: >>>The ideas suggested here are definitely beyond my current ability. I >>>hope someone else who would like this don

RE: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Chris Carlson
Attached is the cygcheck output file. This was generated prior to my changes below. I have managed to get my cygwin up and working. I had to append the old cygwin.old/bin and cygwin.old/usr/bin to my path. It appears that a new library cygintl-2.dll was generated but many of the executables sti

Re: dll version collision

2004-05-28 Thread Michael Hale
On May 28, 2004, at 2:17 PM, Reini Urban wrote: Michael Hale schrieb: What is the correct way for someone to run multiple versions of cygwin on their machine then? There's none! That is too bad. I guess that means I will have to worry about varying environments in our build process. At least un

Re: dll version collision

2004-05-28 Thread Reini Urban
Michael Hale schrieb: What is the correct way for someone to run multiple versions of cygwin on their machine then? There's none! > This seems like a very useful feature to me, since among other uses it would allow a new version to be tested along side an older but known version of cygwin. Kill

df accesses floppy

2004-05-28 Thread kin
I've used cygwin off and on, and just started using it again. I installed the "curr" version on XP home edition, and I'm running into this problem. Just "df", or "df ." both have the problem. Anybody has new insight into this? I'm guessing that somebody stat's a:/. Is there ktruss/strace on cy

df accesses floppy

2004-05-28 Thread kin
I've used cygwin off and on, and just started using it again. I installed the "curr" version on XP home edition, and I'm running into this problem. Just "df", or "df ." both have the problem. Anybody has new insight into this? I'm guessing that somebody stat's a:/. Is there ktruss/strace on cy

Re: dll version collision

2004-05-28 Thread Michael Hale
On May 28, 2004, at 1:15 PM, Christopher Faylor wrote: On Fri, May 28, 2004 at 12:38:50PM -0400, Michael Hale wrote: The ideas suggested here are definitely beyond my current ability. I hope someone else who would like this done, and has the skill will take it up. If it is beyond your abilities t

Bug in cygwin/XP file system

2004-05-28 Thread Nitin Gupta
Hi, I use to build some source code located on a Linux PC by mounting a Network drive to that and accessing it over cygwin by "cd /cygdrive/X" and than do a "make". It seems like that it does not work on new cygwin (output of uname -a : CYGWIN_NT-5.1 gupta-xp 1.5.10(0.116/4/2) 2004-05-25 22:07

Re: dll version collision

2004-05-28 Thread Christopher Faylor
On Fri, May 28, 2004 at 12:38:50PM -0400, Michael Hale wrote: >The ideas suggested here are definitely beyond my current ability. I >hope someone else who would like this done, and has the skill will take >it up. If it is beyond your abilities then you shouldn't be considering this option. Thi

Re: cygwin and scsi tape drive.

2004-05-28 Thread Christopher Faylor
On Fri, May 28, 2004 at 04:44:53PM +, Marc Schare wrote: >> Don't use mount. > >My only use of the mount command was to demonstrate that Windows and CYGWIN >knew about the tape drive. Mount with no parameters doesn't change the mount >table, does it? Do a: umount /dev/st0 and everything

RE: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Chris Carlson
Actually, I've had numerous problems installing cygwin. I have two machines at home running Windows XP and also my office computer running Windows 2000 Pro. Installing a clean system (no cygwin installed before) installed on my two home machines but hung in the postinstall scripts. I finally had

Re: cygwin and scsi tape drive.

2004-05-28 Thread Marc Schare
> > Don't use mount. > My only use of the mount command was to demonstrate that Windows and CYGWIN knew about the tape drive. Mount with no parameters doesn't change the mount table, does it? I'm not trying to reassociate the Posix device names, I'm merely attempting to use /dev/st0 as it

Re: dll version collision

2004-05-28 Thread Michael Hale
The ideas suggested here are definitely beyond my current ability. I hope someone else who would like this done, and has the skill will take it up. On May 27, 2004, at 6:33 PM, Igor Pechtchanski wrote: On Thu, 27 May 2004, Baurjan Ismagulov wrote: Hello, Michael! On Thu, May 27, 2004 at 04:53:1

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Ok, I figured, I'd have to unmount first Now that I've got proper mount points, rerunning the mingw32 postinstall finally works. The link to cc1plus is there where it's supposed to be and I can compile again! Now, the $100 question really is : WTH did get my mounts into that bad s

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
I already did! Links in /usr/lib/gcc-lib/i686-pc-mingw32 still don't show! Must be the double backslash in the mounts!!! However, when I try to fix the mounts, I get: mount mount c:\cygwin\bin /usr/bin mount: /usr/bin: Mount device busy How do I repair those friggen mounts? H. "Gerrit P. Ha

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Gerrit P. Haase
Hans wrote: > Gerrit, >> What was the command you issued to g++? > gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer \ > -Wno-deprecated -Wunused-macros -Wno-unused-function -DLINUX \ > -mno-cygwin -finline-limit=1 -ffast-math -march=athlon-tbird -g > -I./ -I../msc_src -o stuff

Re: cygwin and scsi tape drive.

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, Marc Schare wrote: > Joshua Daniel Franklin gmail.com> writes: > > Have you read > > > > ? > > > > Particularly the part about "Note that you can't use the mount table > > to map from fixed device name to your own devic

Re: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, Joe Landman wrote: > Hi folks: > > I have multiple machines with 1.5.6 installed. I wanted to upgrade to > 1.5.10 (bug fixes, speed, etc). Stuff worked (for the most part) in > 1.5.6. I was/am looking to using it for application development on windows. Are you trying to u

Re: cygwin and scsi tape drive.

2004-05-28 Thread Marc Schare
Joshua Daniel Franklin gmail.com> writes: > > Have you read > > ? > > Particularly the part about "Note that you can't use the mount table > to map from fixed device name to your own device name." > > I did read the note, but I don't

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, mathias.wagner wrote: > To: "Gerrit @ cygwin" http://www.cygwin.com/acronyms/#PCYMTNQREAIYR > Meanwhile I have had some help from another colleague here at Philips and > he found out that the -m96bit-long-double compile option works fine. My understanding is t

New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Joe Landman
Hi folks: I have multiple machines with 1.5.6 installed. I wanted to upgrade to 1.5.10 (bug fixes, speed, etc). Stuff worked (for the most part) in 1.5.6. I was/am looking to using it for application development on windows. With 1.5.10 install, I get error messages about find.exe being given

RE: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, Reid Thompson wrote: > > From: Hans Horn [mailto:hannes at 2horns dot com] Reid, > > here you go... > > "Brian Ford" wrote in message Hans, http://cygwin.com/acronyms#PCYMTNQREAIYR :-). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems Flig

Re: problem with ssh-user-config on Win XP

2004-05-28 Thread Andrew DeFaria
Thorsten Kampe wrote: * vdu (2004-05-28 11:59 +0100) This is a mailinglist and no newsgroup. I am using outook express to read what you call a "mailinglist", and in OE they call it newsgroup! "In OE" "they" call mailing lists mailing lists and newsgroups newsgroups. OE is able to read both: mail

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, Hans Horn wrote: > Gerrit, > > > What was the command you issued to g++? > > gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer -Wno-depreca > ted \ > -Wunused-macros -Wno-unused-function -DLINUX -mno-cygwin -finline-limit=100 Bingo..

RE: Dave,

2004-05-28 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Robert McGovern Sent: 28 May 2004 10:09 To: dk Cc: cygwin Subject: Dave, -snip- When you are dealing with long emails that contain a number of replies it becomes somewhat of a task to add them yourself as I

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
On Thu, 27 May 2004, Lex Ein wrote: > Quoting: "One of the cygwin mailing lists is absolutely the proper place > for reporting problems. The mailing lists were created for this express > purpose. " > > So, your point was? > L My point was the usual one when referring to *that* URL. Quoting: "Ru

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Hi Larry, nope - I did NOT edit the output of cygcheck! Btw, how do I fix the mounts? H. "Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 09:30 AM 5/28/2004, you wrote: > >Gerrit, > > > >> What was the command you issued to g++? > > > >gcc -c -ansi -DGCC3X -DINLINE=i

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Larry Hall
At 09:30 AM 5/28/2004, you wrote: >Gerrit, > >> What was the command you issued to g++? > >gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer -Wno-depreca >ted \ > -Wunused-macros -Wno-unused-function -DLINUX -mno-cygwin -finline-limit=100 >00 \ > -ffast-math -march=athlon-tbird -g -I.

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Just noticed that there are two slashes in some of the mounts: ([EMAIL PROTECTED])/C:...//lib> mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) C:\cygwin\\bin on /usr/bin type system (binmode) <-- C:\cygwin\\lib on /usr/lib type system (bin

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Reid, nope - the 'not installed' view doesn't showw anything gcc related. H. "Reid Thompson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] see http://www.cygwin.com/ml/cygwin/2003-11/msg00535.html http://www.cygwin.com/ml/cygwin/2003-11/msg00536.html http://www.cygwin.com/ml/cygwi

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Gerrit, > What was the command you issued to g++? gcc -c -ansi -DGCC3X -DINLINE=inline -Wall -fomit-frame-pointer -Wno-depreca ted \ -Wunused-macros -Wno-unused-function -DLINUX -mno-cygwin -finline-limit=100 00 \ -ffast-math -march=athlon-tbird -g -I./ -I../msc_src -o stuff.o stuff.cpp gcc: in

Re: nmap, Compile Problem

2004-05-28 Thread Thorsten Kampe
* Jack Polimer (2004-05-28 15:01 +0100) > I attempted to compile nmap using the UNIX source > code, but ran into problems. Has anyone the compiled > nmap UNIX source under cygwin? Won't work, use the windows version. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem rep

nmap, Compile Problem

2004-05-28 Thread Jack Polimer
I attempted to compile nmap using the UNIX source code, but ran into problems. Has anyone the compiled nmap UNIX source under cygwin? __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -- Uns

RE: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Reid Thompson
see http://www.cygwin.com/ml/cygwin/2003-11/msg00535.html http://www.cygwin.com/ml/cygwin/2003-11/msg00536.html http://www.cygwin.com/ml/cygwin/2003-10/msg01792.html reid > -Original Message- > From: Hans Horn [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 12:11 AM > To: [EMAI

RE: ssmtp fail with cygwin-1.5.10-3 ?

2004-05-28 Thread Buchbinder, Barry (NIH/NIAID)
Worked OK for me. /c/> uname -a CYGWIN_NT-5.1 OTD-4041A 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown unknown Cygwin -Original Message- From: [snip] Sent: Thursday, May 27, 2004 9:38 PM To: [EMAIL PROTECTED] Subject: ssmtp fail with cygwin-1.5.10-3 ? Hi list, After updating to cygwin-

Re: rebaseall question

2004-05-28 Thread Jason Tishler
Mike, Please post instead of sending private email. On Tue, May 25, 2004 at 02:08:49PM -0600, Arms, Mike wrote: > I began my search trying to get the Perl module GD::Text > to compile under Cygwin and Cywin Perl 5.8.2-1 . > The "make" step would fail right away with: > > Checking if your kit is

Re: problem with ssh-user-config on Win XP

2004-05-28 Thread Thorsten Kampe
* vdu (2004-05-28 11:59 +0100) >> This is a mailinglist and no newsgroup. >> > I am using outook express to read what you call a "mailinglist", and in OE > they call it newsgroup! "In OE" "they" call mailing lists mailing lists and newsgroups newsgroups. OE is able to read both: mail and news (and

Re: problem with ssh-user-config on Win XP

2004-05-28 Thread vdu
> This is a mailinglist and no newsgroup. > I am using outook express to read what you call a "mailinglist", and in OE they call it newsgroup! So it's a mailinglist for you, and a newsgroup for me. Everybody agrees ? Let's talk about cygwin now... -- -- Unsubscribe info: http://cygwin.c

Re: How to launch gui app from cron

2004-05-28 Thread Jacek Trzmiel
Tomasz Rojek wrote: > > How can I start win app from cron, so that gui is visible? > I would register cron as a service with option -i, or --interactive (Allow > service to interact with the desktop). HTH Thanks, it does work. Gui app launched from cron does show on desktop after: $ cygrunsrv --

Re: Looking for new apache maintainer

2004-05-28 Thread Reini Urban
Igor Pechtchanski schrieb: > maybe it's time to revisit the apache postinstall procedure (both the rebase issue and the /var/www one). FWIW, one idea on the latter is splitting out the documents into a separate package (apache-docs?), installing over the manual, and using postinstall to set up the

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-28 Thread mathias . wagner
To: "Gerrit @ cygwin" <[EMAIL PROTECTED]> cc: Mathias Wagner/HBG/SC/[EMAIL PROTECTED] Subject:Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option Classification: > On Thu, 27 May 2004, Gerrit P. Haase wrote: > > >

Re: How to launch gui app from cron

2004-05-28 Thread Tomasz Rojek
> How can I start win app from cron, so that gui is visible? I would register cron as a service with option -i, or --interactive (Allow service to interact with the desktop). HTH -- Greetings Tomasz Rojek -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Dave,

2004-05-28 Thread Robert McGovern
Dave, > > (apologies for top posting, I use Novell GroupWise and it only does > > replies this way) > > Are you really claiming that it won't let you move the cursor to after the > quoted text and type new text? Nor would it let you copy and paste the > quoted text from the top of the message

How to launch gui app from cron

2004-05-28 Thread Jacek Trzmiel
Hi all, Win2kSP4, cygwin1-20040527.dll snapshot I've added something like this via crontab -e: 0 11 * * * C:/WINNT/system32/dllcache/iexplore.exe That does start iexplore.exe (I can find process in Task Manager), however it does not show its window on desktop. How can I start win app from cron

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Gerrit P. Haase
Hans wrote: > here you go... > "Brian Ford" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On Thu, 27 May 2004, Hans Horn wrote: >> >>> Folks, >>> >>> after I had an upgrade orgy to cygwin 1.5.10.x, my gcc installation got >>> hosed. in particular: gcc: installation problem, cann

No endline conversion while in dir that can be reached via both textmode and binmode mounts

2004-05-28 Thread Jacek Trzmiel
Win2kSP4, cygwin1-20040527.dll snapshot $ mount -ft c:\\ /test $ mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /sy