glfs/general/sysutils/gpm/gpm-exp.xml
Larry Lawrence 7df21b30a6 pickup GPM grammar edits
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2258 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-03 19:15:16 +00:00

13 lines
370 B
XML

<sect2>
<title>Command explanations</title>
<para><command>LDFLAGS="-lm"</command>: The math library
must be linked with <command>gpm</command>, as ceil() is used in some cursor
scrolling logic.</para>
<para><command>ldconfig -n -l </command>: During installation, gpm outputs a
message to run the above command to create the proper library links.</para>
</sect2>