Re: coreutils 6.6 fails to compile on IRIX 5.3

2007-01-04 Thread Paul Eggert
Thanks for checking it. Can you please try the enclosed wctype_.h instead? (You may need to do a 'make clean' first.) This is a bit more drastic, but I think it's more likely to compile and link on IRIX 5.3. Thanks. /* A substitute for ISO C99 , for platforms that lack it. Copyright (C) 20

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-27 Thread Paul Eggert
> Eric Blake <[EMAIL PROTECTED]> wrote: >> I'm supposing the alternative would be to make the wctype module smarter, >> and implement the CX shading in POSIX that says that is allowed >> to pull in all of . That would work just fine, but I think I mildly prefer the approach you installed, as it's

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-27 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > According to Eric Blake on 12/27/2006 6:18 AM: >> >> I'm checking this in to fix this issue on platforms that do not need a >> replacement . It is not a true reversion, since it rearranges >> the include order to let pulls in prerequisites required for >>

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 12/27/2006 6:18 AM: > > I'm checking this in to fix this issue on platforms that do not need a > replacement . It is not a true reversion, since it rearranges > the include order to let pulls in prerequisites required for

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 12/26/2006 5:17 PM: >> We could put this into every source file that includes wctype.h, >> but I think it's cleaner to have a wctype module that handles >> wctype gotchas like this. >> >> 2006-12-21 Paul Eggert cs.ucla.edu

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-26 Thread Eric Blake
Paul Eggert CS.UCLA.EDU> writes: > > This is following up on the thread here: > > ... > We could put this into every source file that includes wctype.h, > but I think it's cleaner to have a wctype module that handles > wcty

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-23 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > ! #if HAVE_WCHAR_H > ! # include > ! #else > ! # ifndef iswprint > ! # define iswprint(wc) 1 > ! # endif > ! #endif That should work, but I'd prefer something less intrusive on uses of the module, so that the source code says only "#include ". I'm wil

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-22 Thread Bruno Haible
Paul Eggert wrote: > 2006-12-21 Paul Eggert <[EMAIL PROTECTED]> > > * MODULES.html.sh: New module wctype. > * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files. > * lib/fnmatch.c: Don't bother to include before > , since the new wctype module should fix this. >

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-22 Thread Bruno Haible
Paul Eggert wrote: > 2006-12-21 Paul Eggert <[EMAIL PROTECTED]> > > * MODULES.html.sh: New module wctype. > * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files. > * lib/fnmatch.c: Don't bother to include before > , since the new wctype module should fix this. >

Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-21 Thread Paul Eggert
This is following up on the thread here: Georg Schwarz <[EMAIL PROTECTED]> writes: > 6.7 fails the same way: > > cc -g -o dir ls.o ls-dir.o ../lib/libcoreutils.a ../lib/libcoreutils.a > ld: > Unresolved: > _ctmp_ > _iswct

Re: [Georg Schwarz] Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-04 Thread Georg Schwarz
Am 04.12.2006 um 10:16 schrieb Paul Eggert: From: Georg Schwarz <[EMAIL PROTECTED]> Subject: Re: coreutils 6.6 fails to compile on IRIX 5.3 configure:20647: cc -c -g conftest.c >&5 cfe: Warning 807: conftest.c, line 185: member cannot be of function or incom

Re: [Georg Schwarz] Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-04 Thread Paul Eggert
> From: Georg Schwarz <[EMAIL PROTECTED]> > Subject: Re: coreutils 6.6 fails to compile on IRIX 5.3 > configure:20647: cc -c -g conftest.c >&5 > cfe: Warning 807: conftest.c, line 185: member cannot be of function > or incomple > te type. >

[Georg Schwarz] Re: coreutils 6.6 fails to compile on IRIX 5.3

2006-12-04 Thread Jim Meyering
Thanks for the details. For the record, I'm sending this to bug-gnulib, so others know, too. From: Georg Schwarz <[EMAIL PROTECTED]> Subject: Re: coreutils 6.6 fails to compile on IRIX 5.3 Date: Sun, 3 Dec 2006 23:31:31 +0100 To: Jim Meyering <[EMAIL PROTECTED]> Am 03

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 t