mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 15:39:12 +08:00
7df21b30a6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2258 af4574ff-66df-0310-9fd7-8a98e5e911e0
13 lines
370 B
XML
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>
|
|
|