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, e

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. B

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 n

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 dire

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 t

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 tha

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 http://grou

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 t

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 make

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 I

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 you

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

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. >

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 t

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

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 doesn'

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 fo

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 archi

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 th

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 t

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,

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 abou

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 availab

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 comp

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 Bioinf

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 Thou

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Carlo Florendo 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 it from could

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

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 . The following program runs on Debian (after tweaks to the include lines), and fails on cygwin. #include #include #incl

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Christopher Faylor 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 developer packages selected.

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 updat

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 > >

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 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 a

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-in

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

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 > 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 setu

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 th

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 ea

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)

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Igor Pechtchanski 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 contain

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Dave Korn artimi.com> writes: > > Is your HD full? > > [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 system drive),

Re: No /bin after installation

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Nick Sabalausky wrote: > Igor Pechtchanski 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 "H

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: > > > > > Is your HD full? > > > > [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 > :e

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 >(the

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
zzapper 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 instal

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 th

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Igor Pechtchanski 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. Your

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Nick Sabalausky 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 ran Cygw

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, w

Re: No /bin after installation

2004-07-22 Thread Igor Pechtchanski
On Thu, 22 Jul 2004, Nick Sabalausky wrote: > Igor Pechtchanski 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

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 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",

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: http://

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: Couldn

Re: No /bin after installation

2004-07-22 Thread Nick Sabalausky
Christopher Faylor 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 Documentation: http://cygwin.co

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,

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 . Sorry, TIOCINQ is only supported on the serial interface so far. As usual,

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 any

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,

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 can be of help? Al

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 wro

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 http://sources.redhat.com/ml/cygwin/2004-05/msg00842

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 limi

Re: To cygwin postgresql maintainer: tutorial RFC

2004-07-22 Thread Carlo Florendo
Jason Tishler wrote: 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 rec