<div dir="ltr"><div>Hi,<br><br></div>Again I am compiling big OSS project for embedded environment and receive a lot of errors like:<br>warning: libXXX, needed by YYY, not found <br clear="all"><div><div>fatal error: XXX: No such file or directory.<br>undefined reference to XX<br></div><div>etc<br></div><div><br></div><div>Then I look for missing packages with utilities: nm, apt-file search and configure compilation. <br></div><div><br></div><div>Question:<br><br></div><div>Are there utility, which parses errors and proposes obvious solutions?<br><br></div><div>For example, following code proposes to add missing library to LDFLAGS:<br><br></div><div>perl -ne '/.*warning: lib(.*?)\..*, needed by .*, not found .*/ && print "export LDFLAGS+=\" -l$1\"\n";' < config.log<br><br></div><div>Thanks<br><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr">Constantine Shulyupin<br><a href="http://www.MakeLinux.co.il/" target="_blank">http://www.MakeLinux.co.il/</a><br>Embedded Linux Systems<br>Tel Aviv<br></div></div>
</div></div></div>