1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
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 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
19 | href="../common/libtool.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of Libtool</title>
|
---|
24 |
|
---|
25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
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 |
|
---|
31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
32 | href="libtool.xml"
|
---|
33 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
34 |
|
---|
35 | <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
|
---|
36 | --libdir=/usr/lib32 --cache-file=config.cache</userinput></screen>
|
---|
37 |
|
---|
38 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
39 | href="../common/libtool.xml"
|
---|
40 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
41 |
|
---|
42 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
43 | href="../common/libtool.xml"
|
---|
44 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
45 |
|
---|
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>
|
---|
50 |
|
---|
51 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
52 | href="libtool.xml"
|
---|
53 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
54 |
|
---|
55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
56 | href="libtool.xml"
|
---|
57 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
58 |
|
---|
59 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
60 | href="libtool.xml"
|
---|
61 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
62 |
|
---|
63 | <screen os="m2"><userinput>mv -v /usr/bin/libtool{,-n32}</userinput></screen>
|
---|
64 |
|
---|
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>
|
---|