Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2002 21:29:30 +1000
From:      "Tim J. Robbins" <tjr@FreeBSD.ORG>
To:        current@FreeBSD.ORG
Subject:   f77 broken on -current
Message-ID:  <20020608212930.A62000@treetop.robbins.dropbear.id.au>

next in thread | raw e-mail | index | archive | help
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.


Tim

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?20020608212930.A62000>