Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rf863fd7d r904df6ec  
    220220
    221221<screen role="root"><userinput>make -C gdb install</userinput></screen>
     222
     223    <para>
     224      If its 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>
    222236
    223237    <para>
Note: See TracChangeset for help on using the changeset viewer.