Re: [ANNOUNCEMENT] Updated: bash-3.1-9

2006-10-05 Thread Frank Illenseer
Or even experiment with the SHELLOPTS environment variable. If you set it in windows, even the first run of bash will obey igncr; or, from within bash, if you do 'export SHELLOPTS' to convert it from a shell variable to an environment variable, then further bash invocations will inherit the setti

RE: shopt igncr not working

2006-10-04 Thread Frank Illenseer
Hi Kazuyuki, thanks for pointing this oiut, but 1) bash version is correct, i.e. GNU bash, version 3.1.17(9)-release (i686-pc-cygwin) as recommended 2) I indeed applied the comment character "#" at the end when using as the first line of the shell script 3) When trying the optio

shopt igncr not working

2006-10-03 Thread Frank Illenseer
Hi all, i am experiencing problems with the newly introduced shopt "igncr" to solve the problem with CRNL in shell scripts on binary mounts. Unfortunately this is not working for me at all: I tried all possible places - first line of the shell script - $HOME/.bash_profile - "-O igncr" at in

Re: Problems with archiver "ar"

2006-10-02 Thread Frank Illenseer
Don't mount to /cygdrive/c/DATA/; mount points to a subdirectory of /cygdrive don't really do any good, because the path resolution does not look for mount points residing inside /cygdrive. Instead, mount c:\data\myproject to a POSIX path (ie. something like /myProject). Thanks, Eric, for point

Re: Problems with archiver "ar"

2006-10-02 Thread Frank Illenseer
Thanks Eric for the proposals for "mount": >mount -f -u -t "c:/cygwin/home/eblake/text" "/home/eblake/text" Unfortunately this does not work for me. (Shell scripts still show that this is not mounted in textmode). The directory I have to mount in textmode would be C:\DATA\myProject\solu

Re: Problems with archiver "ar"

2006-09-28 Thread Frank Illenseer
[Sending this to the mailing list also, as my reply only got to eric directly...] Hi Eric, first of all thanks for your reply. Sounds like ar needs to be taught about open(O_BINARY)/fopen("rb") (or be linked with binmode.o). Do I have to post this advice in any other list to get it to note

Re: Re: Problems with archiver "ar"

2006-09-27 Thread Frank Illenseer
Sorry - for not providing all infos... I did some additional tests: When mounting my drives in "binmode" the error is gone and when mounting them in "textmode" the error is there. But due to the newest bash update, I rather need "textmode" to re-use my existing scripts without conversion, as

Problems with archiver "ar"

2006-09-26 Thread Frank Illenseer
Hi all, with the current CYGWIN installation I suddenly get errors with the archiver "ar": ar: creating MYlib.a 15 [main] ar 3024 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack) or ar: MYlib.a: Memory exhausted I am using CYGWIN on Windows X