Hi Spyros,

> try.c:(.text+0x19): undefined reference to `readline'

You have to explicitly ask gcc to link with the readline library:

  $ gcc try.c -lreadline

... should work. All the best,

Hans

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to