Return to BSD News archive
Newsgroups: comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!spool.mu.edu!wupost!darwin.sura.net!paladin.american.edu!news.univie.ac.at!chx400!ira.uka.de!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!acds.physik.rwth-aachen.de!kuku From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies) Subject: Re: gcc 2.2.2 on 386BSD - where is it? Message-ID: <1992Oct23.110434.28546@Urmel.Informatik.RWTH-Aachen.DE> Keywords: compiling gcc-2.2.2 Lines: 27 Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner) Nntp-Posting-Host: acds.physik.rwth-aachen.de Reply-To: kuku@acds.physik.rwth-aachen.de Organization: I.Physikalisches Institut RWTH-Aachen References: <BwFxtr.2pA@ibmpcug.co.uk> <1992Oct21.073722.7746@autelca.ascom.ch> Date: Fri, 23 Oct 92 11:04:34 GMT Lines: 27 I performed the following steps when compiling gcc-2.2.2. This worked for me: /configure i386-bsd CFLAGS= -U__GNUC__ # yes, I know, it's a lie (remove also the -g) cp /usr/include/stddef.h . make make install Not doing so caused trouble with gvarargs.h because there isn't yet an entry for i386. (strange, though). And later during compilation of libgcc2.a I got 'junk character 47'... probably caused by a non-functioning ./cc1. -- --Chris Christoph P. U. Kukulies kuku@acds.physik.rwth-aachen.de *** Error code 1 Stop.