From owner-freebsd-current Sat Nov 2 16:38:23 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C824537B401 for ; Sat, 2 Nov 2002 16:38:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C0D43E4A for ; Sat, 2 Nov 2002 16:38:21 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA30cIpk073270; Sat, 2 Nov 2002 17:38:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 17:37:17 -0700 (MST) Message-Id: <20021102.173717.69849790.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu Cc: kris@obsecurity.org, adamk@voicenet.com, mark@grondar.org, freebsd-current@FreeBSD.ORG Subject: Re: __sF From: "M. Warner Losh" In-Reply-To: <20021102181031.GB28779@troutmask.apl.washington.edu> References: <20021102102110.A874-100000@sorrow.ashke.com> <20021102174726.GA9686@xor.obsecurity.org> <20021102181031.GB28779@troutmask.apl.washington.edu> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 In message: <20021102181031.GB28779@troutmask.apl.washington.edu> Steve Kargl writes: : On Sat, Nov 02, 2002 at 09:47:26AM -0800, Kris Kennaway wrote: : > On Sat, Nov 02, 2002 at 10:35:03AM -0500, Adam K Kirchhoff wrote: : > : > > So is the current position on the matter that __sF is going to remain out : > > of libc? : > : > Yes. : > : : This will break some commercially available software that : can't easily replaced. : : kargl[248] f95 -V a.f90 : NAGWare Fortran 95 compiler Release 4.2(468) : Copyright 1990-2002 The Numerical Algorithms Group Ltd., Oxford, U.K. : f95comp version is 4.2(468) : /usr/local/lib/NAGWare/libf96.so: undefined reference to `__sF' : collect2: ld returned 1 exit status : : I seriously doubt that NAG will support both a : 4.x and 5.x version of their compiler. Then you should force it to link with libc.so.4. That's the version of libc that it build libf96.so against, so you are taking a big chance having it use libc.so.5. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message