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


Hi Joe,

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


Looking for a rule with intermediate file
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.l'.
     Avoiding implicit rule recursion.
     Trying pattern rule with stem `version.l'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.l,v'.
     Trying pattern rule with stem `version.l'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/RCS/version.l,v'.
     Trying pattern rule with stem `version.l'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/s.version.l'.
     Trying pattern rule with stem `version.l'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/SCCS/s.version.l'.
    Trying pattern rule with stem `version'.
    Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.cweb'.
    Looking for a rule with intermediate file
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.cweb'.
     Avoiding implicit rule recursion.
     Trying pattern rule with stem `version.cweb'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.cweb,v'.
     Trying pattern rule with stem `version.cweb'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/RCS/version.cweb,v'.
     Trying pattern rule with stem `version.cweb'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/s.version.cweb'.
     Trying pattern rule with stem `version.cweb'.
     Trying implicit dependency
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/SCCS/s.version.cweb'.
    No implicit rule found for
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.c'.
    Finished dependencies of target file
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.c'.
   No need to remake target file
`/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.c'.
  Finished dependencies of target file `Makefile'.
  Dependency `../gcc_src/Makefile.in' is older than dependent `Makefile'.
  Dependency `../gcc_src/configure.in' is older than dependent `Makefile'.
  Dependency `mh-frag' is older than dependent `Makefile'.
  Dependency `/home/home13/mistmp4/gcc_dir/gcc_src/gcc/version.c' is older
than dependent `Makefile'.
 No need to remake target file `Makefile'.
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


Joe Buck wrote:

> > I was trying to install gcc ver 2.95.2 on a sparc-sun-solaris2.5.1. The
> > configure script ran ok but make bootstrap gives Segmentation Fault. Can
> > anybody help me out?
>
> This should work (I've certainly not had problems with this platform).
>
> Do you have the output of make bootstrap in a log file?  If so, please
> post the end of it including the failure (the output including the
> error messages and enough earlier stuff to see context).  If not,
> please try rebuilding and collect the errors.
>
> > BTW, I am using gmake version 3.48
>
> That's an old gmake but I don't think it should matter.


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