I got the error "undefined reference to `__memcpy_chk'"
I fixed it by inserting the following line in PKGBUILD:
${_arch}-configure sed -i 's/-lmingw/-lssp -lmingw/' Makefile # inserted this line make
After that, everything worked for me.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I got the error "undefined reference to `__memcpy_chk'"
I fixed it by inserting the following line in PKGBUILD:
After that, everything worked for me.