Ubuntu Pastebin

Paste from cmaloney at Thu, 31 Aug 2017 15:07:44 +0000

Download as text
1
2
3
4
5
craig@lister:~$ gcc -lreadline -o readline_test readline_test.c 
/tmp/ccUwhRRZ.o: In function `main':
readline_test.c:(.text+0x10): undefined reference to `rl_get_keymap'
readline_test.c:(.text+0x18): undefined reference to `rl_get_keymap_name'
collect2: error: ld returned 1 exit status
Download as text