libtool-patches
[Top][All Lists]
Advanced

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

Re: Two small libltdl patches.


From: Peter O'Gorman
Subject: Re: Two small libltdl patches.
Date: Tue, 26 Aug 2008 11:24:11 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Ralf Wildenhues wrote:

> Yes, certainly.  I think a NEWS entry would be good, too, as well as
> a test so we don't regress again.  What do you think of this?  You
> can squash it into your patch when you commit.

Thanks.

> 
> The test doesn't work on many systems (only those that need argz.c,
> and only those without leading underscore in symbol names) and skips
> resp. doesn't expose a failure elsewhere, but I think that should be
> sufficient.

I'd like this to fail for me on darwin (more likely to notice it), so I
will probably add:


> +AT_CHECK([eval "$NM \"\$argz_o\" | $global_symbol_pipe"],
> +      [], [stdout], [ignore])
> +AT_CHECK([grep "^T argz_" stdout], [1])

+AT_CHECK([grep "^T _argz_" stdout], [1])

> +
> +AT_CLEANUP

This should be fine, because all global symbols exported from argz.o
must be "lt__" prefixed.

Will commit with these changes later today.

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

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