Error when Perl calling shell scipt using Cygwin c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-27 Thread Gaurav Chhabra
http://old.nabble.com/file/p31714033/cygcheck.out cygcheck.out Hi, I have a Windows machine and I have Cygwin installed. I have a Perl script which calls a shell script using Cygwin. I am getting the following message while running the Perl script:

Re: Does Latex/Tex install? Does Latex/Tex work? How do you get it installed? How do you get it to work?

2011-05-27 Thread wynfield
I have installed and use 'texlive 2010', as is, on cygwin with no problem. No need for MikTeX or Windows interfaces. Using TexLive also eases things since it uses normal posix pathnames. Regards, Wynfield -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Does Latex/Tex install? Does Latex/Tex work? How do you get it installed? How do you get it to work?

2011-05-27 Thread marco atzeri
On Fri, May 27, 2011 at 12:39 AM, Charles Wilson wrote: On 5/26/2011 4:47 PM, marco atzeri wrote: On Thu, May 26, 2011 at 10:33 PM, Dima Pasechnik  wrote: tetex is dead and buried. Indeed, http://www.tug.org/tetex/ says: --- De-support notice I

File Name Case Sensitivity Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual?

2011-05-27 Thread Lee D. Rothstein
You got that wrong. The CYGWIN=glob:... option only affects how globbing is performed on the command line arguments if the Cygwin process has been started from a native Windows process. Full stop. I acknowledged *my* MISTAKE. I do so again. Now, actual filename case sensitivity is an

Re: File Name Case Sensitivity Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual?

2011-05-27 Thread Corinna Vinschen
On May 27 11:53, Lee D. Rothstein wrote: You got that wrong. The CYGWIN=glob:... option only affects how globbing is performed on the command line arguments if the Cygwin process has been started from a native Windows process. Full stop. I acknowledged *my* MISTAKE. I do so again. So

Re: File Name Case Sensitivity Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual?

2011-05-27 Thread Thorsten Kampe
* Lee D. Rothstein (Fri, 27 May 2011 11:53:16 -0400) Globbing is case sensitive while full command name invocation/full filename use is not. And, you may never have been confused by that, but I maintain it's very confusing. This has nothing to do with Cygwin. You are (still[1]) confusing

Re: File Name Case Sensitivity Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual?

2011-05-27 Thread Edward McGuire
On Fri, May 27, 2011 at 12:38, Thorsten Kampe thors...@thorstenkampe.de wrote: This has nothing to do with Cygwin. You are (still[1]) confusing Cygwin and your shell. You would hugely benefit from gaining some basic knowledge about the tools you've been using since 1979. Your transcript was

Re: File Name Case Sensitivity Globbing! Was: file system name case insensitivity issue: Possible inclusion for the FAQ or User Manual?

2011-05-27 Thread Thorsten Kampe
* Edward McGuire (Fri, 27 May 2011 16:36:06 -0500) The globbing is not where the confusion lies. This globbing: $ ls xwin* ls: cannot access xwin*: No such file or directory works as expected and did not confuse anybody. Lee begs to differ: Globbing is case sensitive [while ...]. And, you

Re: Can't talk to X server through ssh tunnel after ~ 18 minutes

2011-05-27 Thread Jim Burwell
I have a similar issue on Windows 7 64 bit. I don't even use SSH. I can just run an Xterm or other X app with display pointed directly to the IP (after doing proper xhost, etc), and the window will display (often I'll get crashes and stack traces a few times, then it will display). But then the

src/winsup/cygwin ChangeLog shared.cc shared_i ...

2011-05-27 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-05-27 06:11:05 Modified files: winsup/cygwin : ChangeLog shared.cc shared_info.h Log message: * shared.cc (offsets): Reorder so that console_state is lowest in memory. Explain