[ANNOUNCEMENT] Updated: SuiteSparse-3.6.1-1

2011-08-10 Thread Marco atzeri
New versions of SuiteSparse / libSuiteSparse-devel 3.6.1-1 for cygwin are available in the Cygwin distribution: CHANGES These are new upstream versions DESCRIPTION SuiteSparse is library for sparse matrix. It is used to compile Octave HOMEPAGE http://www.cise.ufl.edu/research/sparse/SuiteSpar

Re: /etc/fstab

2011-08-10 Thread Fergus
I think the required line in /etc/fstab is none / cygdrive user,posix=0 0 0 but actually (here, ages ago, shortly after 1.7 was first presented) I deleted /etc/fstab entirely*. To achieve your particular purpose, which I like too, I just have /bin/mount -c "/" in ~/.bashrc, so that C:\ is /c/, E

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Christopher Faylor
On Thu, Aug 11, 2011 at 05:36:38AM +, Heiko Elger wrote: >Rob Walker writes: > >> >> You could also use a patched make 3.81 compiled for Cygwin 1.7. >> >> http://sites.rwalker.com/cygwin/ > >I saw your ports already. >One question to them: why are the executables so large? >The original make-

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Christopher Faylor
On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: >Ryan Johnson writes: > >> Let me ask again, what was being compiled when the problems arose? And >> is it an intermittent error or a consistent one? >> > >I'm sorry - I havn't seen your question. > >The error is intermittent. >Sometime

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Heiko Elger
Rob Walker writes: > > You could also use a patched make 3.81 compiled for Cygwin 1.7. > > http://sites.rwalker.com/cygwin/ I saw your ports already. One question to them: why are the executables so large? The original make-3.81 (cygwin-1.7) is really small. $ ls -l make-* -rwxr-xr-x 1 ente59

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Ryan Johnson writes: > Let me ask again, what was being compiled when the problems arose? And > is it an intermittent error or a consistent one? > I'm sorry - I havn't seen your question. The error is intermittent. Sometimes I have this error and sometimes not - really not reproduceable. If it

cssh not working with 1.7.9-1

2011-08-10 Thread Lenny Miceli
I'm new to cygwin and installed it to run cssh on my windows 7 64-bit system. I tried to search the mailing lists and FAQ for this error but didn't get any hits. After installing cygwin and cssh I get the following error whenever I try to cssh to a host. In the example below I changed the IP

Re: SSHD Issue Windows 2003 64 bit

2011-08-10 Thread Gary
http://cygwin.com/ml/cygwin/2008-02/msg00429.html (ignore the {}) On Wed, Aug 10, 2011 at 3:59 PM, Gary wrote: > The logs specify: > /var/empty must be owned by root and not group or world-writable. > > I've tried changing permissions, and also looking on the forums for > this {http://cygwin.com/

Re: SSHD Issue Windows 2003 64 bit

2011-08-10 Thread Gary
The logs specify: /var/empty must be owned by root and not group or world-writable. I've tried changing permissions, and also looking on the forums for this {http://cygwin.com/ml/cygwin/2008-02/msg00429.html} I still can't figure it out. Let me know, thanks! On Tue, Aug 9, 2011 at 10:27 PM, Csab

/etc/fstab

2011-08-10 Thread J.V.
What is the exact line I should put in /etc/fstab to get C:\ mounted to /c on Windows 7? How do I edit the documentation to put this line as the very first line in that section for /etc/fstab? I really do not care about all the crap I have to read there, I just want the frikken line to put

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Rob Walker
You could also use a patched make 3.81 compiled for Cygwin 1.7. http://sites.rwalker.com/cygwin/ -Rob On 8/9/11 9:58 PM, Heiko Elger wrote: > Hello, > > cause of colon problems we have to use old make version 3.80 in cygwin 1.7.x. > The binary make.exe is a copy of cygwin 1.5.x installation. >

regex_t internals: can we use re_magic to tell whether a regex has been regcomp'd?

2011-08-10 Thread Fischer, Matthew L
We are porting code from Linux that is attempting to determine whether a regular expression has been properly regcomp'd and not freed. The code from Linux is looking into the buffer inside regex_t. On Cygwin, the "buffer" (not the same field name) is hidden inside re_guts which has a comment

[ANNOUNCEMENT] Updated: doxygen-1.7.4-1

2011-08-10 Thread Warren Young
PACKAGE DESCRIPTION === Homepage: http://doxygen.org/ License : GNU GPL Doxygen is a program source code documentation system for C++, C, Java, Objective-C, Python, IDL, Fortran, VHDL, PHP, C#, and D. NOTABLE CHANGES SINCE LAST RELEASE == - HT

Re: sshd on win7

