home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- 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
- From: pes@regent.e-technik.tu-muenchen.dbp.de (Peter Schauer)
- Subject: Re: installing gcc2.2.2
- Message-ID: <pes.718573911@regent.e-technik.tu-muenchen.de>
- Sender: news@regent.e-technik.tu-muenchen.de (News System)
- Organization: Technical University of Munich, Germany
- References: <9210071820.AA26600@mdcsc>
- Distribution: gnu
- Date: Thu, 8 Oct 1992 19:51:51 GMT
- Lines: 9
-
- All ignored errors can really be ignored.
- Your problem lies in your make command:
- make CC="stage1/gcc -Bstage1/" CFLAGS="-g -o"
- should read
- make CC="stage1/gcc -Bstage1/" CFLAGS="-g -O"
- that is a capital -O instead of -o.
- Hope that helps.
-
- Peter Schauer pes@regent.e-technik.tu-muenchen.de
-