Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
On 07/04/2018 18:42, Bruce Dubbs wrote: On 04/07/2018 03:43 AM, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded

Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Bruce Dubbs
On 04/07/2018 03:43 AM, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us add

Re: [blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
On 07/04/2018 10:43, Pierre Labastie wrote: With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us adding

[blfs-dev] Gucharmap does not find dlsym

2018-04-07 Thread Pierre Labastie
With gucharmap-10.0.4, I get an error: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' Upstream has committed a fix just after the release: https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a For us adding LIBS="-ldl" before ./configure is enough. I'll