Hi Laurent,
The error message below seems to boil down to:
> /usr/bin/ld: cannot find -lmkl_gnu_thread
> collect2: error: ld returned 1 exit status
Did you specify a value for blas.ldflags in your .theanorc or
THEANO_FLAGS? If that's the case, you may need to also provide the
relevant '-L' flag indicating where libmkl_gnu_thread.so is.
Cheers,
--
Pascal