bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: diffutils/findutils under Tru64


From: Kevin Dalley
Subject: Re: diffutils/findutils under Tru64
Date: 09 Jun 2001 11:50:34 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.4 (Copyleft)

For findutils, please take a look at
ftp://alpha.gnu.org/gnu/findutils-4.1.7.tar.gz
which is the latest alpha release of findutils.  This release is
better in most (perhaps all) ways than 4.1.  I believe that this will
solve your bug.

Thanks for the bug report.

Ling Shi <address@hidden> writes:

> Hi,
> 
> I'm building diffutils and findutils under Tru64 v5.1. They both
> failed at same file, fnmatch.c. Should I report it to Compaq
> as well? 
> 
> address@hidden diffutils-2.7 [2:240] uname -a
> OSF1 murder.cs.mu.OZ.AU V5.1 732 alpha
> address@hidden diffutils-2.7 [2:241] cc -V
> Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732)
> Compiler Driver V6.3-026 (sys) cc Driver
> 
> ==============
> diffutils v2.7
> ==============
> 
> cc -c  -DHAVE_CONFIG_H -I. -I. -g fnmatch.c
> cc: Error: fnmatch.c, line 67: In this statement, "FNM_CASEFOLD" is not
> declared
> . (undeclared)
>       c = FOLD (c);
> ----------^
> cc: Error: fnmatch.c, line 74: In this statement, "FNM_FILE_NAME" is not
> declare
> d. (undeclared)
>           else if ((flags & FNM_FILE_NAME) && *n == '/')
> ----------------------------^
> cc: Error: fnmatch.c, line 202: In this statement, "FNM_LEADING_DIR" is
> not decl
> ared. (undeclared)
>   if ((flags & FNM_LEADING_DIR) && *n == '/')
> ---------------^
> *** Exit 1
> Stop.
> 
> ==============
> findutils v4.1
> ==============
> 
> cc -c -DHAVE_CONFIG_H -I.. -I.  -g fnmatch.c
> cc: Error: fnmatch.c, line 58: In this statement, "FNM_CASEFOLD" is not
> declared
> . (undeclared)
>       c = FOLD (c);
> ----------^
> cc: Error: fnmatch.c, line 65: In this statement, "FNM_FILE_NAME" is not
> declare
> d. (undeclared)
>           else if ((flags & FNM_FILE_NAME) && *n == '/')
> ----------------------------^
> cc: Error: fnmatch.c, line 193: In this statement, "FNM_LEADING_DIR" is
> not decl
> ared. (undeclared)
>   if ((flags & FNM_LEADING_DIR) && *n == '/')
> ---------------^
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> 
> Using gcc returned similar error:
> 
> gcc -c  -DHAVE_CONFIG_H -I. -I. -g -O fnmatch.c
> fnmatch.c: In function `fnmatch':
> fnmatch.c:67: `FNM_CASEFOLD' undeclared (first use in this function)
> fnmatch.c:67: (Each undeclared identifier is reported only once
> fnmatch.c:67: for each function it appears in.)
> fnmatch.c:74: `FNM_FILE_NAME' undeclared (first use in this function)
> fnmatch.c:202: `FNM_LEADING_DIR' undeclared (first use in this function)
> make: *** [fnmatch.o] Error 1
> 
> address@hidden diffutils-2.7 [2:258] gcc -v
> Reading specs from
> /usr/local/apps/gcc-20001002/lib/gcc-lib/alpha-dec-osf5.1/2.97/specs
> gcc version 2.97 20001002 (experimental)
> 
> -- 
> Cheers,
> Ling Shi
> Email: address@hidden / address@hidden         Ph: 8344 9108
> 
> _______________________________________________
> Bug-gnu-utils mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-gnu-utils
> 

-- 
Kevin Dalley
SETI Institute
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]