fatal error: pthread/pthread_impl.h: No such file or directory #include
up vote
0
down vote
favorite
I have compiled and seen those error sentences /usr/local/include/c++/4.8.1/pthread.h:57:34: fatal error: pthread/pthread_impl.h: No such file or directory #include <pthread/pthread_impl.h> I have found pthread.h and pthread_impl.h independently but there is no header file named pthread/pthread_impl.h (Also I moved pthread.h and pthread_impl.h in compile path each but It made same error) What should I do...?
linux gcc terminal compiler-errors gnu
share | improve this question
edited Nov 19 at 20:12
VIN
141 11