happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
898 stars 531 forks source link

libfastcommon的make.sh报错。 #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

[root@localhost libfastcommon]# ./make.sh ./make.sh:行158: 警告:立即文档在第 2 行被文件结束符分隔 (需要 `EOF') ./make.sh:行2: ./a.out: 没有那个文件或目录 ./make.sh:行2: +: 未找到命令 nm: '/usr/lib/libc_r.so': No such file

ghost commented 6 years ago

希望能给出一下建议谢谢

happyfish100 commented 6 years ago

很奇怪的出错提示,请问你用的什么操作系统呢?

ghost commented 6 years ago

centos7

zhaop33 commented 4 years ago

这个有解决吗,我也是这个问题