home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21477 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.9 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!emory!ogicse!news.u.washington.edu!serval!hlu
  2. From: hlu@eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Looking for gcc-2.2.2 to gcc-2.2.2d patches
  5. Message-ID: <1992Dec23.002141.20550@serval.net.wsu.edu>
  6. Date: 23 Dec 92 00:21:41 GMT
  7. Article-I.D.: serval.1992Dec23.002141.20550
  8. References: <MNL.92Dec21214532@ulfsun.idtsun.e-technik.th-darmstadt.de>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: School of EECS, Washington State University
  11. Lines: 44
  12.  
  13. In article <MNL.92Dec21214532@ulfsun.idtsun.e-technik.th-darmstadt.de>, mnl@idtsun.e-technik.th-darmstadt.de (Michael N. Lipp) writes:
  14. |> OK, I really tried. I have read the gcc section of FAQ, I have looked
  15. |> at the files mentioned, I still don't get it:
  16. |> 
  17. |> Where are the patches that I have to apply to the original
  18. |> FSF gcc-2.2.2.tar.Z in order to get the sources for gcc-2.2.2d?
  19. |> 
  20. |> Or aren't there any patches at all and does `d' only reflect an
  21. |> increment of the "bootstrap" compiler, increments that were necessary
  22. |> due to kernel changes, shared library changes, etc?
  23. |> 
  24. |> Or, re-formulating the question in yet another way, if there was a
  25. |> native `cc' in Linux (as there is in interactive unix that I used
  26. |> before) could I use FSF gcc-2.2.2.tar.Z to build my gcc (as I could
  27.  
  28. You can use gcc 2.2.2d7 as the native cc. You do
  29.  
  30. 1. apply the patches.
  31. 2. do
  32.     configure i386-linux
  33. 3. compile it with gcc 2.2.2d7.
  34.  
  35. No bootstraping is needed.
  36.  
  37. |> with ISC) or would I have to apply patches before I say `configure
  38. |> i386--linux' and `make'?
  39. |> 
  40.  
  41. You can get gcc 2.3.2, copy `config*' and `config/*linux*' to gcc 2.2.2.
  42. Hope that works.
  43.  
  44. BTW, gcc 2.3.2 has a few bad bugs. I am waiting for the next release.
  45.  
  46. |> (I have to recompile gcc-2.2.2 as I have a patch that fixes a template
  47. |> bug not fixed in gcc-2.3.2 and I need that fix in order to continue my
  48. |> project.)
  49. |> 
  50. |> Thanks
  51. |> 
  52. |>     Michael
  53. |> 
  54.  
  55.  
  56. H.J.
  57.