Subject: Re: Okay, I can *almost* build things...
To: None <current-users@netbsd.org>
From: Christoph Badura <bad@oreilly.de>
List: current-users
Date: 08/13/1999 01:05:23
J.D.Coleman@newcastle.ac.uk (Julian Coleman) writes:
>Peter Seebach wrote:
>> How do you build a binary so it will know about /usr/pkg/lib?

>Erm, need more context.  Do you mean ldconfig (for a.out) or -Wl,-rpath
>(for elf), so that it can find shared libraries?

Do NOT use -Wl,-rpath!  Packages use -Wl,-R/usr/pkg/lib etc. on *all*
platforms (a.out and ELF).

I was under the impression that all this was explaind in pkgsrc/Packages.txt.

Not followups as this belongs on tech-pkg.
-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)