Date: Sat, 2 Nov 2002 15:39:04 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: Peter Wemm <peter@wemm.org>, Mark Murray <mark@grondar.org>, freebsd-current@FreeBSD.ORG Subject: Re: __sF Message-ID: <20021102233904.GB1194@athlon.pn.xcllnt.net> In-Reply-To: <20021102202238.GC29321@troutmask.apl.washington.edu> References: <20021102192432.GC28971@troutmask.apl.washington.edu> <20021102200638.3F3F62A88D@canning.wemm.org> <20021102202238.GC29321@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021102233904.GB1194>