> I followed this one and it solves the runebase problem, but libc build still > fails as there is no amd64 subdir in libc. Looks like the labs version does > not have amd64 code for libc. Is that correct? And is libc the only missing > part?
Yes, some parts of the amd64 user space are missing in the Bell Labs distribution. You have you apply these patches: hget http://9legacy.org/9legacy/patch/amd64.diff | ape/patch -p0 hget http://9legacy.org/9legacy/patch/amd64-fix.diff | ape/patch -p0 Also, you have to create the sub-directories in /amd64/bin. You can take a look to my notes available here: http://9legacy.org/9legacy/doc/nix/usage -- David du Colombier