2011-08-10 Thread Larry Hall (Cygwin)
On 8/8/2011 12:30 PM, Alexey Luchko wrote: Today I tried login to sshd running as windows service. ssh client told: """ user@localhost's password: Last login: Mon Aug 8 19:21:03 2011 from ::1 /bin/bash: Permission denied Connection to localhost closed. """ However, /bin/bash exists and the use

Re: emacs and large-address awareness under recent snapshots

2011-08-10 Thread Eliot Moss
On 8/10/2011 11:28 AM, Ken Brown wrote: Would it be possible to accomplish the same goal without using bss_sbrk and the static heap? In other words, can one save the information on the Cygwin heap as part of emacs.exe, so that when emacs is run the heap gets restored? I know virtually nothing

Re: emacs and large-address awareness under recent snapshots

2011-08-10 Thread Ken Brown
On 8/10/2011 7:47 AM, Corinna Vinschen wrote: On Aug 9 22:33, Ken Brown wrote: On 8/9/2011 2:21 PM, Ken Brown wrote: BTW, I don't necessarily have to use the malloc that comes with emacs. I just verified that I can build emacs so that it uses Cygwin's malloc. I haven't done any testing yet to

Re: [Bug] Named Pipes (FIFO) / Bash

2011-08-10 Thread Achim Gratz
Achim Gratz writes: > In other words, opening the pipe is non-blocking, even though no > listener is present. Listing /proc/self/fd lists fd 6 as opened to FIFO > /tmp/pipe, but any output to it blocks indefinitely. I believe that the > FIFO has in fact never been opened as far as the system is

Re: emacs and large-address awareness under recent snapshots

2011-08-10 Thread Ken Brown
On 8/9/2011 10:39 PM, Ryan Johnson wrote: On 09/08/2011 10:33 PM, Ken Brown wrote: I submitted a bug report and may or may not get a useful response. While waiting, I'd like to keep trying to figure out what the right fix is. Unless the dumping mechanism (unexec) is completely revamped, we can'

Re: is using old make.exe (3.80) (cygwin 1.5.x) within cygwin 1.7.x OK

2011-08-10 Thread Larry Hall (Cygwin)
On 8/10/2011 12:58 AM, Heiko Elger wrote: Hello, cause of colon problems we have to use old make version 3.80 in cygwin 1.7.x. The binary make.exe is a copy of cygwin 1.5.x installation. Is it correct to use this version within cygwin 1.7.x? Or do I have to rebuild the binary? At the moment al

Re: Portable shell code between Cygwin and Linux

2011-08-10 Thread Sven Köhler
Am 08.08.2011 15:40, schrieb Eric Blake: > On 08/07/2011 07:20 PM, Sven Köhler wrote: >> pathconvert() { >>echo "$1" >> } >> > >> (There's one issue here: I would like to write echo -- "$1", but echo >> doesn't understand --. Bummer.) > > echo _cannot_ be used to portably echo arbitrary strin

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Ryan Johnson
On 10/08/2011 7:16 AM, Heiko Elger wrote: Ryan Johnson writes: Did you reboot? Windows won't notice the changes made by peflagsall until you do so. yes Also, you never mentioned what you are making. Are you, by chance building an app which builds helper binaries and/or lots of shared librar

Re: emacs and large-address awareness under recent snapshots

2011-08-10 Thread Corinna Vinschen
On Aug 9 22:33, Ken Brown wrote: > On 8/9/2011 2:21 PM, Ken Brown wrote: > BTW, I don't necessarily have to use the malloc that comes with > emacs. I just verified that I can build emacs so that it uses > Cygwin's malloc. I haven't done any testing yet to make sure there > are no glitches, but I

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Ryan Johnson writes: > Did you reboot? Windows won't notice the changes made by peflagsall > until you do so. yes > Also, you never mentioned what you are making. Are you, by chance > building an app which builds helper binaries and/or lots of shared > libraries? Apps such as emacs, gcc, an

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Heiko Elger writes: > > Christopher Faylor writes: > > > > > On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: > > >Hello, > > > > > >I know there are lots of such postings "Resource temporarily unavailable" > > >But using lates snapshot (2011-08-03): there are changes by C. Faylor

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Ryan Johnson
On 10/08/2011 7:04 AM, Heiko Elger wrote: Christopher Faylor writes: On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: Hello, I know there are lots of such postings "Resource temporarily unavailable". But using lates snapshot (2011-08-03): there are changes by C. Faylor printing ca

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Christopher Faylor writes: > > On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: > >Hello, > > > >I know there are lots of such postings "Resource temporarily unavailable". > >But using lates snapshot (2011-08-03): there are changes by C. Faylor > >printing > >cause of fork failure. >