From owner-freebsd-current Sat Jun 8 5:25:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from treetop.robbins.dropbear.id.au (085.c.004.mel.iprimus.net.au [210.50.38.85]) by hub.freebsd.org (Postfix) with ESMTP id 0DFCD37B400 for ; Sat, 8 Jun 2002 05:25:43 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g58BTVBF062024 for ; Sat, 8 Jun 2002 21:29:32 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g58BTVum062023 for current@FreeBSD.ORG; Sat, 8 Jun 2002 21:29:31 +1000 (EST) Date: Sat, 8 Jun 2002 21:29:30 +1000 From: "Tim J. Robbins" To: current@FreeBSD.ORG Subject: f77 broken on -current Message-ID: <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 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 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. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message