HTran icon indicating copy to clipboard operation
HTran copied to clipboard

ubuntu 编译失败

Open NickYan7 opened this issue 4 years ago • 2 comments

gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 编译失败,如图: image

macOS 倒是编译成功了。

NickYan7 avatar Sep 11 '20 02:09 NickYan7

CentOS 7.6.1810 同样编译失败,是 gcc 版本过低的原因吗? Screenshot 2020-09-11 上午11 52 50

NickYan7 avatar Sep 11 '20 03:09 NickYan7

That's because you didn't link the muti-thread library, use "gcc HTran.c -lpthread"

CsCN-CBJ avatar Sep 16 '22 07:09 CsCN-CBJ