xinglp wrote:

> rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory
> compilation terminated.

What happens if you do this first after changing to glibc-2.16.0:

mkdir -p /usr/include/rpc
cp -v sunrpc/rpc/*.h /usr/include/rpc

Alternatively

sed -i -e 's|<rpc/types.h>|"rpc/types.h"|' sunrpc/rpc_clntout.c

   -- Bruce




-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to