Mail Archives: djgpp/1999/09/21/20:56:00
It sounds abit like you are trying to make eggs without involving a chicken
..
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
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.
Things to check are that a: make is being found, b: its being run in the
same
dir as the MakeFile, c: the stuff in the makefile makes sense, eg it doesnt
say things like
CC=Insert Your Compiler Here
etc etc,
Hope thats of some help
Lestat
Davin McCall wrote:
> Incidentally, there a Makefile is generated as well (in the build.djg
> subdirectory) and it contains no targets.
>
> Davin.
>
> On Tue, 21 Sep 1999 08:00:16 GMT, DavMac AT iname DOT com (Davin McCall)
> wrote:
>
> >I recently downloaded the GCC source (more out of interest than
> >anything else) from Simtel.
> >
> >I unpacked the source, made sure I had the required packages, changed
> >into the build.djg subdirectory and ran build.bat (from command.com,
> >under Windows 95).
> >
> >The computer chugged away for a while and produced the following
> >messages:
> >
> >--- begin ---
> >Configuring egcs...
> >BASH_VERSION: 1.14.7(1)
> >Building stage 1 compiler...
> >Build failed
> >--- end ----
> >
> >I noticed that a file called stage1.log had been created so I examined
> >it:
> >
> >--- begin ---
> >make.exe: *** No rule to make target `all-gcc'. Stop.
> >--- end ---
> >
> >Anyone know what's going on?
> >
> >Davin.
>
> __________________________________________________________
> *** davmac - sharkin'!! davmac AT iname DOT com ***
> my programming page: http://yoyo.cc.monash.edu.au/~davmac/
--
--------------------------------------
EMAIL=alex_crowther AT yahoo DOT com
--------------------------------------
- Raw text -