Multiple definition linking error when linking with intel MKL library

When I try to link my code to libcluto.a (specifically blas.o within the library) and mkl's libmkl_intel_lp64.a, I get multiple definition errors for 'daxpy' and 'sdot' .

Can you release a dynamically-linked version of libcluto, or suggest a workaround to multiple definition conflicts with blas?

Thanks for the fantastic piece of software and the clear documentation.