Re: DLLs and LoadLibrary

2004-07-22 Thread Jani tiainen
Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library, everything is OK. As

RE: How to delete rogue nul files

2004-07-22 Thread Trevor Forbes
I just use a freeware tool... http://www.purgeie.com/delinv.htm Trevor -- 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/

Re: DLLs and LoadLibrary

2004-07-22 Thread Vadim Berezniker
Jani tiainen wrote: Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library,

No /bin after installation

2004-07-22 Thread Nick Sabalausky
I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the developer packages selected. But when installation completes, I have the /etc, /lib, /usr, and /var directories but there's no /bin directory.

Re: No /bin after installation

2004-07-22 Thread Carlo Florendo
Nick Sabalausky wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the developer packages selected. But when installation completes, I have the /etc, /lib, /usr, and /var directories but there's

Re: No /bin after installation

2004-07-22 Thread Carlo Florendo
Carlo Florendo wrote: Nick Sabalausky wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the developer packages selected. But when installation completes, I have the /etc, /lib, /usr, and /var

Re: 1.5.10: problems relocating structures with function pointers

2004-07-22 Thread H. Henning Schmidt
I have discovered what may be a bug in the linker/relocater in cygwin (or, more likely, I am doing something stupid again). When I use a structure containing function pointers, and this structure is placed in an archive, then the function pointer becomes NULL. As an example, compile the

Re: 1.5.10: problems relocating structures with function pointers

2004-07-22 Thread Justin Schoeman
As was explained in the previous post, the structure must be defined as 'extern' when referenced from test.c - a stupid mistake from my side. Why I thought it was a bug was that the code worked perfectly on the same compiler version under Linux and Solaris, but failed under Cygwin. The fact

Sources of the C++ library

2004-07-22 Thread Alex Vinokur
== Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 i686 g++ (GCC) 3.3.1 (cygming special) == Could I need sources of the C++ library? I need that as a result of discussion at

Re: How to delete rogue nul files

2004-07-22 Thread zzapper
Hi, I would like to declare this the NUL-est thread ever, and would like to thank you NUL-experts for your NUL-help. Seriously I've now learnt how to delete those pesky undeletable windows files namely DEL \\.\c:\somedir\nul or delinvfile.exe (google for this utility) And also the conundrum

Re: DLLs and LoadLibrary

2004-07-22 Thread Jani tiainen
Vadim Berezniker wrote: Jani tiainen wrote: Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I

MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Will Martell
Hello All, Thank you for reading this email. I have the following Configuration Windows 2000 Server MySQL Win32 Binaries Installed Current Release of Cygwin installed I am trying to access mysql from the bash shell rather than the command line. It was working fine until now, but for some reason

Re: To cygwin postgresql maintainer: tutorial RFC

2004-07-22 Thread Jason Tishler
Carlo, On Wed, Jul 21, 2004 at 03:49:47PM +0800, Carlo Florendo wrote: However, I would like to get some of your comments before I post about its existence on some postgresql mailing lists. Nice job. I only have minor comments which are not very useful. However, I recommend contributing your

RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Will Martell Sent: 22 July 2004 12:35 Hello All, Thank you for reading this email. I have the following Configuration Windows 2000 Server MySQL Win32 Binaries Installed Current Release of Cygwin installed I can connect

Re: Stat

