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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message