[comp.unix.aix] rusers

J.Crowcroft@cs.ucl.ac.uk (Jon Crowcroft) (12/20/90)

we have a program that uses rusers to deterimine the best machine to
rlogin to transparently for the user...

whn i try building it on our RS6000 (gold release) 

cc -o x x.c -lrpcsvc


we get an undefined symbol:
rusers

which is referenced in the RPC services library as extern -

what is the "." at the front of the symbol ???
& why can we not get at the right routine...

cheers

jon