Re: Error Installing Cygwin (setup-x86_64.exe & setup-x86) - No setup.ini.sig found.

2015-10-17 Thread Nicolas Roche
> You can always tell it to not check the signature (--no-verify / -X), > but if the directory you set it upon looks like a mirror and has a setup > file, then it will by default want to check the signature (belonging to > the actual suffix used: .xz, .bz2 and lastly .ini). > Even with -X the in

Re: bash CR and backquotes trouble

2006-11-07 Thread Nicolas Roche
Eric Blake a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 11/7/2006 6:35 AM: Have you tried the experimental bash-3.2.3-5, and exporting SHELLOPTS in your environment with igncr specified? Within bash, SHELLOPTS is read-only, but reflects the current shel

Re: bash CR and backquotes trouble

2006-11-07 Thread Nicolas Roche
Larry Hall (Cygwin) a écrit : On 11/02/2006, Nicolas Roche wrote: Will try Dan solution with the new version of bash. As I said in my previous mail, if you are interesting in the results I will send them. Why not. Ok, here are the results of my experiences. I have set my environment so

Re: bash CR and backquotes trouble

2006-11-02 Thread Nicolas Roche
Larry Hall (Cygwin) a écrit : Nicolas Roche wrote: Larry Hall (Cygwin) a écrit : On 11/02/2006, Nicolas Roche wrote: I am using bash version: 3.1.17(9) I have tried to use shopt -s igncr but I have an issue with the following shell construct: t=`gcc --print-multi-lib` where gcc is a mingw

Re: bash CR and backquotes trouble

2006-11-02 Thread Nicolas Roche
Wilks, Dan a écrit : So you could give the new experimental version of Bash a try Thanks for your answer. Will make a try. Should I send my results ? I tried to found the answer by myself but this change has generated so much discussion, mostly concerning running scripts containing CR/LF whi

Re: bash CR and backquotes trouble

2006-11-02 Thread Nicolas Roche
Larry Hall (Cygwin) a écrit : On 11/02/2006, Nicolas Roche wrote: I am using bash version: 3.1.17(9) I have tried to use shopt -s igncr but I have an issue with the following shell construct: t=`gcc --print-multi-lib` where gcc is a mingw gcc. As my gcc is a mingw program, it outputs CR

bash CR and backquotes trouble

2006-11-02 Thread Nicolas Roche
Hi, I saw that there was some changes in bash concerning handling of CR (that raise a lot of discussion :-)) I am using bash version: 3.1.17(9) I have tried to use shopt -s igncr but I have an issue with the following shell construct: t=`gcc --print-multi-lib` where gcc is a mingw gcc. As

Re: help on makefile

2004-08-27 Thread Nicolas Roche
Yung Leem wrote: Hello to all cygwin experts, I am a newbie cygwin user that's having a problem compiling a java source. I am running a makefile that's calling "javac -cp [some_dir] /cygdrive/c/blah/myclass.java" that's complaining about not being able to find that file. Being familiar with unix

Re: Question about moving cygwin to another dirve

2004-08-17 Thread Nicolas Roche
Another solution is to use the cygwin mount command in order to change the location of / Nico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cy

Re: Run complex chain of windows batch files in cyg

2004-08-12 Thread Nicolas Roche
did you launch the Windows Shell (using cmd) in your term before starting your build process ? Nico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h