I ran into the following situation when trying to enhance m4:
lt_dlhandle handle = ...;
if (initfn = (initfn_t) lt_dlsym(INITFN, handle))
initfn();
if (lt_dlcaller_set_data (id, handle, new_value) == 0
&& (str = lt_dlerror()))
error (0,0,"unable to change dlcaller data: %s", str);
Unfortu
Has anyone tried to use gettext to provide translations for all of the strings
returned by lt_dlerror? Should all of the strings in lt_error.h be marked N_,
then the program can add lt_error.h to the list in POTFILES.in to pick up the
strings that need translation? Are there any strings beside
Hi Peter,
* Peter O'Gorman wrote on Wed, Sep 05, 2007 at 08:02:59AM CEST:
> Proposed patches for branch-1-5 and HEAD.
>
> Okay to apply?
Not quite, I'm afraid. First, please put $CPPFLAGS before $LDFLAGS, for
consistency.
Then, this code is used in each tag -- Fortran compilers don't like
file
On 2007-06-23, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> On Sat, 2007-06-23 at 17:37 +, Olly Betts wrote:
>> On 2007-05-01, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
>> > Generally I think you should be able to just use it everywhere. The
>> > Libtool testsuite uses it throughout and I cann
On Thu, 2007-09-06 at 00:25 +0200, Ralf Wildenhues wrote:
Hi Ralf, thank you for testing!
> Further, the indiscriminate use of ldd, or absolute file names in the
> test of course prevents decent cross-compile results. (Not that this
> is much of a regression, the problem existed before.)
>
> Id