On Mon, 17 Apr 2000, Brian Boonstra wrote: > I'd like to compile some binaries capable of running on slink, but > my only available platform is woody. What is generally involved in doing > this? I've tried to search the mailing list archive, but the engine seems to > > be broken (more than usual).
Try using a chrooted environment. Example: mkdir slink-system cd slink-system tar xzvf /wherever-it-was/base2_1.tgz chroot . and voila, you are inside a slink system.