Hello I get this error whem I am trying to do the make:
relocation R_X86_64_32 against `vtable for Torch::MemoryDataSet' can not be used when making a shared object; recompile with -fPIC
It says that I should recompile with the -fPIC option, I do that adding the -fPIC option to CFLAGS and CXXFLAGS but I still get the same error, any way to solve this?. I have seen that this problem is related with the use of a 64 bits machine, and it is true because I am using one.
Thanks.