2020年1月20日
摘要: 1. /usr/bin/ld: cannot find -lcrypto 2. /usr/bin/ld: cannot find -lssl sudo apt-get install libssl-dev 阅读全文
posted @ 2020-01-20 07:59 yeahle 阅读(228) 评论(0) 推荐(0)
摘要: Are you using C++11 or later? The original operator new() declarations in C++98 throwing: void* operator new (std::size_t size) throw (std::bad_alloc) 阅读全文
posted @ 2020-01-20 07:39 yeahle 阅读(1390) 评论(0) 推荐(0)