2004-07-22 Thread George
Reid Thompson wrote: download coreutils from the gnu ftp site ./configure -- at first glance appears to configure with no errors make -- at first glance appears to build with no errors cp stat.exe to /bin or make install ( will attempt to install the just built versions of all coreutils

RE: DLLs and LoadLibrary

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Vadim Berezniker Sent: 22 July 2004 08:15 Jani tiainen wrote: Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code

RE: How to delete rogue nul files

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Larry Hall Sent: 22 July 2004 03:01 You can use '.' in place of '?'. [ Insert here quick discussion of difference between a UNC path to the local host's redirector and a softlink in the root of the object namespace hierarchy to the

Re: Sources of the C++ library

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Alex Vinokur wrote: == Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 i686 g++ (GCC) 3.3.1 (cygming special) == Could I need sources of the C++ library? You

Re: Sources of the C++ library

2004-07-22 Thread Tim Prince
At 05:45 AM 7/22/2004, Igor Pechtchanski wrote: On Thu, 22 Jul 2004, Alex Vinokur wrote: == Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4 CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 i686 g++ (GCC) 3.3.1 (cygming special) ==

RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Will Martell
Thank you very very much for responding. :You could find that out by trying to enter a few commands typing :blind that maybe create or delete a table or record and see if they :turn out to have the actual effect on the database/tables that you'd :expect. I performed the typing blind test and

Re: No /bin after installation

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 07:50:39AM +, Nick Sabalausky wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the developer packages selected. But when installation completes, I have the /etc,

Slight problem with case sensitivity on managed mounts with CVS-1.11.6

2004-07-22 Thread Ronald Landheer-Cieslak
Hello CVS maintainer (et al.), I've got a slight problem with CVS when running it on a directory mounted in managed mode: the directory being case-sensitive, ``cvs update'' should *IMHO* not warn about a file whose name might clash with another due to its case (and on ``cvs checkout'', it

tar incremental backup issue

2004-07-22 Thread Alex Song
Hi, I'm relying on incremental feature of tar for my backup need. After doing a lot of backups, I suddenly found an issue with this feature. It seems if you move a file with an earlier date to the directory, the incremental backuped archive of this directory does NOT have this file! I'm using

Re: Slight problem with case sensitivity on managed mounts with CVS-1.11.6

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 10:27:38AM -0400, Ronald Landheer-Cieslak wrote: Hello CVS maintainer (et al.), I've got a slight problem with CVS when running it on a directory mounted in managed mode: the directory being case-sensitive, ``cvs update'' should *IMHO* not warn about a file whose name

Re: tar incremental backup issue

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 10:30:29AM -0400, Alex Song wrote: I'm relying on incremental feature of tar for my backup need. After doing a lot of backups, I suddenly found an issue with this feature. It seems if you move a file with an earlier date to the directory, the incremental backuped archive

RE: I apologize for mailing you directly problem with rebaseall ?

2004-07-22 Thread Brian Ford
On Tue, 20 Jul 2004, Jim Ramberg wrote: Well; it seems that I have nothing to run windows update against. I don't understand what you are trying to say here. Does this mean you ran it and you are up to date? I did try installing the latest service pack for Visual Studio. I don't see how

Re: How to delete rogue nul files

2004-07-22 Thread zzapper
Hi, I would like to declare this the NUL-est thread ever, and would like to thank you NUL-experts for your NUL-help. Seriously I've now learnt how to delete those pesky undeletable windows files namely DEL \\.\c:\somedir\nul or delinvfile.exe (google for this utility) And also the conundrum

cygwin maximum capacity - cygwin = linux

2004-07-22 Thread karthik bala guru
Can Cygwin have all the normal linux has ? what is the percentage by which cygwin is nearer to linux ? what are those that cant be provided by cygwin. chers, karthik bala guru __ Do you Yahoo!? Vote for the stars of Yahoo!'s next

RE: cygwin maximum capacity - cygwin = linux

2004-07-22 Thread Jörg Schaible
karthik bala guru wrote on Thursday, July 22, 2004 4:57 PM: Can Cygwin have all the normal linux has ? what is the percentage by which cygwin is nearer to linux ? what are those that cant be provided by cygwin. Define normal Linux! No, Cygwin won't have a kernel and will not have XFS, JFS,

Re: Slight problem with case sensitivity on managed mounts with CVS-1.11.6

2004-07-22 Thread Ronald Landheer-Cieslak
Christopher Faylor wrote: On Thu, Jul 22, 2004 at 10:27:38AM -0400, Ronald Landheer-Cieslak wrote: Hello CVS maintainer (et al.), I've got a slight problem with CVS when running it on a directory mounted in managed mode: the directory being case-sensitive, ``cvs update'' should *IMHO* not warn

Re: setting windows environment variables

2004-07-22 Thread Jaeho Shin
On Tue, 2004-07-20 15:18:34 -0500, Jason Joines wrote: I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set a bunch of environment variables. I can then use these from bash with no problem. I would also like to make these environment variables available

RE: Slight problem with case sensitivity on managed mounts with C VS-1.11.6

2004-07-22 Thread Hughes, Bill
From: Ronald Landheer-Cieslak Sent: 22 July 2004 16:49 ..snip.. OK, the problem is with CVS - the managed mounts are working properly. CVS assumes Cygwin is/runs on a case-insensitive (file)system, which is usually the case. On managed mounts, however, the assumption fails, and CVS

regtool list: -p on by default

2004-07-22 Thread Dick Repasky
When I use regtool list I get trailing delimiters on keys regardless of whether I use the -p option. regtool --version regtool (cygwin) 1.0 Registry Tool Copyright 2000, 2001, 2002 Red Hat, Inc. Compiled on May 25 2004 Thought you'd want to know, Dick Repasky - Dick Repasky

Re: regtool list: -p on by default

2004-07-22 Thread Dick Repasky
Ooops, I was dead wrong. Sorry! On Thu, 22 Jul 2004, Dick Repasky wrote: When I use regtool list I get trailing delimiters on keys regardless of whether I use the -p option. regtool --version regtool (cygwin) 1.0 Registry Tool Copyright 2000, 2001, 2002 Red Hat, Inc. Compiled on May 25 2004

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Carlo Florendo list-subscriber at hq.astra.ph writes: Oh I'm sorry for assuming you opened a terminal. I realized the error message you mentioned comes from a windows prompt. Did you try to invoke cygwin.bat on the directory where you installed cygwin? Yes. But where I'm invoking

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Igor Pechtchanski
On Wed, 21 Jul 2004, Igor Pechtchanski wrote: On Wed, 21 Jul 2004, Corinna Vinschen wrote: On Jul 21 14:47, Igor Pechtchanski wrote: On Wed, 21 Jul 2004, Corinna Vinschen wrote: It makes a difference. FWIW, Volker's message is printed from a function which only runs in case a

ioctl(fd, TIOCINQ, n) has problems

2004-07-22 Thread Greg Kochanski
The TIOCINQ ioctl is supposed to tell you how many bytes of data are in the terminal's input buffer.It doesn't work in Cygwin, despite the fact that TIOCINQ is defined in sys/termios.h . The following program runs on Debian (after tweaks to the include lines), and fails on cygwin. #include

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: On Thu, Jul 22, 2004 at 07:50:39AM +, Nick Sabalausky wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the

Re: Slight problem with case sensitivity on managed mounts with CVS-1.11.6

2004-07-22 Thread Ronald Landheer-Cieslak
Ronald Landheer-Cieslak wrote: Christopher Faylor wrote: On Thu, Jul 22, 2004 at 10:27:38AM -0400, Ronald Landheer-Cieslak wrote: Hello CVS maintainer (et al.), I've got a slight problem with CVS when running it on a directory mounted in managed mode: the directory being case-sensitive, ``cvs

Facing problem with bash

2004-07-22 Thread Atukuri, Vasudeva_Kumar
OS: Windows 2000 Cygwin bash version 2.05b.0(9) My application is a combination of Fortran and C. In Fortran Stdout's number is 6. When I ran the application from the Cygwin console it is giving the problem and exited. where there is a write statement to the stdout.

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Igor Pechtchanski wrote: On Jul 21 14:47, Igor Pechtchanski wrote: On Wed, 21 Jul 2004, Corinna Vinschen wrote: It makes a difference. FWIW, Volker's message is printed from a function which only runs in case a process is using XSI shared memory and

Re: No /bin after installation

2004-07-22 Thread zzapper
On Thu, 22 Jul 2004 07:50:39 + (UTC), wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and have the base packages and a number of the developer packages selected. But when installation completes, I have the /etc, /lib, /usr,

Re: No /bin after installation

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Nick Sabalausky wrote: Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: On Thu, Jul 22, 2004 at 07:50:39AM +, Nick Sabalausky wrote: I've tried installing Cygwin numerous times with the current setup program (www.cygwin.com/setup.exe), and

Re: Facing problem with bash

2004-07-22 Thread Ronald Landheer-Cieslak
Atukuri, Vasudeva_Kumar wrote: OS: Windows 2000 Cygwin bash version 2.05b.0(9) My application is a combination of Fortran and C. In Fortran Stdout's number is 6. When I ran the application from the Cygwin console it is giving the problem and exited. where there is a write statement to the stdout.

RE: Slight problem with case sensitivity on managed mounts with C VS-1.11.6

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Hughes, Bill Sent: 22 July 2004 17:24 From: Ronald Landheer-Cieslak Sent: 22 July 2004 16:49 ..snip.. OK, the problem is with CVS - the managed mounts are working properly. CVS assumes Cygwin is/runs on a case-insensitive

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 22 July 2004 17:55 Ok, I tripped the error again. Here it is, in all of its pristine glory: c:\cygwin\bin\vim.exe (2568): *** MapViewOfFileEx failed, Win32 error 6 Weirdly enough, I did not find this

RE: No /bin after installation

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Nick Sabalausky Sent: 22 July 2004 17:57 Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: On Thu, Jul 22, 2004 at 07:50:39AM +, Nick Sabalausky wrote: I've tried installing Cygwin numerous times

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 22 July 2004 18:13 Never mind. I spoke too soon, and my current CVS turned out to be not all that current. The message above comes from pinfo.cc, line 197. Oops. Teach me to deal with mail in the order

Re: tar incremental backup issue

2004-07-22 Thread Alex Song
--- Christopher Faylor [EMAIL PROTECTED] wrote: On Thu, Jul 22, 2004 at 10:30:29AM -0400, Alex Song wrote: I'm relying on incremental feature of tar for my backup need. After doing a lot of backups, I suddenly found an issue with this feature. It seems if you move a file with an earlier date

Re: Slight problem with case sensitivity on managed mounts with C VS-1.11.6

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 05:24:15PM +0100, Hughes, Bill wrote: Yes, the problem is with CVS, not with Cygwin. Personally, I though the first paragraph of the original post made that clear - apparently, it didn't, so I apologize. OT but possibly of interest, case-sensitivity (or otherwise) and how

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Igor Pechtchanski pechtcha at cs.nyu.edu writes: Just a WAG: is there a C:/cygwin/bin? Also, is there an HKLM\Software\Cygnus Solutions key in the registry? What are its contents? Igor There is no C:/cygwin/bin. There is an HKEY_LOCAL_MACHINE\Software\Cygnus Solutions. It contains

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Dave Korn dk at artimi.com writes: innocent Is your HD full? /innocent [remembering that one time when I just *couldn't* figure out why the car wouldn't start.] cheers, DaveK Good point. Before I started the installs I had 800MB free on that particular drive (not my

Re: No /bin after installation

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Nick Sabalausky wrote: Igor Pechtchanski pechtcha at cs.nyu.edu writes: Just a WAG: is there a C:/cygwin/bin? Also, is there an HKLM\Software\Cygnus Solutions key in the registry? What are its contents? Igor There is no C:/cygwin/bin. There is an

RE: No /bin after installation

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Nick Sabalausky Sent: 22 July 2004 18:59 Dave Korn writes: innocent Is your HD full? /innocent [remembering that one time when I just *couldn't* figure out why the car wouldn't start.] cheers,

RE: MySQL Doesn't Respond After Cygwin Install, Please Help Me.

2004-07-22 Thread Dave Korn
-Original Message- From: Will Martell Sent: 22 July 2004 14:07 :You could find that out by trying to enter a few commands typing :blind that maybe create or delete a table or record and see if they :turn out to have the actual effect on the database/tables that you'd :expect.

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 12:54:37PM -0400, Igor Pechtchanski wrote: Ok, I tripped the error again. Here it is, in all of its pristine glory: c:\cygwin\bin\vim.exe (2568): *** MapViewOfFileEx failed, Win32 error 6 Weirdly enough, I did not find this exact message anywhere in the sources (there's

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
zzapper david at tvis.co.uk writes: Guestimating Possible Reasons:- a) You have the ghost of someother *nix emulation on your system (MKS?) Hmm, I do have C:\cygnus\cygwin-b20, I think it's an incomplete version, although it does still at least sort of work. Since I'm trying to install

RE: No /bin after installation

2004-07-22 Thread Dave Korn
-Original Message- From: cygwin-owner on Behalf Of Nick Sabalausky Sent: 22 July 2004 19:09 zzapper writes: Guestimating Possible Reasons:- a) You have the ghost of someother *nix emulation on your system (MKS?) Hmm, I do have C:\cygnus\cygwin-b20, I think it's an

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Igor Pechtchanski pechtcha at cs.nyu.edu writes: *THAT'S IT*. That's your problem right here. Basically, setup will not change an existing /usr/bin mount, if there is one, and it will install things into /usr/bin, not /bin, so all of the new apps just went to wherever /usr/bin pointed to.

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Nick Sabalausky nsabalausky05 at jcu.edu writes: However, now the problem I have is that when I'm in that shell, I can't get to /cygdrive/c or /cygdrive/c. An ls on the root directory reveals bin cygwin.bat cygwin.ico etc home lib usr var, but not cygdrive. Hmm, I exited and

Re: Slight problem with case sensitivity on managed mounts with C VS-1.11.6

2004-07-22 Thread Ronald Landheer-Cieslak
Dave Korn wrote: My ${CURRENCY_UNIT}*1e-2: rather than guessing, cvs should *find out*, by creating a file in the current directory using a name that is known not to exist, try to unlink it using a shifted version of that name, and then see if it's gone or not. I *think* that would do the job,

Re: No /bin after installation

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Nick Sabalausky wrote: Igor Pechtchanski pechtcha at cs.nyu.edu writes: *THAT'S IT*. That's your problem right here. Basically, setup will not change an existing /usr/bin mount, if there is one, and it will install things into /usr/bin, not /bin, so all of the new

Re: No /bin after installation

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 07:25:04PM +, Nick Sabalausky wrote: Nick Sabalausky nsabalausky05 at jcu.edu writes: However, now the problem I have is that when I'm in that shell, I can't get to /cygdrive/c or /cygdrive/c. An ls on the root directory reveals bin cygwin.bat cygwin.ico etc home lib

Re: Re: Its me

2004-07-22 Thread voluznet
= INFO = NO: Denne mailkontoen benyttes ikke lenger! ENG: This account is no longer being used. See http://voluz.no. = -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Problems with rebaseall solved

2004-07-22 Thread Jim Ramberg
To clarify what I said before: The original problem was that I was unable to successful start the rootless Xwin server from the startxwin.sh shell script. I would get an error stating that in was unable to allocate memory for cygwin's heap for XWin.exe, i.e. cygheap_fixup_in_child:

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes: Hmm. It seems like any well-written human would not have issues like this. :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-22 Thread Corinna Vinschen
On Jul 22 18:37, Dave Korn wrote: I beg to differ: [EMAIL PROTECTED] /usr/build/src/winsup/cygwin grep MapViewOfFileEx failed *.cc mmap.cc: syscall_printf (-1 = mmap(): MapViewOfFileEx failed with %E) ; pinfo.cc: api_fatal (MapViewOfFileEx failed, %E); Hey, that's *very*

Re: Slight problem with case sensitivity on managed mounts with C VS-1.11.6

2004-07-22 Thread Corinna Vinschen
On Jul 22 18:30, Dave Korn wrote: No it isn't. NTFS is case *preserving*; neither NTFS nor windoze are case *sensitive*. That's only half the truth, though... I am right that using the //./ notation invokes the NtCreateFile function, aren't I? I think that's why the syntax works for

Re: ioctl(fd, TIOCINQ, n) has problems

2004-07-22 Thread Corinna Vinschen
On Jul 22 17:55, Greg Kochanski wrote: The TIOCINQ ioctl is supposed to tell you how many bytes of data are in the terminal's input buffer.It doesn't work in Cygwin, despite the fact that TIOCINQ is defined in sys/termios.h . Sorry, TIOCINQ is only supported on the serial interface so

Re: No /bin after installation

2004-07-22 Thread Warren Young
Christopher Faylor wrote: Hmm. It seems like any well-written human would not have issues like this. PTC. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Need a copy of bash.bat

2004-07-22 Thread Bob Kuhfahl
My install seems to not lay this down. Can someone post a copy; anything just to get started. Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

svn diff fails in textmode dir

2004-07-22 Thread Jacek Trzmiel
Subversion does have problem with doing diff inside working copy checked out on textmode mounted path. Win2kSP4 + all updates cygwin1-20040720 snapshot subversion-1.0.5-1 $ mount | grep work d: on /work type system (textmode) $ svnadmin create /svn $ mkdir -p /work/tmp/testdir $ cd /work/tmp/

Re: svn diff fails in textmode dir

2004-07-22 Thread Max Bowsher
Jacek Trzmiel wrote: Subversion does have problem with doing diff inside working copy checked out on textmode mounted path. Subversion probably has a problem doing just about anything in a textmode directory right now. I need to fix this. I'll get to it soonish. Until then, use binmode for

Re: No /bin after installation

2004-07-22 Thread Yitzchak Scott-Thoennes
Warren Young wrote: Christopher Faylor wrote: Hmm. It seems like any well-written human would not have issues like this. PTC. I believe there are licensing issues that would need to be resolved first. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: No /bin after installation

2004-07-22 Thread Christopher Faylor
On Thu, Jul 22, 2004 at 06:58:57PM -0700, Yitzchak Scott-Thoennes wrote: Warren Young wrote: Christopher Faylor wrote: Hmm. It seems like any well-written human would not have issues like this. PTC. I believe there are licensing issues that would need to be resolved first. Yes, IIRC, Microsoft

Re: Need a copy of bash.bat

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Bob Kuhfahl wrote: My install seems to not lay this down. Can someone post a copy; anything just to get started. Thanks! Why would you need a bash.bat when Cygwin comes with a perfectly good bash.exe? Perhaps http://cygwin.com/faq/faq_3.html#SEC31 can be of help? Also,

mt setdensity not working?

2004-07-22 Thread Gunther Schadow
Hi, cygwin tape support is awesome. I just would like to change the DLT IV density on my TZ88 drive which is inside a changer, so I can't get to the buttons. When I do mt -f /dev/nst0 setdensity 0x41 I get invalid argument and same result no matter what argument I choose. Am I doing something

cygcheck does not work if the mount point is mounted with -X option

2004-07-22 Thread Vinay Kumar
Hi, I had mounted my /usr/bin by using mount -X option, which says 'treat all files under mount point as cygwin executable'. This I did because ls command was not able to process command line arguments whose length exceeds certain limit. Refer

Re: cygcheck does not work if the mount point is mounted with -X option

2004-07-22 Thread Christopher Faylor
On Fri, Jul 23, 2004 at 11:29:29AM +, Vinay Kumar wrote: I had mounted my /usr/bin by using mount -X option, which says 'treat all files under mount point as cygwin executable'. This I did because ls command was not able to process command line arguments whose length exceeds certain limit.

HDF5

2004-07-22 Thread Marcus G. Daniels
Hello, Here are Cygwin packages for the HDF5 library. (See the setup.hint below for background.) I put it in the `Libs' category, although `Database' or some new Scientific Software category might make sense too. Here are the packages:

BLT

2004-07-22 Thread Marcus G. Daniels
Hello, Here are Cygwin packages for the BLT Tcl/Tk Extension library, a fairly popular set of extension widgets for Tcl/Tk. These are for use with the native Tcl/Tk libraries, not X11 builds. http://www.santafe.edu/~mgd/cygwin/blt/blt-3.0-1-src.tar.bz2

RE: startx causing XP (Media Center Edition) blue screen?

2004-07-22 Thread Listopad, Steve
Well, as a last attempt at trying to figure out why startx/ssh was blue-screening my XP box, I tried something that was mentioned on this list, for different reasons: I uninstalled Zone Alarm Pro 5. Bingo. No blue screen. Everything works fine. Have not installed Zone Alarm v4.x yet, to see

Starting XWin on a second monitor

2004-07-22 Thread Wright, David L
I am using Cygwin/X on a Windows XP Professional machine with two monitors. Is there any way to get XWin to start full screen on the second monitor only? I currently set the screen size to the resolution of the second monitor and move the window once it opens. It would be nice to have the X

cygwin/x: x starts, but does nothing

2004-07-22 Thread ?man
I installed cygwin with all the packages. I made a batch file called xwin.bat that runs xwin located in my home dir, so that I dont have to navigate to the file every time. Here is the content of xwin.bat: -- @echo off chdir C:\cygwin\usr\X11R6\bin startxwin

Uhe spring special

2004-07-22 Thread jose leboeuf
zakalmanak~verstaald.wegsterf C`ana'^da me-`d^ici~ne n^-e^xtday shi,'ppi'ng D http://www.traditionalrx.com On screen, Doc Ock is wowing audiences by scaling walls and smashing through concrete. Computer-animated graphics, of course, helped achieve the effects. But they couldn't address all

Re: cygwin/x: x starts, but does nothing

2004-07-22 Thread luke . kendall
On 22 Jul, ?man wrote: I installed cygwin with all the packages. I made a batch file called xwin.bat that runs xwin located in my home dir, so that I dont have to navigate to the file every time. Here is the content of xwin.bat: -- @echo off

src/winsup/cygwin ChangeLog pinfo.cc

2004-07-22 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-07-22 18:25:53 Modified files: winsup/cygwin : ChangeLog pinfo.cc Log message: * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails. Patches:

Re: Fix dup for /dev/dsp

2004-07-22 Thread Pierre A. Humblet
Igor Pechtchanski wrote: On Thu, 22 Jul 2004, Christopher Faylor wrote: On Wed, Jul 21, 2004 at 11:25:19PM -0400, Pierre A. Humblet wrote: Is it worth to delay 1.5.11 until those issues are sorted out? No, I don't think so. We do have people reporting problems with