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