[uClibc]getresuid and getresgid

Erik Andersen andersen at codepoet.org
Mon Nov 11 04:48:20 UTC 2002


On Sun Nov 10, 2002 at 08:09:32PM -0800, andy preston wrote:
> I'm trying to compile rdesktop for arm using uClibc 0.9.15. I'm getting
> a linker error in libX11.so for getresuid and getresgid. Are these
> functions that are meant to be supplied from uClibc ? Are they a
> conditional based on something in Config.h ? 
> 
> Just trying to narrow down where the error is, linker order, unsupported
> functions, conditional etc.

I just checked and on my arm box I get getresuid
and getresgid.  What kernel headers did you build 
uClibc against?  They depend on __NR_getresgid and
__NR_getresuid being present in include/asm/unistd.h
which is provided by linux/include/asm-arm/unistd.h
from the kernel source...

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list