[oe] libnotify does not work when linking with gold

Khem Raj raj.khem at gmail.com
Fri May 18 14:01:24 UTC 2012


On Friday, May 18, 2012, Andreas Müller wrote:

> Hi,
>
> when using gold - angstrom default now - notifications in xfce do not
> work and complain with
>
> | notify-send: symbol lookup error: /usr/lib/libnotify.so.1: undefined
> symbol: gdk_screen_make_display_name
>
> To test I build an image without using gold and notifications work as
> expected.
>
> gdk_screen_make_display_name is part of gtk+. Is it possible that this
> is improperly exported? Or is it something like written in [1]
>
> Help appreciated


This looks like a case of under linking you need to specify the needed
library which provide these symbols on link line
Old linker allows over linking and I guess that's playing part here


>
> Andreas
>
> [1] https://fedoraproject.org/wiki/GoldIncompatibilities
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org <javascript:;>
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list