home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / help / 1619 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!louqun
  2. From: louqun@cs.tamu.edu (Qun Lou)
  3. Newsgroups: gnu.g++,gnu.g++.help
  4. Subject: Installing gcc 2.3.3 and libg++ 2.3 on HP 9000/835, a success
  5. Date: 30 Dec 1992 04:18:13 GMT
  6. Organization: Computer Science Department, Texas A&M University
  7. Lines: 38
  8. Message-ID: <1hr7u5INNqs7@tamsun.tamu.edu>
  9. NNTP-Posting-Host: solar.tamu.edu
  10.  
  11. Hi, again.
  12.  
  13. I finally installed gcc 2.3.3 and libg++ 2.3 successfully 
  14. under HP 835 running hp-ux.
  15. The problems I mentioned in my previous email disappeared.
  16.  
  17. The Dec-27 release of gcc 2.3.3 works great and seems to have included 
  18. all the bug fixes in jaguar.cs.utah version.
  19.  
  20. I wish to share the experience with other people who
  21. would be installing gcc or libg++ on HP or other computers.
  22.  
  23. 1. Before installing gcc 2.3.3, I deleted all the previous gcc stuff in 
  24. /usr/local/lib/gcc-lib and in /usr/local/bin.
  25.  
  26. 2. Necessary files for successful installation:
  27.  
  28. bison  in /usr/local/bin
  29. gas    as emphasized in gcc 2.3.3 README, gas should be installed *before*
  30.        installing gcc as '/usr/local/lib/gcc-lib/hp835-hpux/2.3.3/as'
  31.  
  32. 3. Configuration usage (same for gcc 2.3.3 and libg++-2.3):
  33.  
  34. ./configure hp835-hpux --gas --with-gnu-as
  35. /* 
  36.  * do stage1 and stage2 compiling as stated in INSTALL file 
  37.  *  and finally must do 
  38.  */
  39. make compare
  40.  
  41.  
  42. Cheers,
  43.  
  44. Qun Lou
  45. Dept of Computer Science
  46. Texas A&M University
  47. louqun@cs.tamu.edu
  48.  
  49.