Hello, I am currently in chapter 10.7 (stuck for a couple of days) and make instruction stops with following error
gcc rpc_clntout.c -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \ -o /sources/eglibc-build/sunrpc/cross-rpc_clntout.o -MD -MP -MF /sources/eglibc-build/sunrpc/cross-rpc_clntout.o.dt -MT /sources/eglibc-build/sunrpc/cross-rpc_clntout.o rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make[2]: *** [/sources/eglibc-build/sunrpc/cross-rpc_clntout.o] Error 1 make[2]: Leaving directory `/sources/eglibc-2.15/sunrpc' make[1]: *** [sunrpc/others] Error 2 make[1]: Leaving directory `/sources/eglibc-2.15' make: *** [all] Error 2 I check'd and the file is indeed at eglibc-2.15/sunrpc/rpc. I have not deviated from the book. I looked into sunrpc/Makefile and there are other header files listed before types.h to be searched within the same "rpc" subdirectory, which I guess they are all found. I have no clue. Alonso
_______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
