Hi,
I'm writing a simple CLI-interpreter and to simplify line editing, I want to use the 'editline' library which seems to provide basic editor functionality. The manpage (man editline) says 'Programs should be linked with -ledit -ltermcap.' Doing so, cc says '/usr/bin/ld: can't locate file for: -ledit'. WTF? Also google.com doesn't help me, so can you?
Thanks,
Daniel