<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            Hi Alex! (and everyone else)<br />
        </p>
        <p>
            <br />
        </p>
        <p>
            I
        </p>
        <h1>
            Re: help with gmx C source code
        </h1>
        <p>
            set the CFLAGS environment variable with<br />
        </p>
        <pre>
CFLAGS="-O0 -g3"
</pre>
        <p>
            and then installed, using
        </p>
        <p>
            ./configure<br />
            make<br />
            make install<br />
        </p>
        <p>
            but it seems that I'm still doing something wrong, because when I do
        </p>
        <p>
            gdb mdrun
        </p>
        <p>
            there appear to still be no debugging symbols in the program:<br />
        </p>
        <p>
            (gdb) file mdrun<br />
            Reading symbols from /usr/bin/mdrun...(no debugging symbols found)...done.<br />
            (gdb) file mdrun_d<br />
            Reading symbols from /usr/bin/mdrun_d...(no debugging symbols found)...done.
        </p>
        <p>
            <br />
        </p>
        <p>
            Do you have any idea what I might be doing wrong?
        </p>
        <p>
            Thanks for all the help,<br />
        </p>
        <p class="imp-signature">
            --<br />
            Inon&#160; &#160;Sharony<br />
            ינון&#160; &#160; &#160;שרוני<br />
            +972(3)6407634<br />
            atto.TAU.ac.IL/~inonshar<br />
            Please consider your environmental responsibility before printing this e-mail.
        </p>
    </body>
</html>