<div class="gmail_quote">I solved the same problem by setting the --strip-program argument in a config.cache file.<br>
<br>1) Edit config.cache file and put there <br>ac_cv_path_install=&#39;/usr/bin/install -c --strip-program=&lt;your strip program, full path here&gt;&#39;<br>
<br>2) Configure Spread with cache option<br>./configure --cache-file=config.cache<br><br>This should help with the strip problem. <br><font color="#888888"><br>-Veijo<br><br>
</font></div><br>