Elbert Pol <[email protected]> wrote: > I just tried this again with Os2 and Gcc 4.33 and all went well except for a > small warning in the make. > localcharset.c:80:1: warning: "ISSLASH" redefined > In file included from localcharset.c:21: > ./config.h:1681:1: warning: this is the location of the previous definition > > But if i look @ localcharset.c in the /lib directorie i see spaces on the > line 80 and line 21 > > But anyhow it compiles ok, the test check i run later. > > Thankz you all for making this. > > One thing i don't understand why the rm.exe is not working proper :( > U:\coreutils-7.0.171-0dc44\src>md bretel > > U:\coreutils-7.0.171-0dc44\src>rm bretel > rm.exe: cannot remove `bretel': Is a directory > > U:\coreutils-7.0.171-0dc44\src>rm -R bretel > rm.exe: FATAL: cannot enter directory `bretel': Bad file number
Thanks for the report. I suspect it's due to lack of some POSIX file system-related functionality in OS2. However, before trying to diagnose any high-level tool failure, you should run "make -k check" and report the results. That will include the results of some lower-level unit tests. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
