Hi,
maybe there is a file like "-xxx" in the directory, which will be
interpreted as an argument to ls.
Try the following:
for U in *; do echo $U; ls $U || break; done
The loop should stop at the file making problems and above the
error statement you should see the according filename.
Greeting
Hi, I tried to compile a package called csp: configure worked
well, but gcc complained about "snwprintf" undeclared.
Looking at the docs of csp i found
** A bug in Cygwin's C++ compiler (GCC) prevents code using
wcout/wcerr from compiling for now. Hopefully some future update
to Cygw
2 matches
Mail list logo