Date: Sat, 8 Jun 2002 08:14:08 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: "Tim J. Robbins" <tjr@FreeBSD.ORG> Cc: current@FreeBSD.ORG Subject: Re: f77 broken on -current Message-ID: <20020608081408.A71980@troutmask.apl.washington.edu> In-Reply-To: <20020608212930.A62000@treetop.robbins.dropbear.id.au>; from tjr@FreeBSD.ORG on Sat, Jun 08, 2002 at 09:29:30PM %2B1000 References: <20020608212930.A62000@treetop.robbins.dropbear.id.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.lib.mk> > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020608081408.A71980>