Re: make $(wildcard) not working with samba shares

2006-05-05 Thread Ken Cecka
On Fri, 21 Apr 2006, Eric Blake wrote: > >> I'm having a problem with cygwin make and the $(wildcard) function. I've >> attached a Makefile which demonstrates the problem. The gnu make >> documentation indicates that the wildcard function should only return files >> or directories that exist, bu

Re: C exe redirection blank file

2006-05-05 Thread René Berber
[EMAIL PROTECTED] wrote: > Thanks for your reply, > >>> * Suddenly I could no longer redirect the output of this program, and the >>> two >>> files it created were now blank. >> [snip] > >> Did you forget to close the files > Thanks for that, that's fixed the writing of the files! Dunno why th

Re: C exe redirection blank file

2006-05-05 Thread [EMAIL PROTECTED]
Thanks for your reply, > > * Suddenly I could no longer redirect the output of this program, and the > > two > > files it created were now blank. > [snip] > Did you forget to close the files Thanks for that, that's fixed the writing of the files! Dunno why that's happened only on this machine.

fork: child -1 - CreateProcessA failed, errno 11

2006-05-05 Thread Torfinn Ottesen
OS : Windows XP Pro SP1 cygwin: fresh as of february 2006 I am trying to run a lot of numerical analysis in loop using "bash", principally as follows: for case in 1 2 3 ... 132 do prepare input-$case analyse input-$case save results-$case done I find that my loops are O

Re: ssmtp apparently generating random email address?

2006-05-05 Thread Jim Drash
ssmtp cannot generate some random e-mail addresses. It does not run as a daemon. I would venture to guess it is some mailing list you belong to that has the problem. It is not ssmtp On 5/5/06, zzapper <[EMAIL PROTECTED]> wrote: I run various jobs from cron and then use :- /usr/sbin/ssmtp t

Re: terminal escape codes

2006-05-05 Thread Jeff Lange
While that does work, It unfortunately isn't an acceptable solution for me. I really need to be running this from a plain text console. Any other ideas? Thanks. -Jeff On 5/5/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: Jeff Lange wrote: > Hi, > I have a program that will connect to an

Re: terminal escape codes

2006-05-05 Thread Larry Hall (Cygwin)
Jeff Lange wrote: Hi, I have a program that will connect to another host via telnet and work like a terminal emulator. This works fine in Linux, but under cygwin, when the host sends out the vt220 command (B cygwin apparently doesn't know how to handle this escape code, and it ends up displayi

terminal escape codes

2006-05-05 Thread Jeff Lange
Hi, I have a program that will connect to another host via telnet and work like a terminal emulator. This works fine in Linux, but under cygwin, when the host sends out the vt220 command (B cygwin apparently doesn't know how to handle this escape code, and it ends up displaying the B on the scr

Re: C exe redirection blank file

2006-05-05 Thread René Berber
andyburgess wrote: > I have been developing a system with the wonderful Cygwin and have > encountered a problem today. A program I was developing on a development PC I > copied over to the 'live' box (through network). This program produces two > fopen'ed files written with fprintf. > > Summary o

C exe redirection blank file

2006-05-05 Thread andyburgess
Hi there, I have been developing a system with the wonderful Cygwin and have encountered a problem today. A program I was developing on a development PC I copied over to the 'live' box (through network). This program produces two fopen'ed files written with fprintf. Summary of issue: * Suddenly I

ssmtp apparently generating random email address?

2006-05-05 Thread zzapper
I run various jobs from cron and then use :- /usr/sbin/ssmtp to mail the results back to me. Every few days I get a mail back from some distant mail server compaining the destination email address does not exist. The email address however is one I don't recognise at all, the email address has

Re: SVN_EDITOR

2006-05-05 Thread Warren Young
Harmin Rueda wrote: svn: None of the environments variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found. How can I solve this problem? How about you set one of these environment variables: SVN_EDITOR, VISUAL, or EDITOR? This is not a C

Re: SVN_EDITOR

2006-05-05 Thread mwoehlke
Harmin Rueda wrote: Hi: I am executing svn commands from cygwin and I get this messages: svn: None of the environments variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found. How can I solve this problem? (I'm assuming you're using bash a

SVN_EDITOR

2006-05-05 Thread Harmin Rueda
Hi: I am executing svn commands from cygwin and I get this messages: svn: None of the environments variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found. How can I solve this problem? Thanks Harmin -- Unsubscribe info: http://cygwi