現在Pythonは2.7を使用しており、現在のmlpyは0.1.0です。
mlpy.dtw_std()を利用したく、手引きに従って3.5.0のインストールを試みていますが、下記のエラーが出てうまくいきません。
解決法ご教示ください。

/usr/bin/clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-2.7/mlpy/gsl/gsl.o -L/path/to/lib -lgsl -lgslcblas -lm -o build/lib.macosx-10.6-intel-2.7/mlpy/gsl.so
ld: warning: directory not found for option '-L/path/to/lib'
ld: library not found for -lgsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1