Ignore:
Timestamp:
Sep 21, 2008, 8:18:20 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
175f4d65
Parents:
47627d0
Message:

Fix the library search path for libtool on multilib systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/libtool.xml

    r47627d0 r8aa6f1c2  
    2727    <title>Installation of Libtool</title>
    2828
     29    <para os="a1">The following <filename>config.cache</filename> entry sets
     30    overrides the default search path. The default search path does not take
     31    multilib into account:</para>
     32
     33<screen os="a2"><userinput>echo "lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/local/lib /opt/lib'" &gt; config.cache</userinput></screen>
     34
    2935    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3036    href="../common/libtool.xml"
    3137    xpointer="xpointer(//*[@os='a'])"/>
    3238
    33 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
     39<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
     40    --cache-file=config.cache</userinput></screen>
    3441
    3542    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.