2015年12月10日

centos type.h 编译错误问题

摘要: # ifndef __int8_t_defined # define __int8_t_defined __intN_t (8, __QI__); __intN_t (16, __HI__); __intN_t (32, __SI__); //__intN_t (64, __DI__); #d... 阅读全文

posted @ 2015-12-10 21:08 zyz913614263 阅读(296) 评论(0) 推荐(0)

关于/usr/bin/ld: cannot find -lcrypto 的错误

摘要: Linux下 build code 时,要做 -lssl, -lcrypto 的链接,出现类似下面的错误:/usr/bin/ld: cannot find -lcrypto/usr/bin/ld: cannot find -lssl原因是没有找到 libssl.soyum info openssl,... 阅读全文

posted @ 2015-12-10 21:06 zyz913614263 阅读(2595) 评论(0) 推荐(0)

导航