Forgot to mention that it is plan9port question.
----------
Includes:
#include <u.h>
#include <libc.h>
#include <auth.h>
#include <fcall.h>
#include <thread.h>
#include <9p.h>
Error:
9l serv.o
serv.o: In function `p9main':/media/hda6/home/ishwar/serv.c:90: undefined
reference to `postmountsrv'
collect2: ld returned 1 exit status
Even tried:
SHORTLIB=9p
in mkfile.
--------------
-ishwar
On Wed, 26 Jul 2006, Russ Cox wrote:
Make sure you #include <9p.h> in the source files
that use it. Then postmountsrv (and the rest of lib9p)
will link in automatically.
On 7/26/06, ISHWAR RATTAN <[EMAIL PROTECTED]> wrote:
What library might contain postmountsrv():
lib9p?
I keep on getting undefined reference to postmountsrv().
-ishwar