Ah ha. Thanks for that. I will commit this today to CVS HEAD...<div><br><br></div><div>David</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Fri, Oct 24, 2008 at 9:19 AM, Mike Arthur <span dir="ltr">&lt;<a href="mailto:mike@mikearthur.co.uk">mike@mikearthur.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">in get_prerequisites:<br>
<br>
set(gp_regex &quot;^\t([\t ]+)[\t ].*${eol_char}$&quot;)<br>
<br>
which is missing a &#39;^&#39; before the second \t so should be:<br>
<br>
set(gp_regex &quot;^\t([^\t ]+)[\t ].*${eol_char}$&quot;)<br>
<br>
Without this fix, the ldd output will never match filenames. Should I file a bug<br>
on the bugtracker for this too?<br>
<font color="#888888">--<br>
Cheers,<br>
Mike Arthur<br>
<a href="http://mikearthur.co.uk/" target="_blank">http://mikearthur.co.uk/</a><br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></blockquote></div><br></div>