Running Ubuntu 11.10 x64, the ./configure works without errors, but the make fails:
crypto.cpp: In function ‘void cutlass_crypto_init()’:
crypto.cpp:44:7: error: ‘Init’ has not been declared
crypto.cpp:48:7: error: ‘Init’ has not been declared
crypto.cpp:49:7: error: ‘Config’ has not been declared
crypto.cpp: In function ‘void cutlass_crypto_shutdown()’:
crypto.cpp:69:7: error: ‘Init’ has not been declared
make[2]: *** [crypto.o] Error 1
make[2]: Leaving directory `/home/user/Downloads/cutlass-0.0.4/libcutlass'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/Downloads/cutlass-0.0.4/libcutlass'
make: *** [all-recursive] Error 1