Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-03 Thread Paul Eggert
Georg Schwarz <[EMAIL PROTECTED]> writes: > cfe: Warning 728: ./allocsa.h, line 113: Long double not supported; double > assumed. > cfe: Warning 848: fsusage.c, line 102: Lshift with undefined behaviour. > cfe: Warning 763: getndelim2.c, line 95: value is outside range representable > for type '

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-03 Thread Jim Meyering
Georg Schwarz <[EMAIL PROTECTED]> wrote: > coreutils 6.6 fails to compile on IRIX 5.3 like this: Thanks for the report. For starters, I suggest that you try to use a different compiler. > lorenz 10% env GREP=/usr/sbin/grep ./configure --prefix=/usr/local > checking build system type... mips-sgi-i

Re: the -x option of du misbehaves depending on arguments

2006-12-03 Thread Jim Meyering
Mike Frysinger <[EMAIL PROTECTED]> wrote: > if `du -x` is given a bunch of dirs and files in the same directory, then it > fails to descend into the subdirs ... for exampe: > $ mkdir foo > $ cd foo > $ echo somestring > file > $ mkdir emptydir nonemptydir > $ cp file nonemptydir/ > > [these work] >