Ignore:
Timestamp:
Jun 20, 2014, 10:06:58 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
44472aa
Parents:
cfe7ec9
git-author:
Chris Staub <chris@…> (06/20/14 22:06:44)
git-committer:
Chris Staub <chris@…> (06/20/14 22:06:58)
Message:

Updated gmp doc install instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/gmp-64bit.xml

    rcfe7ec9 r5183e68  
    4444LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
    4545  ./configure --prefix=/usr \
    46     --libdir=/usr/lib64 --enable-cxx</userinput></screen>
     46    --libdir=/usr/lib64 --enable-cxx \
     47    --docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
    4748
    4849    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    8283    xpointer="xpointer(//*[@os='k'])"/>
    8384
    84     <para os="j">Create the 64bit header file:</para>
     85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     86    href="../common/gmp.xml"
     87    xpointer="xpointer(//*[@os='l'])"/>
    8588
    86 <screen os="k"><userinput>mv -v /usr/include/gmp{,-64}.h</userinput></screen>
     89    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     90    href="../common/gmp.xml"
     91    xpointer="xpointer(//*[@os='m'])"/>
    8792
    88     <para os="l">Finally, create a stub header in the place of the originals:</para>
     93    <para os="n">Create the 64bit header file:</para>
    8994
    90 <screen os="m"><userinput>cat &gt; /usr/include/gmp.h &lt;&lt; "EOF"
     95<screen os="o"><userinput>mv -v /usr/include/gmp{,-64}.h</userinput></screen>
     96
     97    <para os="p">Finally, create a stub header in the place of the originals:</para>
     98
     99<screen os="q"><userinput>cat &gt; /usr/include/gmp.h &lt;&lt; "EOF"
    91100/* gmp.h - Stub Header  */
    92101#ifndef __STUB__GMP_H__
Note: See TracChangeset for help on using the changeset viewer.