This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Segmantation Fault



> Here are the last few lines of the output of  "make -d bootstrap".

It appears that the segfault is in gmake itself:  a sub-make is fired
up to build libiberty and the sub-make faults.

Since you are using a very old version of GNU make, I suppose a bug in it
is tweaked by the gcc makefiles.  I suggest getting a newer one.  The
current release is 3.79 (yes, 31 releases have come out since your
version!).  You can find a prebuilt binary at http://www.sunfreeware.com/ .

> Updating goal targets....
> Considering target file `bootstrap'.
>  File `bootstrap' does not exist.
>   Considering target file `all-texinfo'.
>    File `all-texinfo' does not exist.
>     Considering target file `all-libiberty'.
>      File `all-libiberty' does not exist.
>      Finished dependencies of target file `all-libiberty'.
>     Must remake target file `all-libiberty'.
> GNU Make version 3.48, by Richard Stallman and Roland McGrath.
> Copyright (C) 1988, 1989 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
> 
> Segmentation Fault
> gmake: *** Error 139

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]