util-linux/mount.c:29:21: fatal error: rpc/rpc.h: No such file or directory
util-linux/mount.c:29:21: fatal error: rpc/rpc.h: No such file or directory
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
Fatal error always comes when header file was not foung by the compiler on the standerd path. to resolve this problem you should modify the C_INCLUDE_PATH enviournment variable to the pathe where your headers are stored by using this command
#export C_INCLUDE_PATH=/usr/include:$C_INCLUDE_PATH