*BSD News Article 87709


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.mathworks.com!fu-berlin.de!informatik.tu-muenchen.de!tumlis!lrz-muenchen.de!news
From: Install <mangold@hft.e-technik.tu-muenchen.de>
Newsgroups: comp.unix.bsd.freebsd.misc,gnu.gcc.help
Subject: Re: Help with g77-0.5.29 for gcc-2.7.2 under FreeBSD-2.1.5
Date: Wed, 29 Jan 1997 13:53:43 +0100
Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany)
Lines: 38
Distribution: world
Message-ID: <32EF4857.73F@hft.e-technik.tu-muenchen.de>
References: <97027.1551423CQBJOZ@cmuvm.csv.cmich.edu>
NNTP-Posting-Host: almach.hft.e-technik.tu-muenchen.de
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.02 (X11; I; HP-UX B.10.20 9000/780)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34677 gnu.gcc.help:19216

ishwar rattan wrote:
> 
> Hello
> 
> I tried to build the g77-0.5.19 for gcc-2.7.2 under FreeBSD-2.1.5.
> 
> 1. Cleaned the sources using make distclean
> 2. Went thorough the patch steps for gbe(no errors reported)
> 3. Used configure (./configure --prefix=/local/gnu i386-freebsd)
> 4. make bootstrap
> 5. make -k install
> 
> Atinstallation seems to recompile a few things..?
> 
> An attempt to find the version of g77 (g77 -v) results in the following..
> Seems as if it is trying to compile a fortran program!! Also gcc -v
> produces the following message
> 
> Reading specs from /local/gnu/lib/gcc-lib/i386-freebsd/2.7.2.f.1/specs
> gcc version 2.7.2.f.1
> 
> 
> Any ideas.
> 
DON`T USE 'make -k install' !!! 
(I had the same problem on HPUX 10.20)

Just follow the gcc install-manual for the
final installation !!!
(I mean a command like 'make install CC="stage2/xgcc ....")

And don`t forget to 'make compare' after building
the stage 3 compiler ( after 'bootstrap') !!
Any reported diffs should be treated very carefully !!
(I got one in f/com.o and had to fix some stuff by hand)


		Toby