Re: BUG: bash-3.2.15

2007-08-27 Thread COLLETTE Yann
Hello, Thanks for your answer. I will convert my files. YC On 27 August 2007 08:25, COLLETTE Yann wrote: Hello, Bash-3.2.15 Bash-3.1.6 Bash no longer accepts CRLF. See any of the recent ANNOUNCE mails in the archives for full information. for Name in `cat Liste_EMails_68240.txt

BUG: bash-3.2.15

2007-08-27 Thread COLLETTE Yann
Hello, I'm using the last version of cygwin (1.5.24-2). I just meet a problem with the last bash (3.2.15). Here is the result of a test script: When I use the command email instead of echo in the test script, email complains about a malformed command line ... --- Bash

Re: gcc problem - cygwin-1.5.19-4

2006-01-31 Thread COLLETTE Yann
Hello, It's not a flag problem: sometimes when I invoke "make" this problem happens and the, 1 or 2 seconds after, if I invoke again "make", it works fine without any modifications. I have never meet this problem with the preceding version of cygwin. It happened since 1.5.19. Could it be a tr

Re: find problem: cygwin-1.5.19-4

2006-01-24 Thread COLLETTE Yann
FILE_SUPPORTS_ENCRYPTION: FALSE FILE_NAMED_STREAMS : TRUE FILE_READ_ONLY_VOLUME : FALSE Your sincerely, Yann COLLETTE Eric Blake a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to COLLETTE Yann on 1/24/2006 12:38 AM: $ find . -name "*.o"

Re: gdb problem - cygwin-1.5.19-4

2006-01-24 Thread COLLETTE Yann
Thanks, I totally forgot to look in the mailing list archive. Yann COLLETTE -- Disclaimer Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus.

gdb problem - cygwin-1.5.19-4

2006-01-23 Thread COLLETTE Yann
Hello, I've a problem with gdb. The message displayed by gdb is the following: (gdb) run Starting program: /cygdrive/g/MAPAO/Optim_2/Main/Reg/OptimizeReg.exe Program received signal SIGSEGV, Segmentation fault. 0x610ae938 in pthread_key_create () from /usr/bin/cygwin1.dll (gdb) where #0 0x610a

find problem: cygwin-1.5.19-4

2006-01-23 Thread COLLETTE Yann
Hello, I've a problem with the command find: $ find . -name "*.o" -exec rm {} \; -print find: /cygdrive/g/MAPAO/Meta-c++/Experiment/CVS changed during execution of find (old inode number -411248424, new inode number -397277624, filesystem type is user) [ref 1114] find: /cygdrive/g/MAPAO/Meta-c

gcc problem - cygwin-1.5.19-4

2006-01-23 Thread COLLETTE Yann
Hello, I've a problem with gcc: sometimes gcc can't find some include files. TestSpeedMetric.cpp:46:26: ParetoSoft.hpp: No such file or directory TestSpeedMetric.cpp: In function `int main()': TestSpeedMetric.cpp:155: error: `ParetoSoft' undeclared (first use this function) TestSpeedMetric.cpp: