<div dir="ltr"><div class="gmail_extra">On Fri, Jan 11, 2013 at 5:40 PM, Peter Enerccio <span dir="ltr"><<a href="mailto:enerccio@gmail.com" target="_blank">enerccio@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">how would I prevent the ecl from stripping all the symbol info from the compiled file?<br>I am trying to profile code but I get zero results even when including -pg both in compilation flags<br>


and in linker flags.<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div></div></div></font></span></div></blockquote></div><br>ECL is doing nothing to strip the symbols. On my OS X I can perfectly debug it without problems. I suspect that the culprit is "install". Autoconf detects how to install a program and on some platforms it may invoke "install" to copy the executable to its location and, at the same time, strip the symbols. Just check INSTALL_PROGRAM in Makefile after configuration.<br>

<br>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a>
</div></div>