From: DavMac AT iname DOT com (Davin McCall) Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling GCC Date: Wed, 22 Sep 1999 03:24:28 GMT Organization: Monash Uni Lines: 59 Distribution: world Message-ID: <37e84ad8.1834479@newsserver.cc.monash.edu.au> References: <37e73a0d DOT 31950650 AT newsserver DOT cc DOT monash DOT edu DOT au> <37e73d2f DOT 32752910 AT newsserver DOT cc DOT monash DOT edu DOT au> <37E7E45C DOT 3CD7EF6A AT hotmail DOT com> NNTP-Posting-Host: damcc5.halls.monash.edu.au X-Trace: towncrier.cc.monash.edu.au 937970666 11457 130.194.198.138 (22 Sep 1999 03:24:26 GMT) X-Complaints-To: abuse AT monash DOT edu DOT au NNTP-Posting-Date: 22 Sep 1999 03:24:26 GMT X-Newsreader: Forte Free Agent 1.1/32.230 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 21 Sep 1999 21:02:36 +0100, Alex Crowther wrote: >.. >or put another way, you are trying to compile gcc (a compiler) because you >need a compiler, however you need a compiler to compile the compiler, and >hense it wont compile :P Umm, no, that's not what I'm doing. I already have the gcc binaries installed, and they work fine. >If you do already have a C compiler then the makefile is either a: Pants, >b: badly written, or c: configured for a different version of make.exe and >is hense not compatible. Doesn't sound likely. a) well it must work for other people b) [and again] c) not likely, I'm using GNU make. > >Things to check are that a: make is being found, Yes, it's being run, hence the contents of stage1.log > b: its being run in the >same >dir as the MakeFile, Well it should be - I'm using the provided batch file, which is meant to do everything for me. Most of these issues you are pointing out, well, shouldn't be issues. > c: the stuff in the makefile makes sense, eg it doesnt As I said, the Makefile did look weird - no targets specified. But it is a generated makefile, using Makefile.in as a template. Perhaps this is the step that is going wrong? I still wouldn't have a clue how to fix it though. > >say things like > >CC=Insert Your Compiler Here > >etc etc, Nothing like that. >Hope thats of some help > >Lestat Well, thanks for trying. Davin. __________________________________________________________ *** davmac - sharkin'!! davmac AT iname DOT com *** my programming page: http://yoyo.cc.monash.edu.au/~davmac/