aionnetwork / aion_miner

aion miner
57 stars 25 forks source link

compilation problem on centos7 #35

Open liangstein opened 6 years ago

liangstein commented 6 years ago

[ 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 toshm_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 toshm_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 toshm_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 toshm_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

TurkiHoucine commented 5 years ago

Hello, I have the same problem. Did you find a solution? thank you