-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tirpc/rpc/rpc.h no such file ot directory #10
Comments
Hi I think the package is not installed “libtirpc-dev” |
Hello, |
I am also facing the same issue. Even after installing |
Just pass include and link paths to the compiler:
|
Hi
I cloned the lmbench source to ubuntu 16.04 , I am trying to run the lmbench with x86 gcc but i am getting error with rpc.h header . Error Details are below ,
commands:
cd src
make
error :
In file included from lib_tcp.c:9:0:
bench.h:41:27: fatal error: tirpc/rpc/rpc.h: No such file or directory
compilation terminated.
Makefile:246: recipe for target '../bin/x86_64-linux-gnu/lib_tcp.o' failed
make[1]: *** [../bin/x86_64-linux-gnu/lib_tcp.o] Error 1
How can i solve this issue ?
Regards
Megha
The text was updated successfully, but these errors were encountered: