<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 9, 2016 at 8:15 AM, punit vara <span dir="ltr"><<a href="mailto:punitvara@gmail.com" target="_blank">punitvara@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi <<a href="mailto:admin@kodeit.net">admin@kodeit.net</a>> wrote:<br>
> Hi,<br>
><br>
> I was having the same problem yesterday and managed to find a fix by<br>
> installing libpython2.7-dev:<br>
><br>
> sudo apt-get install libpython2.7-dev<br>
><br>
> Aun-Ali Zaidi<br>
><br>
<br>
</span>Thanks Aun-Ali. I have tried but again I am getting same error.<br>
Because this package would get installed when you install<br>
python2.7-dev<br></blockquote><div><br></div><div>Can you look in the config.log for gdb where the failure occurred? Or even</div><div>at the <a href="http://configure.in/ac">configure.in/ac</a> script in its source. It is looking for a very specific </div><div>file to link against and failing.</div><div><br></div><div>yum have a "provides" subcommand to search for which package provides</div><div>a specific file. Apt must have a similar capability.</div><div><br></div><div>So you can figure out the file gdb needs to link and the corresponding </div><div>package which includes it.</div><div><br></div><div>--joel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div></div>