I've been using libtool and libltdl to load libraries at runtime in a
project I'm working on, and encountered circumstances where the error
messages are less helpful than they might be.
Looking at CVS HEAD, The problem is in find_module. It calls
tryall_dlopen_module in one of two "normal" wa
FYI,
The libtool daily cvs snapshots have moved to http://pogma.com/libtool
(the fink server is overworked).
Peter
--
Peter O'Gorman
http://pogma.com
___
http://lists.gnu.org/mailman/listinfo/libtool
[Sorry, I m not able to log onto the libtool site at present.]
Let me try again.
I would like to dynamically load C libraries and use them. I am attempting to
use libltdl for this purpose as I prefer a cross/multi-platform solution.
I am attempting to follow "How to use libltdl in your progra