CannyLab/tsne-cuda

Errors from building from the source

Solacex opened this issue · 3 comments

image

During the make, it seems that libopenblas.so could not be found, but it already exists in the corresponding directory.
image

It looks like in this case, it's trying to find libgfortran.so.3, which your version of libopenblas.so is linked against. Can you confirm that the libgfortran.so.3 is on your linker path?

I found that the machine has already installed with libgfortran.so.4 rather than 3, so should I reinstall to the older version of libgfortran?

This bug has been fixed by copying libgfortran.so.3 from another machine, so I close this issue.