marship@macroheart:~/testc> gcc 8.c
/tmp/ccmcqrlo.o(.text+0x56): In function `main':
: undefined reference to `readline'
collect2: ld returned 1 exit status
marship@macroheart:~/testc> gcc 8.c -lreadline
marship@macroheart:~/testc> ./a.out
please input a line:hello,nice to meet you !
hello,nice to meet you !
marship@macroheart:~/testc>
通过了,不知道楼主是不是也是遇到这样的事情才来让我们也体会一下的,嘿嘿,谢谢!