aion_miner icon indicating copy to clipboard operation
aion_miner copied to clipboard

compilation problem on centos7

Open liangstein opened this issue 6 years ago • 1 comments

[ 94%] Building CXX object CMakeFiles/aionminer.dir/blake2/blake2bx.cpp.o [100%] Linking CXX executable aionminer /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCloseEx(cudart::cuosShmInfoEx_st*, unsigned int, unsigned int)': (.text+0x525f6): undefined reference to shm_unlink' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmOpenNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x526c1): undefined reference to shm_open' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528df): undefined reference to shm_open' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528f9): undefined reference to shm_unlink' collect2: error: ld returned 1 exit status make[2]: *** [aionminer] Error 1 make[1]: *** [CMakeFiles/aionminer.dir/all] Error 2 make: *** [all] Error 2

liangstein avatar Jun 10 '18 12:06 liangstein