g77 install problem on an i386 platform running FreeBSD 4.2.xO/S

Joseph Maxwell jemaxwell@jaymax.com
Sun Apr 27 18:19:00 GMT 2003


Hi Toon,
Thanks for your reply, 'make bootstrap' did not seem to make any difference,
the same error occurred. Where did you find that instruction set. I was
working with one from http"//www.gnu.org/software/gengetopt/INSTALL and it
only referred to 'make'. Anyway, these are the results from the 'make
bootstrap', below:

End of Stdout just prior to fatal termination

       exit 1;  fi;  else true;  fi;  fi;  done;  fi
     "Makefile", line 3110: Need an operator
     "Makefile", line 3515: Need an operator
     make: fatal errors encountered -- cannot continue
     *** Error code 1

     Stop in /usr/local/gcc-3.2.3.
     *** Error code 1

     Stop in /usr/local/gcc-3.2.3.

History output
# h 2

         161  10:17   sh ./configure
        162  10:18   make bootstrap
        163  10:53   h 2


Thanks, any more ideas
--  Joe  --




Toon Moene wrote:

> Joseph Maxwell wrote:
>
> > I am running FreeBSD O/S 4.2x on an i386 architecture and attempting to
> > install the gcc v3.2.3 package in order to use the g77
> > Fortran compiler.
> >
> > Steps:
> >
> >       Downloaded, untarred etc.
> >       sh ./configure --with-f2c --with-g77
> >       make
>
> Hmmm - what I always do is create a separate build directory:
>
> mkdir obj
> cd obj
> ../gcc-x.xx/configure
> make bootstrap
>
> Note that --with-f2c and --with-g77 is not necessary; they're the
> default.  However, you *have* to say 'make bootstrap', otherwise the
> compiler won't build correctly.





More information about the Gcc-help mailing list