On Thu, 10 Jun 2010, Peter O'Gorman wrote:

As I am sure many are aware, libltdl's error reporting is pretty dumb, lt_dlerror() regularly reports things like "file not found" where the actual problem might be something completely different, and a reasonable error string may be readily available from dlerror().

As we have known for quite a while now, libltdl's error reporting is not sane. For example, the preloader always issues a useless error ("file not found") when preloading is not used for the module. Since the loaders were nicely modularized, each loader is tried in turn (issuing an error on failure) until a loader is successful, or there are no more loaders. This is perhaps worse on OS-X where there are two OS APIs for loading modules. I think that some improvements were made, but functionality is still lacking.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to