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

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!spool.mu.edu!wupost!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tardis.msu.EDU!adc
  3. From: adc@tardis.msu.EDU (Alan D. Cabrera)
  4. Subject: Compiling Bison
  5. Message-ID: <1992Sep10.193032.8425@msuinfo.cl.msu.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: adc@tardis.msu.edu
  8. Organization: Michigan State University
  9. Distribution: gnu
  10. Date: Thu, 10 Sep 1992 19:30:32 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 21
  13.  
  14. I'm compiling Bison 1.18 with gcc 2.2.2 on my SPARCstation 2 running
  15. 4.1.1 and I get:
  16.  
  17. gcc  -O -g -DSTDC_HEADERS=1 -DSTRERROR_MISSING=1  -target sun4 -c  getopt1.c
  18. In file included from getopt1.c:30:
  19. /usr/include/stdlib.h:18: conflicting types for `abort'
  20. <built-in>:0: previous declaration of `abort'
  21. /usr/include/stdlib.h:26: conflicting types for `exit'
  22. <built-in>:0: previous declaration of `exit'
  23. *** Error code 1
  24. make: Fatal error: Command failed for target `getopt1.o'
  25. tardis{adc}107% 
  26.  
  27. ---
  28. Alan Cabrera                internet:  adc@tardis.cl.msu.edu
  29. Computer Laboratory            phone:     (517) 353-3027
  30. Michigan State University        fax:       (517) 353-9847
  31. 514 Computer Center            bitnet:    CABRERA@MSU
  32. East Lansing, MI 48824
  33.  
  34.  
  35.