Re: popup consoles on Windows 7

2009-04-15 Thread Andy Koppe
Corinna Vinschen: > If the above code also allocs a console window when run from a non-cygwin > (mingw) application, then this should be reported as a bug to Microsoft. I can confirm this one now. This little test opens a console window on 7, but not Vista, when compiled with 'gcc -mno-cygwin -mwi

Re: popup consoles on Windows 7

2009-04-15 Thread Andy Koppe
Corinna Vinschen: > Treat it as a bug in Windows 7, probably.  Do you get the console window > as soon as you call AllocConsole, or does it open later? It opens when invoking AllocConsole(). If I take out both the AllocConsole() and the execve(), no console is opened. > If so, it could also be t

Re: GREP: Memory Exhausted

2009-04-15 Thread Andy Koppe
>>  Letters in an error message don't just randomly change between upper and >> lower case for no reason. > > It just prints argv[0], so if you invoke it as GREP it will report as > GREP, thanks to case insensivity. ps: Sorry, of course that doesn't account for "Memory Exhausted" being uppercase.

Re: GREP: Memory Exhausted

2009-04-15 Thread Andy Koppe
> Shailesh Dadure wrote: > >> GREP: Memory Exhausted > > Andy Hall wrote: > >> grep: memory exhausted > >  Letters in an error message don't just randomly change between upper and > lower case for no reason. It just prints argv[0], so if you invoke it as GREP it will report as GREP, thanks to case

Re: GREP: Memory Exhausted

2009-04-15 Thread Christopher Faylor
On Wed, Apr 15, 2009 at 08:46:52PM +0100, Dave Korn wrote: >Shailesh Dadure wrote: >>GREP: Memory Exhausted > >Andy Hall wrote: > >>grep: memory exhausted > >Letters in an error message don't just randomly change between upper >and lower case for no reason. Either you two are using different >vers

Re: GREP: Memory Exhausted

2009-04-15 Thread Dave Korn
Shailesh Dadure wrote: > GREP: Memory Exhausted Andy Hall wrote: > grep: memory exhausted Letters in an error message don't just randomly change between upper and lower case for no reason. Either you two are using different versions of grep, or Shailesh did not accurately report the *actual*

Re: WTF/database still needs updating

2009-04-15 Thread Lee D.Rothstein
YSHFRTT is not in the 'wtf' database which means, 'wtf'' needs to be 're-rolled'? --On Wednesday, April 15, 2009, Owen Rees noted: >--On Wednesday, April 15, 2009 09:03:57 -0400 Lee D. Rothstein wrote: > >> ISHFRTT not in WTF database. > >It is the first-person form of YSHFRTT (which is in OLOCA

RE: GREP: Memory Exhausted

2009-04-15 Thread Andy Hall
I get this error all the time from simple recursive greps on large source directory trees. E.g. $ grep -r zap * Binary file SDE/BUILD_DBG/dist/ship.tar matches Binary file SDE/BUILD_DBG/ship/lib/servlet-api.jar matches grep: memory exhausted $ grep --version GNU grep 2.5.3 Copyright (C) 1988,

cygwin 1.7.0 : limited connection number on X?

2009-04-15 Thread jean-luc malet
Hi, I have a strange issue and I'm not sure it's a bug I often launch lot of X applications and recently after trying the 1.7.0 version of cygwin.dll, I have some kind of connection limit after opening about 20 vim (some with tabs, using vim servers) and xterms, I can't open any other X window, I g

Re: [openssh] unnatended instalation + forcing service account

