home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / gcc / help / 2283 < prev    next >
Encoding:
Text File  |  1992-10-09  |  828 b   |  22 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!LRZnews!regent!pes
  3. From: pes@regent.e-technik.tu-muenchen.dbp.de (Peter Schauer)
  4. Subject: Re: installing gcc2.2.2
  5. Message-ID: <pes.718573911@regent.e-technik.tu-muenchen.de>
  6. Sender: news@regent.e-technik.tu-muenchen.de (News System)
  7. Organization: Technical University of Munich, Germany
  8. References: <9210071820.AA26600@mdcsc>
  9. Distribution: gnu
  10. Date: Thu, 8 Oct 1992 19:51:51 GMT
  11. Lines: 9
  12.  
  13. All ignored errors can really be ignored.
  14. Your problem lies in your make command:
  15. make CC="stage1/gcc -Bstage1/" CFLAGS="-g -o"
  16. should read
  17. make CC="stage1/gcc -Bstage1/" CFLAGS="-g -O"
  18. that is a capital -O instead of -o.
  19. Hope that helps.
  20.  
  21. Peter Schauer            pes@regent.e-technik.tu-muenchen.de
  22.