home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7729 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1005 b 

  1. Path: sparky!uunet!noc.near.net!inmet!bu.edu!cs!trung
  2. From: trung@cs.bu.edu (Trung Dung)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Help compiling gcc 2.3.2 under NS3.0
  5. Message-ID: <104487@bu.edu>
  6. Date: 10 Dec 92 14:38:54 GMT
  7. References: <1992Dec8.165147.13153@pcnntp.apple.com>
  8. Sender: news@bu.edu
  9. Organization: Computer Science Department, Boston University, Boston, MA, USA
  10. Lines: 19
  11.  
  12. Hi all,
  13.  
  14. The following is what I got when trying to compile gcc. I was successfull
  15. with the first and second steps: make LANGUAGES=c  and make stage1.
  16. Any help would be highly appreciated! Also when you're at it, could you
  17. give me some hints as to how to compile libg++, and bison?
  18.  
  19. /Users/trung/gcc-2.3.1% make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O"
  20. expect 29 shift/reduce conflicts and 14 reduce/reduce conflicts
  21. cd .; bison  -d -o cp-parse.c cp-parse.y
  22. sh: bison: not found
  23. *** Exit 1
  24. Stop.
  25. Exit 1
  26. /Users/trung/gcc-2.3.1% 
  27.  
  28. Thanks and Best wishes!
  29. Trung.
  30. ps: I did a patch for 2.3.2 in that version already.
  31.