Date: Wed, 27 Jan 1999 20:17:48 -0800 (PST) From: John Polstra <jdp@polstra.com> To: scrappy@hub.org Cc: stable@FreeBSD.ORG Subject: Re: error with //usr/libexec/elf/ld ... Message-ID: <199901280417.UAA73232@vashon.polstra.com> In-Reply-To: <Pine.BSF.4.05.9901272123550.94383-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.05.9901272123550.94383-100000@thelab.hub.org>, The Hermit Hacker <scrappy@hub.org> wrote: > > Not sure why I'm getting this...figure its bound to be obvious to someone, > but ld-elf.so.hints appears to find it...why can't ld? :( The hints file is only for the dynamic linker. Ld doesn't use it, and is never has used it. To help ld find a file, you need to use "-L" options. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901280417.UAA73232>