Re: Running ipc shm applications outside /bin

2010-12-19 Thread Larry Hall (Cygwin)
On 12/18/2010 4:45 PM, Bruce Cran wrote: Hi, I've been trying to get an application running which calls shmget - despite running cygserver until now its always crashed with "Bad system call". I stumbled upon the solution of copying the binary into /bin and for some reason it works. Can anyone te

Re: python-devel How to install?

2010-12-19 Thread Larry Hall (Cygwin)
On 12/18/2010 4:03 PM, mike6679 wrote: This is the FULL error: error: command 'gcc' failed with exit status 1 make[1]: *** [pymod-build-stamp] Error 1 make[1]: Leaving directory `/cygdrive/c/MOBILE/SDK/pocketsphinx/base/sphinxbase- 0.6.1/python' make: *** [all-recursive] Error 1 Do I need to

unexpected jumps to the future in the system date

2010-12-19 Thread Denis Excoffier
Hello, I've experienced a curious behaviour of /usr/bin/date, more especially some large jumps in the future. Since i cannot formally exclude a BLODA problem, i'm not very comfortable at sending this, but see the additional remarks at the end. Program is `mytest': ---8<-

Script to save XP Win stuff

2010-12-19 Thread jwzumwalt
I thought I would share a script I use to save my important personal and config files. I hope this helps! #!/bin/bash # Pretty ANSI writing OFF="\033[0m" BOLD="\033[1m" DIM="\033[2m" RED="\033[1;31m" GREEN="\033[1;32m" YELLOW="\033[1;33m" BLUE="\033[1;34m" dir_name="personal_backup_`date +%Y-%m

Re: 1.7.7: wrapped sh.exe 100% cpu core usage and unexpected process behaviour

2010-12-19 Thread Vasek Prochazka
> Hi folks, > I have run into situation where sh.exe process consumes whole cpu core and > make > does not proceeds further. I observed this behavior on two unrelated cpu > intense > makefiles, but don really see a common cause. The second one even works as > expected when ran with -j1 but hangs