Author Login
Post Reply
Anssi Hannula <anssi@(protected):
> Christiaan Welvaart wrote:
>> On Thu, 12 Jun 2008, Pixel wrote:
>>
>>> Adam Williamson <awilliamson@(protected):
>>>
>>>> Okay, I really don't understand this underlinking stuff. And yes, I read
>>>> the Wiki. But I still don't get it, or at least, how to fix problems.
>>>>
>>>> It's breaking Brasero's build:
[...]
>>>> how do I fix this?
>>
>>> a plugin should be built using libtool options "-module -avoid-version".
>>> (and in that case, libtool will ensure --no-undefined is removed)
>>
>> As seen above, -module is already passed to libtool, so the problem
>> seems to be somewhere else - either passing -Wl--no-undefined to libtool
>> is wrong, or libtool should remove it from the command line.
>
> It should, we are patching it do so.
and i couldn't reproduce the pb on n4. Adam, which box are you using?
if you look at the build log, you should see:
+ /usr/lib/rpm/manbo/drop-ld-no-undefined-for-shared-lib-modules-in-libtool
Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking)