Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 13:09:57 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Peter Wemm <peter@wemm.org>
Cc:        "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>, freebsd-current@FreeBSD.ORG
Subject:   Re: Rev. 1.48 of stdio.h breaks 3rd part software
Message-ID:  <20021012200957.GB98431@troutmask.apl.washington.edu>
In-Reply-To: <20021012200659.GB97974@troutmask.apl.washington.edu>
References:  <200210121729.g9CHTAxN097669@troutmask.apl.washington.edu> <20021012183424.7B7A22A88D@canning.wemm.org> <20021012200659.GB97974@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 12, 2002 at 01:06:59PM -0700, Steve Kargl wrote:
> On Sat, Oct 12, 2002 at 11:34:24AM -0700, Peter Wemm wrote:
> 
> This works!  Thanks, Peter.
> 
> f95 -c hello.f90
> gcc -v -o hello -nostdlib  \
>    /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o \
>    /usr/local/lib/NAGWare/quickfit.o hello.o /usr/local/lib/NAGWare/libf96.so\
>    -lm \
>    /usr/home/karg/tmp/minpack/lib/libc.so \
>    /usr/lib/crtend.o /usr/lib/crtn.o
> 
> But, the 2nd and 6th lines in the gcc command use the crt* files
> from freebsd-current.  The math library, -lm, is also from 
> freebsd-current.  /usr/lib/compat does not contains neither
                                         ^^^
                                       delete
> a 4.x math library nor the crt* files.  The libc.so is the
> symlink you suggested.
> 

-- 
Steve

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?20021012200957.GB98431>