Attached is a simple patch to the makefile line that builds "convert". It explicitly includes libcom_err, which is implicitly pulled in by libext2fs. This fixes a what is called "underlinking" in this blog post: http://blog.flameeyes.eu/2010/11/26/it-s-not-all-gold-that-shines-why-underlinking-is-a-bad-thing Apparently, this condition causes links to fail using the "gold link editor", and it can cause future library version incompatibilities to not be detected (so that affected programs can be rebuilt). -Joe [Note: please CC my email address in any responses]