SWI-Prolog/packages-readline

Compiling on android S__iob missing

mingodad opened this issue · 0 comments

Hello !
I'm compiling it on android using termux and I'm getting this error:

dlopen failed: cannot locate symbol "S__iob" referenced by readline4pl.so

Probably it's something with wrong compiler flags because looking at the swi-prolog headers I canse that on some configurations S__iob is defined as an array and on other it's not.

Just in case someone had this problem before and could solve it I'll appreciate know about the solution.

Cheers !