home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1520 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.8 KB  |  48 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!ll.mit.edu!yasu
  3. From: yasu@ll.mit.edu (Alan Yasutovich)
  4. Subject: (none)
  5. Message-ID: <9209091428.AA21166@LL.MIT.EDU>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 9 Sep 1992 10:28:33 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 35
  12.  
  13.     I am trying to build find on an HP 730.  Below is the output.
  14.  
  15.     Can you tell me how to fix it so it will build?
  16.     One of the problems is libfind.a,
  17.  
  18.  
  19.     Thanks
  20.  
  21.     Alan
  22.  
  23.  
  24.  
  25.  
  26.  
  27. 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
  28. making all in lib
  29. gcc -O -g -I. -I../lib -I./lib -DDIRENT -DFS_MNTENT -DSTDC_HEADERS -DPOSIX   -c error.c -o error.o
  30. cc1: warning: `-g' option not supported on this version of GCC
  31. error.c: In function `error':
  32. error.c:87: incompatible type for argument 3 of `vfprintf'
  33. make[1]: *** [error.o] Error 1
  34. making all in find
  35. make[1]: *** No way to make target `../lib/libfind.a'.  Stop.
  36. making all in xargs
  37. gcc -O -g -I. -I../lib -I./lib -DDIRENT -DFS_MNTENT -DSTDC_HEADERS -DPOSIX   -c xargs.c -o xargs.o
  38. cc1: warning: `-g' option not supported on this version of GCC
  39. In file included from /usr/include/unistd.h:11, from xargs.c:120:
  40. /usr/include/sys/unistd.h:225: conflicting types for `getopt'
  41. ../lib/getopt.h:91: previous declaration of `getopt'
  42. make[1]: *** [xargs.o] Error 1
  43. making all in locate
  44. make[1]: *** No way to make target `../lib/libfind.a'.  Stop.
  45. making all in man
  46. make[1]: Nothing to be done for `all'.
  47.  
  48.