From owner-freebsd-current Sat Nov 2 15:39: 7 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 8FF6137B401 for ; Sat, 2 Nov 2002 15:39:06 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99E843E91 for ; Sat, 2 Nov 2002 15:39:05 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gA2Nd50N091345; Sat, 2 Nov 2002 15:39:05 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gA2Nd5FE001377; Sat, 2 Nov 2002 15:39:05 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gA2Nd5Z9001376; Sat, 2 Nov 2002 15:39:05 -0800 (PST) Date: Sat, 2 Nov 2002 15:39:04 -0800 From: Marcel Moolenaar To: Steve Kargl Cc: Peter Wemm , Mark Murray , freebsd-current@FreeBSD.ORG Subject: Re: __sF Message-ID: <20021102233904.GB1194@athlon.pn.xcllnt.net> References: <20021102192432.GC28971@troutmask.apl.washington.edu> <20021102200638.3F3F62A88D@canning.wemm.org> <20021102202238.GC29321@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021102202238.GC29321@troutmask.apl.washington.edu> User-Agent: Mutt/1.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 On Sat, Nov 02, 2002 at 12:22:38PM -0800, Steve Kargl wrote: > > The verbose compiler output is below. Note, > that the crt* files are also 5.x instead of > 4.x. Maybe it's just good fortune, but NAG's > f95 compiler works great on 5.x (except for > the __sF snafu). Yes. The knob may help you now, but there's no guarantee that you'll get hosed later on. Probably the easiest *real* solution would be to build gcc on a 4.x machine and have it installed under /usr/local. It will have a FQ name like i386-unknown-freebsd4.0-gcc. That version has default paths for both includes and libraries in the gcc tree rooted under /usr/local. You can populate that tree with headers and libraries found on 4.x machine and then move it over (or NFS export it) to your 5.x box. In short: you've set yourself up for crossbuilding... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message