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

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!jacob
  2. From: jacob@informix.com (Jacob Salomon)
  3. Newsgroups: gnu.g++,gnu.g++.help
  4. Subject: Where can I get the most up to date version of GAS?
  5. Message-ID: <1992Dec31.202934.18630@informix.com>
  6. Date: 31 Dec 92 20:29:34 GMT
  7. Sender: news@informix.com (Usenet News)
  8. Organization: Informix Software, Inc.
  9. Lines: 64
  10. Originator: jacob@cheetah
  11.  
  12. Greetings to all gnurus.
  13.  
  14. I have just downloaded g++-2.3.tar.Z and libg++-2.3.tar.Z from
  15. directory /pub/gnu on server ftpmail@decwrl.dec.com.  (wish I had that
  16. mail-unsplitter compiled already!!) I have had lots of grief on my
  17. HP-9000/827 from trying to compile g++-2.2.2 and I just gave up when I
  18. found out about 2.3.3.
  19.  
  20. Recently louqun@cs.tamu.edu (Qun Lou) posted a success story - I will
  21. quote the relevant parts here:
  22.  
  23. |1. Before installing gcc 2.3.3, I deleted all the previous gcc stuff
  24. |   in /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
  30. |       *before* installing gcc as
  31. |         '/usr/local/lib/gcc-lib/hp835-hpux/2.3.3/as'
  32. |
  33. |3. Configuration usage (same for gcc 2.3.3 and libg++-2.3):
  34. |
  35. |./configure hp835-hpux --gas --with-gnu-as
  36. |/*
  37. | * do stage1 and stage2 compiling as stated in INSTALL file
  38. | *  and finally must do
  39. | */
  40. |
  41. |make compare
  42.  
  43. Getting a directory listing of /pub/gnu I got the following
  44. information on bison and GAS:
  45.  
  46. bison-1.19.tar.Z was created on 09/28/1992 - looks recent enough
  47. gas-1.38.1.tar.Z was created on 01/28/1991 - nearly two years old!!
  48.  
  49. I will be downloading these in any case but I would like to know in
  50. advance:
  51.  
  52.   - How are we expected to compile these? using our local C compiler
  53.     (I hope) or is gcc expected to be here already?  You can see I'm
  54.     concerned about a catch-22 situation.  (When I tried unsuccesfully
  55.     to compile bash people were telling me "Get gcc - it'll solve all
  56.     your problems!)
  57.  
  58.   - Is this the most recent version of GAS in the universe? If not,
  59.     which server should I connect to to get the latest?  I do notice
  60.     the 1.38 version number - is this tied to the version of an old
  61.     g++ release?
  62.  
  63. Please reply be e-mail to jacob@informix.com (though I think this
  64. might be of general enough concern to post a reply as well).
  65.  
  66. Thanks very much for any help.
  67.  
  68.         -- Jake Salomon
  69.         jacob@informix.com
  70.         uunet!informix.com!jacob
  71. -- 
  72. ----------------Obligatory smart-$$$ remark:---------------------
  73. | There's two kinds of people: Those who categorize people into |
  74. | two groups and those who don't.   (Barth's Aging proverb.)    |
  75. -----------------------------------------------jacob@informix.com
  76.