mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-11 22:34:54 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1755 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
457 B
XML
14 lines
457 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. <envar>LDFLAGS</envar> is only needed if you optimize
|
|
<command>gpm</command> for size.</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>
|
|
|