ubuntu 12.04 configure Sqlcipher 出问题!!!

ubuntu 12.04 configure Sqlcipher 源码时候,怎么会出问题:
:~/sqlcipher/sqlcipher$ sudo ./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in /home/oliver/sqlcipher/sqlcipher':
configure: error: C compiler cannot create executables
See
config.log' for more details

找不出原因啊,球解!

看config log。是不是i 你环境不符合条件

c编译器不工作。检查本地编译链接文件是否正常

检查了了好久,原来是缺少编译环境....openssl依赖库以及tcl