2 id: building-32-bit-lttng-tools
5 Since the host is a 64-bit system, most 32-bit binaries and libraries of
6 LTTng-tools are not needed; the host will use their 64-bit counterparts.
7 The required step here is building and installing a 32-bit consumer
13 git clone http://git.lttng.org/lttng-tools.git
16 ./configure --prefix=/usr \
17 --libdir=/usr/lib32 CFLAGS=-m32 CXXFLAGS=-m32 \
20 cd src/bin/lttng-consumerd
25 The above commands build all the LTTng-tools project as 32-bit
26 applications, but only installs the 32-bit consumer daemon.