_Oliver_ 2015-06-26 08:46 采纳率: 0%
浏览 1971

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

找不出原因啊,球解!

  • 写回答

3条回答 默认 最新

  • oyljerry 2015-06-26 13:11
    关注

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

    评论

报告相同问题?