Can locate/updatedb be used on Digital UNIX 4.0d-f? Where can I get it if
it exists? I downloaded locate/updatedb as part of a package
"findutils-4.1.tar.gz" and attempted to install it but the makefile fails
as you can see.
c -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g nextelem.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g savedir.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g xmalloc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g getline.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g xstrdup.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -g xgetcwd.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -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
declared. (undeclared)
else if ((flags & FNM_FILE_NAME) && *n == '/')
----------------------------^
cc: Error: fnmatch.c, line 193: In this statement, "FNM_LEADING_DIR" is not
declared. (undeclared)
if ((flags & FNM_LEADING_DIR) && *n == '/')
---------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Thank you in advance.
Dane
Received on Mon Mar 20 2000 - 22:59:49 NZST