Thank you for reporting that. Unfortunately, the code in question is not part of the GNU coreutils package.
ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.0.tar.gz ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.0.tar.bz2 Please provide more information on the version/origin of your sources. Could your sources include modifications from some vendor like RedHat, SuSE, or Mandrake? Sunil <[EMAIL PROTECTED]> wrote: > coreutils compile failed on solaris 2.6 because > MBRTOWC is not defined. Its just about parenthesis in > wrong place and because on GNU systems MBRTOWC is > defined, th e code compiles. > > ############### PATCH BEGIN ################ > > --- src/cut.c.ORG 2004-02-08 16:25:32.888099000 > -0800 > +++ src/cut.c 2004-02-08 16:19:54.673963000 -0800 > @@ -1207,8 +1207,8 @@ > mbdelim[0] = '\t'; > mbdelim[1] = '\0'; > delimlen = 1; > - } > #endif > + } ... _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
