home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!louqun
- From: louqun@cs.tamu.edu (Qun Lou)
- Newsgroups: gnu.g++,gnu.g++.help
- Subject: Installing gcc 2.3.3 and libg++ 2.3 on HP 9000/835, a success
- Date: 30 Dec 1992 04:18:13 GMT
- Organization: Computer Science Department, Texas A&M University
- Lines: 38
- Message-ID: <1hr7u5INNqs7@tamsun.tamu.edu>
- NNTP-Posting-Host: solar.tamu.edu
-
- Hi, again.
-
- I finally installed gcc 2.3.3 and libg++ 2.3 successfully
- under HP 835 running hp-ux.
- The problems I mentioned in my previous email disappeared.
-
- The Dec-27 release of gcc 2.3.3 works great and seems to have included
- all the bug fixes in jaguar.cs.utah version.
-
- I wish to share the experience with other people who
- would be installing gcc or libg++ on HP or other computers.
-
- 1. Before installing gcc 2.3.3, I deleted all the previous gcc stuff in
- /usr/local/lib/gcc-lib and in /usr/local/bin.
-
- 2. Necessary files for successful installation:
-
- bison in /usr/local/bin
- gas as emphasized in gcc 2.3.3 README, gas should be installed *before*
- installing gcc as '/usr/local/lib/gcc-lib/hp835-hpux/2.3.3/as'
-
- 3. Configuration usage (same for gcc 2.3.3 and libg++-2.3):
-
- ./configure hp835-hpux --gas --with-gnu-as
- /*
- * do stage1 and stage2 compiling as stated in INSTALL file
- * and finally must do
- */
- make compare
-
-
- Cheers,
-
- Qun Lou
- Dept of Computer Science
- Texas A&M University
- louqun@cs.tamu.edu
-
-