<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 22, 2016 at 10:03 AM, Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</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"><br>
as I'm not used to compile on Linux, what may be the command to<br>
compile with -ggdb? configure? make?<br>
<span class=""></span></blockquote></div><br></div><div class="gmail_extra">It is a compiler flag and it can be set using before you run ./configure using the CFLAGS environmental variable, so e.g.<br><br></div><div class="gmail_extra">export CFLAGS="-ggdb -Wall"<br></div><div class="gmail_extra">./configure ...<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">see full examples here<br></div><div class="gmail_extra"><br><a href="https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu">https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu</a></div></div>