[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-libtool-n32" role="wrap">
|
---|
| 9 | <?dbhtml filename="libtool-n32.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Libtool-&libtool-version; N32 Libraries</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-libtool-n32">
|
---|
| 14 | <primary sortas="a-Libtool">Libtool</primary>
|
---|
| 15 | <secondary>N32</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[dabbced] | 18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[566db8e] | 19 | href="../common/libtool.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Libtool</title>
|
---|
| 24 |
|
---|
[dabbced] | 25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[8aa6f1c2] | 26 | href="libtool.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='a1'])"/>
|
---|
| 28 |
|
---|
| 29 | <screen os="a2"><userinput>echo "lt_cv_sys_dlsearch_path='/lib32 /usr/lib32 /usr/local/lib32 /opt/lib32'" > config.cache</userinput></screen>
|
---|
| 30 |
|
---|
[dabbced] | 31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 32 | href="libtool.xml"
|
---|
| 33 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 34 |
|
---|
[e0e40d3] | 35 | <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
|
---|
[8aa6f1c2] | 36 | --libdir=/usr/lib32 --cache-file=config.cache</userinput></screen>
|
---|
[3f8be484] | 37 |
|
---|
[dabbced] | 38 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d3a0268] | 39 | href="../common/libtool.xml"
|
---|
[3f8be484] | 40 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 41 |
|
---|
[dabbced] | 42 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d3a0268] | 43 | href="../common/libtool.xml"
|
---|
[3f8be484] | 44 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 45 |
|
---|
[d3a0268] | 46 | <para os="e">To test the results, identify the correct emulation, then issue:
|
---|
| 47 | <userinput>make LDEMULATION=[emulation] check</userinput>. The correct
|
---|
| 48 | emulation will be elf32btsmipn32 for a big-endian machine and elf32ltsmipn32
|
---|
| 49 | for a little-endian machine.</para>
|
---|
[3f8be484] | 50 |
|
---|
[dabbced] | 51 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 52 | href="libtool.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 54 |
|
---|
[dabbced] | 55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[e0e40d3] | 56 | href="libtool.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 58 |
|
---|
[dabbced] | 59 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[5e0e6ec] | 60 | href="libtool.xml"
|
---|
| 61 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
| 62 |
|
---|
| 63 | <screen os="m2"><userinput>mv -v /usr/bin/libtool{,-n32}</userinput></screen>
|
---|
| 64 |
|
---|
[3f8be484] | 65 | </sect2>
|
---|
| 66 |
|
---|
| 67 | <sect2 role="content">
|
---|
| 68 | <title/>
|
---|
| 69 |
|
---|
| 70 | <para>Details on this package are located in <xref
|
---|
| 71 | linkend="contents-libtool" role="."/></para>
|
---|
| 72 |
|
---|
| 73 | </sect2>
|
---|
| 74 |
|
---|
| 75 | </sect1>
|
---|