Author: pierre
Date: Sat Apr  7 02:13:38 2018
New Revision: 20050

Log:
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
Fixing by adding LIBS="-ldl" before configure

Modified:
   trunk/BOOK/gnome/applications/gucharmap.xml

Modified: trunk/BOOK/gnome/applications/gucharmap.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gucharmap.xml Sat Apr  7 01:57:25 2018        
(r20049)
+++ trunk/BOOK/gnome/applications/gucharmap.xml Sat Apr  7 02:13:38 2018        
(r20050)
@@ -112,7 +112,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>LIBS="-ldl"               \
+./configure --prefix=/usr \
             --enable-vala \
             --with-unicode-data=download &amp;&amp;
 make</userinput></screen>
@@ -131,6 +132,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+<!-- Needed in Gucharmap 10.0.4: should be fixed in subsequent versions -->
+    <para>
+      <command>LIBS="-ldl" ...</command>: Allows linking some system libraries.
+      This is currently broken in version 10.0.4.
+    </para>
+
     <para>
       <parameter>--with-unicode-data=download</parameter>: This switch forces
       the build process to download the <application>Unicode</application> data
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to