Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!husc6!paperboy!skeptic.osf.org!lwa From: lwa@skeptic.osf.org (Larry Allen) Newsgroups: comp.os.mach Subject: Re: Need help with load interface Message-ID: <15797@paperboy.OSF.ORG> Date: 5 Nov 90 16:01:16 GMT References: <54925@brunix.UUCP> Sender: news@OSF.ORG Reply-To: lwa@skeptic.osf.org (Larry Allen) Organization: Open Software Foundation, Cambridge, Massachusetts Lines: 15 You're doing the right thing, but all the pieces weren't in the right places in Snapshot 5 for this to work. In particular, the C library "load" routine was a stub (i.e. didn't call the loader). If you're just doing this for testing purposes, you can hack up your Makefiles to compile your program with the loader linked in; see the Makefile for the "tload2" program in /sbin/loader/tests. The loader has been fully integrated, and the C library stub routines replaced by the "real thing", in the final OSF/1 release. -Larry Allen OSF