Hi, it looks like someone forgot to include frand for p9p on linux and maybe some other platforms. Just try to link any object containing references to frand and you get: undefined reference to `p9frand' Change frand to rand (just to test) in your program and everything links fine. The output of nm $PLAN9/lib/lib9.a reports all the expected functions but frand. Saludos -- Hugo