(1)現象——出現jemalloc/jemalloc.h: No such file or directory的報錯。
原因——jemalloc是默認的分配器,如果 沒有jemalloc而只有libc, 就會make出錯。
解決方案——make MALLOC=libc
(2)現象——出現sh: ./mkreleasehdr.sh: Permission denied的報錯。
原因——權限不夠,需要增加對mkreleasehdr.sh的權限。
解決方案——chmod +x mkreleasehdr.sh