libtool ChangeLog libtool.m4 ltmain.in [branch-1-5]

2008-01-29 Thread Peter O'Gorman
CVSROOT:/sources/libtool Module name:libtool Branch: branch-1-5 Changes by: Peter O'Gorman pogma 08/01/30 06:40:59 Modified files: . : ChangeLog libtool.m4 ltmain.in Log message: Backport darwin support reorganization from HEAD. *

Re: testsuite -C dir

2008-01-29 Thread Ralf Wildenhues
Libtool mainline uses Autotest and a section m4_divert_push([PREPARE_TESTS]) ... m4_divert_pop([PREPARE_TESTS]) to set some values, e.g., eval `$LIBTOOL --config | grep '^EGREP='` This fails with Autoconf mainline now (after the recent patches) because $LIBTOOL is not set yet; it is set

darwin glob changes

2008-01-29 Thread Peter O'Gorman
I applied this to HEAD. Peter -- Peter O'Gorman http://pogma.com 2008-01-29 Peter O'Gorman [EMAIL PROTECTED] * libltdl/m4/libtool.m4 [darwin]: Changes to glob pattern matching to be safer. Index: libltdl/m4/libtool.m4 ===

backport darwin bits to branch-1-5

2008-01-29 Thread Peter O'Gorman
Hi, This is a backport of the recent darwin changes in HEAD. Committed to branch-1-5. Peter -- Peter O'Gorman http://pogma.com 2008-01-30 Peter O'Gorman [EMAIL PROTECTED] Backport darwin support reorganization from HEAD. * libtool.m4 [darwin]: Check for nmedit and dsymutil with

Re: [sr #106237] Newbie: libltdl not matching #include ltdl.h

2008-01-29 Thread Ken Dickey
[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

daily snapshot location changed

2008-01-29 Thread Peter O'Gorman
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

Unhelpful error message in libltdl

2008-01-29 Thread John Bytheway
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