-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hi all,
I am installing Cutorch from rockspec: here is what I have found:
Scanning dependencies of target THC
make[2]: *** No rule to make target /share/apps/lib/librt.so', needed bylib/THC/libTHC.so'. Stop.
make[2]: *** Waiting for unfinished jobs....
[ 67%] Building C object lib/THC/CMakeFiles/THC.dir/THCTensorCopy.c.o
[ 67%] Building C object lib/THC/CMakeFiles/THC.dir/THCAllocator.c.o
[ 70%] Building C object lib/THC/CMakeFiles/THC.dir/THCStorageCopy.c.o
[ 72%] Building C object lib/THC/CMakeFiles/THC.dir/THCGeneral.c.o
[ 75%] Building C object lib/THC/CMakeFiles/THC.dir/THCTensor.c.o
[ 77%] Building C object lib/THC/CMakeFiles/THC.dir/THCStorage.c.o
make[1]: *** [lib/THC/CMakeFiles/THC.dir/all] Error 2
make: *** [all] Error 2
Error: Build error: Failed building.
Please let me know. Thanks!
Cheers,
Zhong