2009-04-15 Thread Julio Costa
On Wed, Apr 15, 2009 at 15:00, Charles Wilson wrote: > Julio Costa wrote: >> Came to think of it, there is also another possibility (and a simpler >> one), and that is to code the --yes option on the ssh-host-config to >> use the (new) -f option to the csih, avoiding coding the extra >> parameter (

Re: popup consoles on Windows 7

2009-04-15 Thread Corinna Vinschen
On Apr 15 16:14, Andy Koppe wrote: > I think I found the reason why consoles pop up for mintty and XWin on > Windows 7. Cygwin's fhandler_console.cc uses a clever trick where it > allocates a console on an invisible custom "window station". I tried > to do the same in the mintty child process, but

Re: popup consoles on Windows 7

2009-04-15 Thread Andy Koppe
I think I found the reason why consoles pop up for mintty and XWin on Windows 7. Cygwin's fhandler_console.cc uses a clever trick where it allocates a console on an invisible custom "window station". I tried to do the same in the mintty child process, but found that AllocConsole() no longer cares w

Re: [openssh] unnatended instalation + forcing service account

2009-04-15 Thread Charles Wilson
Julio Costa wrote: > Came to think of it, there is also another possibility (and a simpler > one), and that is to code the --yes option on the ssh-host-config to > use the (new) -f option to the csih, avoiding coding the extra > parameter (--force) just for this behavior. After all, this behavior >

Re: Building static executables

2009-04-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Fergus on 4/15/2009 7:15 AM: > Q1. Can anybody tell me why cygcheck /bin/rxvt.exe does not show > libW11.dll as a dependency? Because dlsym() allows one to have true dynamic dependencies, rather than static dependencies on .dlls as record

Building static executables

2009-04-15 Thread Fergus
I noticed that /bin/bash.exe has several library dependencies: ~> cygcheck /bin/bash.exe D:\bin\cygwin1.dll D:\bin\cygintl-8.dll D:\bin\cygiconv-2.dll D:\bin\cygreadline6.dll D:\bin\cygncurses-8.dll (as well as other requirements under c:\Windows\system32\ not listed here). I was

Re: llvm-gcc + gmp 4.1?

2009-04-15 Thread Dave Korn
Dave Korn wrote: > So... why do you think this is a gmp issue? ISHFRTT! Pardon me. cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: llvm-gcc + gmp 4.1?

2009-04-15 Thread Dave Korn
Reini Urban wrote: > I needed llvm. > llvm builds fine, but llvm-gcc for fortran requires an updated gmp > 4.1, which is interesting because we have gmp-4.2.4. > This looks like a gcc upstream problem. > And the llvm gcc frontend is only at 4.2, not 4.3, which would make life > easier. > Dave, do h

Re: [openssh] unnatended instalation + forcing service account

2009-04-15 Thread Corinna Vinschen
On Apr 15 11:30, Julio Costa wrote: > On Wed, Apr 15, 2009 at 09:31, Corinna Vinschen wrote: > > On Apr 14 18:55, Julio Costa wrote: > >> Now that Chuck has released a new csih, maybe also the possibility to > >> use an alternative account could be added to this patch... > >> [...] > > But that alr

Re: [openssh] unnatended instalation + forcing service account

2009-04-15 Thread Julio Costa
On Wed, Apr 15, 2009 at 09:31, Corinna Vinschen wrote: > On Apr 14 18:55, Julio Costa wrote: >> Now that Chuck has released a new csih, maybe also the possibility to >> use an alternative account could be added to this patch... >> Can you look into this, please? This is also important because in >>

Re: [1.7] cygpath broken?

2009-04-15 Thread Corinna Vinschen
On Apr 15 10:47, Corinna Vinschen wrote: > On Apr 14 23:20, Greg Couch wrote: > > I'm seeing some really weird behavior with cygpath in cygwin 1.7 on Vista > > Home Premium. For instance, if I'm in my home directory and there's an > > image.png file in it: > > > > $ ls -l image.png > >

Re: R: llvm-gcc + gmp 4.1?

2009-04-15 Thread Reini Urban
2009/4/15 Marco Atzeri: > --- Mer 15/4/09, Reini Urban  ha scritto: > >> Da: Reini Urban >> Oggetto: llvm-gcc + gmp 4.1? >> A: "The Cygwin Mailing List" >> Data: Mercoledì 15 Aprile 2009, 10:01 >> I needed llvm. >> llvm builds fine, but llvm-gcc for fortran requires an >> updated gmp >> 4.1, which

Re: [1.7] cygpath broken?

2009-04-15 Thread Corinna Vinschen
On Apr 14 23:20, Greg Couch wrote: > I'm seeing some really weird behavior with cygpath in cygwin 1.7 on Vista > Home Premium. For instance, if I'm in my home directory and there's an > image.png file in it: > > $ ls -l image.png > -rwxrwxrwx 1 gregc None 6211 Apr 5 16:00 image.png

Re: [openssh] unnatended instalation + forcing service account

2009-04-15 Thread Corinna Vinschen
On Apr 14 18:55, Julio Costa wrote: > Hi Corinna, > > Did you get to see the proposed patch in this thread? > http://sourceware.org/ml/cygwin/2009-03/msg00857.html > http://sourceware.org/ml/cygwin/2009-03/msg00858.html No, I didn't see that this also contains patches to ssh-host-config. > Now t

R: llvm-gcc + gmp 4.1?

2009-04-15 Thread Marco Atzeri
--- Mer 15/4/09, Reini Urban ha scritto: > Da: Reini Urban > Oggetto: llvm-gcc + gmp 4.1? > A: "The Cygwin Mailing List" > Data: Mercoledì 15 Aprile 2009, 10:01 > I needed llvm. > llvm builds fine, but llvm-gcc for fortran requires an > updated gmp > 4.1, which is interesting because we have g

Re: IPC,FORK on Windows 2008 Server

2009-04-15 Thread Corinna Vinschen
On Apr 15 12:20, Yarlagadda Suresh wrote: > Is this problem fixed in release 1.7.0-46? Yes, sure. I just forgot to mention it in the release announcement. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT

llvm-gcc + gmp 4.1?

2009-04-15 Thread Reini Urban
I needed llvm. llvm builds fine, but llvm-gcc for fortran requires an updated gmp 4.1, which is interesting because we have gmp-4.2.4. This looks like a gcc upstream problem. And the llvm gcc frontend is only at 4.2, not 4.3, which would make life easier. Dave, do have any idea? http://llvm.org/re