source: BOOK/final-system/multilib/bison-64bit.xml@ c7f10b2

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since c7f10b2 was 0f27310, checked in by William Harrington <kb0iic@…>, 11 years ago

Tests fail during Bison 32bit and Bison N32 bit libraries because we don't set the CXX variable properly for 32-bit -m32 and N32 -n32. Adding CXX variable during configure for 32bit and N32 will fix the problem because g++ will default to -m64.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[316cdc3]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" [
[316cdc3]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-bison" role="wrap">
9 <?dbhtml filename="bison-64bit.html"?>
10
[f9d28a0]11 <title>Bison-&bison-version; 64Bit</title>
[316cdc3]12
13 <indexterm zone="ch-system-bison">
14 <primary sortas="a-Bison">Bison</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]18 href="../common/bison.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Bison</title>
23
[1c7171a]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25 href="../common/bison.xml"
26 xpointer="xpointer(//*[@os='t3'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29 href="../common/bison.xml"
30 xpointer="xpointer(//*[@os='t4'])"/>
31
[0e1672e9]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]33 href="../common/bison.xml"
34 xpointer="xpointer(//*[@os='a'])"/>
35
[0f27310]36<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
37 --prefix=/usr --libdir=/usr/lib64 --cache-file=config.cache</userinput></screen>
[316cdc3]38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]40 href="../common/bison.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]44 href="../common/bison.xml"
45 xpointer="xpointer(//*[@os='d'])"/>
46
[dabbced]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]48 href="../common/bison.xml"
49 xpointer="xpointer(//*[@os='e'])"/>
50
[686839b]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
52 href="../common/bison.xml"
53 xpointer="xpointer(//*[@os='e2'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]56 href="../common/bison.xml"
57 xpointer="xpointer(//*[@os='f'])"/>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]60 href="../common/bison.xml"
61 xpointer="xpointer(//*[@os='g'])"/>
62
63 </sect2>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[316cdc3]66 href="../common/bison.xml"
67 xpointer="xpointer(id('contents-bison'))"/>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.