<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 January 2013 22:09, timotheecour <span dir="ltr"><<a href="mailto:thelastmammoth@gmail.com" target="_blank">thelastmammoth@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Could you please provide some more information for usage / installation?<br>
<br>
on osx I was able to install it with:<br>
brew install readline<br>
./configure --with-readline=/usr/local/<u></u>homebrew/Cellar/readline/6.2.4<br>
<br>
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?<br>

<br></blockquote><div><br>Which compiler are you using, dmd's?  I'm not sure how good dmd emits 
debugging symbols on OSX, you could try using -gc switch instead of -g.<br><br></div><div>Raise a bug with the revelant compiler.<br></div><div> <br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

2)<br>
on ubuntu, I can't get it to install:<br>
./configure --with-readline=/some_path/<u></u>libreadline.a<br>
however it complains about ncurses not found, even with options such as:<br>
 --with-ncurses=/some_path/<u></u>libncurses.so<div class=""><div class="h5"><br clear="all"></div></div></blockquote></div><br></div><div class="gmail_extra">I just built mine with:  ./configure --prefix=/usr<br><br></div>
<div class="gmail_extra">You should only require the following installed: autotools-dev, libncurses5-dev, libreadline6-dev<br></div><div class="gmail_extra"><br><br></div><div class="gmail_extra">Regards,<br>Iain.<br></div>
<div class="gmail_extra"><br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>