On Wed, Jul 04, 2012 at 10:36:29PM +0530, shirish ??????????????? wrote:
> $ sudo find ~ -name '*.la' -print0 | xargs -0 grep -l 'libxml2.la'
> [sudo] password for shirish:
> /home/shirish/games/adonthell/lib/libadonthell_audio.la
> /home/shirish/games/adonthell/lib/libadonthell_input.la
[...]


> $ sudo find ~ -type f -print0 | xargs -0 grep -l 'libxml2.la'
> [sudo] password for shirish:
> /home/shirish/.cache/tracker/meta.db
> /home/shirish/games/adonthell/lib/libadonthell_audio.la
[...]


Try changing the above two to '/usr/lib/libxml2.la' and remove the -l option
from grep.

- Chris


_______________________________________________
Adonthell-general mailing list
Adonthell-general@nongnu.org
https://lists.nongnu.org/mailman/listinfo/adonthell-general

Reply via email to