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
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
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
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
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
[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
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
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
8 matches
Mail list logo