I am trying to build find on an HP 730. Below is the output.
Can you tell me how to fix it so it will build?
One of the problems is libfind.a,
Thanks
Alan
for dir in lib find xargs locate man; do echo making all in $dir; cd $dir; make bindir='/usr/local/gnubin' libdir='/usr/local/lib/locate' datadir='/usr/local/lib/locate' mandir='/usr/local/man/man1' manext='1' FCODES='/usr/local/lib/locate/find.codes' INSTALL='install -c' INSTALLDATA='install -c -m644' AR='ar' RANLIB='ranlib' CFLAGS='-g -I. -I../lib -I./lib -DDIRENT -DFS_MNTENT -DSTDC_HEADERS -DPOSIX' LDFLAGS='-g' LIBS='' CC='gcc -O' all; cd ..; done