From owner-freebsd-current Sat Jun 8 8:14:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 6423D37B401; Sat, 8 Jun 2002 08:14:08 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g58FE8Q9072042; Sat, 8 Jun 2002 08:14:08 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g58FE8sh072041; Sat, 8 Jun 2002 08:14:08 -0700 (PDT) Date: Sat, 8 Jun 2002 08:14:08 -0700 From: Steve Kargl To: "Tim J. Robbins" Cc: current@FreeBSD.ORG Subject: Re: f77 broken on -current Message-ID: <20020608081408.A71980@troutmask.apl.washington.edu> References: <20020608212930.A62000@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608212930.A62000@treetop.robbins.dropbear.id.au>; from tjr@FreeBSD.ORG on Sat, Jun 08, 2002 at 09:29:30PM +1000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 08, 2002 at 09:29:30PM +1000, Tim J. Robbins wrote: > f77 cannot compile any programs on -current: > > %f77 test.f > /usr/libexec/elf/ld: cannot find -lfrtbegin > > Creating src/gnu/lib/libfrtbegin and placing this Makefile in it fixes it > (after editing the parent directory's makefile to hook it in): > > .PATH: ../../../contrib/libf2c/libF77 > > LIB= frtbegin > SRCS= main.c > > .include > > > There may be a more elegant way to fix this - I don't know much about GCC or > how it was solved w/ gcc 2.x. > > I filed a PR with patches 14 days ago. Unfortunately, I misspelled Fortran in the subject line. David O'Brien is aware of the patches, but he has/had more important compiler/library issues to address. [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message