Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/cleanup.xml

    r3d65730e rb852cef  
    1717  <para>There are also several files installed in the /usr/lib and /usr/libexec
    1818  directories with a file name extension of .la. These are "libtool archive"
    19   files. As already said, on a modern Linux system the libtool .la files are
    20   only useful for libltdl.  No libraries in LFS are expected to be loaded
    21   by libltdl, and it's known that some .la files can cause BLFS packages
    22   fail to build.  Remove those files now:</para>
     19  files. As already said, they are only useful when linking with static
     20  libraries. They are unneeded, and potentially harmful, when using dynamic
     21  shared libraries, specially when using also non-autotools build systems.
     22  To remove them, run:</para>
    2323
    2424<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.