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          [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to