Could you please provide some more information for usage / installation?
on osx I was able to install it with:
brew install readline
./configure --with-readline=/usr/local/homebrew/Cellar/readline/6.2.4
1) however, running a simple hello world with rdmd --build-only -g main and then cgdb ./main doesn't seem to show any debugging symbols (line numbers etc). Is that because of the issue with the extra underscore produced in D mangling on OSX?
2)
on ubuntu, I can't get it to install:
./configure --with-readline=/some_path/libreadline.a
however it complains about ncurses not found, even with options such as:
--with-ncurses=/some_path/libncurses.so