Has anyone been able to compile plan 9 from user space or as it is also
called plan9port?

Running ./INSTALL as root fails as follows on 3.9-Release-i386.

$ su
Password:
# cd /usr/local/plan9
# ./INSTALL
* Resetting /usr/local/plan9/config
* Building everything (be patient)...
>>> cd /usr/local/plan9/src/cmd; mk all
9l -o o.9p 9p.o
/usr/local/plan9/src/lib9/sleep.c:25: undefined reference to `sched_yield'
collect2: ld returned 1 exit status
mk: 9l -o o.9p ...  : exit status=exit(1)
mk: for i in ...  : exit status=exit(1)
#

Reply via email to