home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2508 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.9 KB  |  52 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!nott!emr1!mathieu
  3. From: mathieu@geod.emr.ca (Pierre Mathieu)
  4. Subject: Re: GCC with HPUX
  5. Message-ID: <mathieu.721573749@gdim>
  6. Sender: news@emr1.emr.ca
  7. Nntp-Posting-Host: gdim.geod.emr.ca
  8. Organization: Dept. of Energy, Mines, and Resources, Ottawa
  9. References: <g}#@byu.edu> <1992Nov11.161816.6020@sbcs.sunysb.edu> <1992Nov11.193157.18961@u.washington.edu>
  10. Date: Thu, 12 Nov 1992 13:09:09 GMT
  11. Lines: 39
  12.  
  13. olsenc@carson.u.washington.edu (Clint Olsen) writes:
  14.  
  15. >Hello:
  16.  
  17. >According to the INSTALL file included with gcc2.3.1, the instructions
  18. >still state that:
  19.  
  20. >"the -g option will not work on HP-UX 8.0"
  21.  
  22. >The only way to get around this they mentioned was to use the (--gas)?
  23. >option when compiling gcc.  This is not supported on anything other
  24. >than the HPPA architecture.
  25.  
  26. >As I see it, the oddball HP, who just loves to do things its own way,
  27. >is keeping me from using a nice piece of software.
  28.  
  29. Not really. Just get GAS 1.36 from jaguar.cs.utah.edu in the /dist
  30. directory (or geod.emr.ca in /pub/hp), file name pa-gas.u3.tar.Z.
  31. Compile this with the HP C compiler. Then get gcc-2.3.1.u2.tar.Z
  32. from same sites and compile them using 
  33.  
  34.     configure hp700-hpux --with-gnu-as --with-gnu-ld
  35.  
  36. or derivatives (hppa1.1-hpux, hppa1.0-hpux, etc).
  37.     Finally get the GDB 4.6 patches from same site again, file
  38. pa-gdb-4.6.tar.Z, and the GNU release of GDB 4.6 from geod.emr.ca 
  39. (in /pub/gnu dir) or any other GNU site and compile it.
  40.     You will then have a fully functioning set of GNU tools.
  41.  
  42.  
  43. >-----------------------------------------------------------------------
  44. >Clint Olsen 
  45. >olsenc@u.washington.edu
  46. >-----------------------------------------------------------------------
  47. --
  48. Pierre Mathieu                          "We have seen the enemy,
  49. Geodetic Survey of Canada                  and the enemy is us."
  50. Ottawa, Canada                                                Pogo
  51. Internet: mathieu@geod.emr.ca
  52.