Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r85d9842 rf863fd7d  
    222222
    223223    <para>
    224       If it is planned to install packages which might need a static
    225       GDB library (for instance <xref linkend="fpc"/>) create the
    226       library by executing:
    227     </para>
    228 
    229 <screen><userinput>make -C gdb libgdb.a</userinput></screen>
    230 
    231     <para>
    232       Install the library as the <systemitem class="username">root</systemitem> user:
    233     </para>
    234 
    235 <screen role="root"><userinput>install -v -m644 gdb/libgdb.a /usr/lib/</userinput></screen>
    236 
    237     <para>
    238224      If you have built the API documentation, it is now in gdb/doc/doxy.
    239225      You can install it (as the <systemitem class="username">root</systemitem>
     
    280266        <seg>
    281267          <!--libinproctrace.so-->
    282           libgdb.a (if choosen to build it)
     268          None
    283269        </seg>
    284270        <seg>
Note: See TracChangeset for help on using the changeset viewer.