Re: Send command and parameters into cygwin.bat

2006-09-16 Thread Larry Hall (Cygwin)
. Reformatted. mocs wrote: mwoehlke-2 wrote: mocs wrote: Ive would like to edit my cygwin.bat so a command into "cygwin" starts automatically with a document and some parameters, how should i write? 'man bash' > Now I can start an application in cygwin wi

Re: downgrading make version

2006-09-16 Thread Christopher Faylor
On Sat, Sep 16, 2006 at 05:13:08PM +0200, Kovarththanan Rajaratnam wrote: >Dave Korn wrote: >>On 10 September 2006 19:22, Amit Partani wrote: >>Run setup.exe, when you get to the package chooser, click 'Keep' to >>keep the rest of the installation the same, then in either the full or >>category vie

Re: downgrading make version

2006-09-16 Thread Kovarththanan Rajaratnam
Hello Dave Korn wrote: On 10 September 2006 19:22, Amit Partani wrote: Run setup.exe, when you get to the package chooser, click 'Keep' to keep the rest of the installation the same, then in either the full or category view keep clicking on make until you get the 3.80 version selected. Am I

Re[2]: add folder name to filename

2006-09-16 Thread oleyk
hi Nikolaos NAP> Fixed : NAP> added a space after "folder": NAP> for file in folder */*; do ^^ NAP> echo folder */* NAP> dir=$(basename "$(dirname "$file")") NAP> base=$(basename "$file") NAP> mv "$file" "$(dirname "$file")/${dir}_${base}" NAP> done "Script started,

Re: Send command and parameters into cygwin.bat

2006-09-16 Thread mocs
Now I can start an application in cygwin with a single command:-) @echo off C: chdir C:\program\cygwin\bin bash --login -i -c %xmds But how should I write if I want to start the application with a certain parameter or input file? What I would like to do is to run the following command "xmds -

Re: RE: 1.5.21: Problems with fifos

2006-09-16 Thread Holger Kiehl
On Tue, 5 Sep 2006, Dave Korn wrote: On 05 September 2006 09:39, Holger Kiehl wrote: Attached I have the cygcheck.out file. Please tell me if I forget to mention any information that could be usefull or what I can do to solve this. The single most valuable thing you could do would be try a

program startup problem

2006-09-16 Thread VandeVondele Joost
Hi, I'm having a problem where a program of mine is crashing with a sigsegv, but I'm clueless as to why it happens. The same source runs fine on a variety of machines, including my cygwin setup at home, but a friend is seeing the following segfault with backtrace: (gdb) run H2O.inp Starting