Mail Archives: cygwin/1998/07/21/03:30:36
When installing Octave w/ Cyg19.1B I have found that the script
install_octave failed because in line
find $fcnfiledir -type f -print | xargs chmod 0644
xargs received in input a bit more that 9K of filenames.
any input > of this resulted in
XARGS provoked a stack error in module KERNEL32.DLL at 0137:bff725c5.
obviously all went right when I changed the line
find $fcnfiledir -type f -print | xargs --max-args=50 chmod 0644
but isn't it a bug?
------
dm2 AT unipg DOT it is Daniele Mezzetti
Strada delle Pulite 50
06125 Perugia, Italy
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -