Hi,<div><br><div>I gather you&#39;re using GROMACS 4.5. The libtool system we used has been not supported for quite some years. However, I&#39;ve never heard of this kind of thing being a problem. My first suspicion is that the build tree has gotten out of sync with something. If you can clean up your whole build tree, rebuild and still reproduce the problem, then I&#39;d then suggest you switch to using the CMake build provided by GROMACS 4.5 (<a href="http://www.gromacs.org/Documentation/Installation_Instructions_4.5/Cmake">http://www.gromacs.org/Documentation/Installation_Instructions_4.5/Cmake</a>). If there&#39;s still a problem, then there&#39;s some issue we might want to fix (but I highly doubt it!).</div>
<div><br></div><div>Mark<br><br><div class="gmail_quote">On Sat, Mar 9, 2013 at 1:23 AM, Tianwu Zang <span dir="ltr">&lt;<a href="mailto:tz4@rice.edu" target="_blank">tz4@rice.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Dear all,<br>
I am new here and I am trying to to debug build the GROMACS source code.<br>
I found if I make CFLAGS=-g3 -O0, I can successfully check codes in folder<br>
kernel using any debugger, however, fail to see codes in gmxlib/mdlib folder<br>
since &quot;no debug symbols&quot;. For example, when I am trying to debug mdrun, I<br>
can see non-assembly codes of function &quot;do_md&quot; in /kernel/md.c but cannot<br>
see codes of function &quot;do_force&quot; which is in /mdlib/force.c .<br>
On the other hand, I have found there seems to have debug symbols in every<br>
object files and &quot;*.so&quot; files in each folder, like:<br>
00000000 N .debug_abbrev<br>
00000000 N .debug_aranges<br>
00000000 N .debug_info<br>
00000000 N .debug_line<br>
00000000 N .debug_loc<br>
00000000 N .debug_macinfo<br>
00000000 N .debug_str<br>
but since GROMACS uses libtool to generate libraries, does it mean that I<br>
should add other flags to make codes in libraries seeable?<br>
Thank you so much!<br>
<br>
-Mark<br>
</div>
<br>--<br>
gmx-developers mailing list<br>
<a href="mailto:gmx-developers@gromacs.org">gmx-developers@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-developers" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-developers</a><br>
Please don&#39;t post (un)subscribe requests to the list. Use the<br>
www interface or send it to <a href="mailto:gmx-developers-request@gromacs.org">gmx-developers-request@gromacs.org</a>.<br></blockquote></div><br></div></div>