home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / utils / bug / 1421 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  42 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!schulz.unisa.EDU.AU!root
  3. From: root@schulz.unisa.EDU.AU (System PRIVILEGED Account)
  4. Subject: "make" in grep-1.6
  5. Message-ID: <9208270032.AA17856@sacomm.schulz.unisa.edu.au>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 27 Aug 1992 19:50:31 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 29
  12.  
  13. G'day,
  14.  
  15. With limited knowledge of UNIX, I am trying to 'make' the grep-1.6 package.
  16. I've typed ./configure to produce a Makefile for our system, which looks OK,
  17. but 'make' produces this sort of error:
  18.  
  19. cc -g -I. -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1  -c dfa.c
  20. ccom: Warning: dfa.c, line 162: "const" not yet implemented
  21.            const _charset src;
  22.       ----------------------^
  23. ccom: Error: dfa.c, line 162: illegal type combination
  24.            const _charset src;
  25.       ----------------------^
  26. ccom: Error: dfa.c, line 168: illegal indirection
  27.           dst[i] = src[i];
  28.       ------------------^
  29. ccom: Warning: dfa.c, line 193: "const" not yet implemented
  30.            const _charset s1;
  31.       ---------------------^
  32. ccom: Error: dfa.c, line 193: illegal type combination
  33.            const _charset s1;
  34.  
  35. and so on ... always complaining about "const"
  36.  
  37. This is on a DECstation 4000, running Ultrix V4.2A, and no gcc.
  38. Can you help? 
  39.  
  40. Margaret
  41.  
  42.