Date: Sat, 23 Dec 1995 13:53:57 +1100 From: Bruce Evans <bde@zeta.org.au> To: current@freebsd.org, scrappy@hub.org Subject: Re: Conclusion to nfsiod/lkm problem... Message-ID: <199512230253.NAA04398@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> After my last posting, where at the very bottom I questioned >my CFLAGS, I went into make.conf and removed the LDFLAGS=-static >line I had added in... > ...it compiles now. > So, the question remains...what is it about lkm that its functions >can't be statically linked? I'm not 100% certain of what lkm does, from Don't know, but LDFLAGS=-static means the same as LDFLAGS='-s tatic'. -s says to strip the object and the arg `tatic' is ignored. Perhaps you meant -Bstatic. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512230253.NAA04398>