libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where libltdl will be libtoolized


From: Peter O'Gorman
Subject: Re: where libltdl will be libtoolized
Date: Sun, 21 Nov 2004 20:07:14 +0900
User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103)

Ralf Wildenhues wrote:

Cannot find anything right now (though I still haven't tried your
approach).


Doesn't work, we can not really have installed .h files looking to #include "config.h" which they would have to do to figure out what to #include :(

It is surely possible to fix it so it works "as advertised" by playing with ltdl.m4 and the Makefile.am and .c and .h files in libltdl.


OK, just ditch my patch.  Is it ok to tell users to
| -I$(includedir)/lib/libltdl

Assuming you mean, -I$(includedir)/libltdl, then I think yes. The only way I can figure to "fix" this is to move the .h files into a subdir of libltdl, and name the subdir... libltdl, then we can guarantee that #include <libltdl/ltdl.h> is going to work, even if the developer did `libtoolize --ltdl=src/ltdl`.

Hope to look at this tonight, but I may just crash out as I did last night.

Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]