2 id: building-32-bit-lttng-ust
8 git clone http://git.lttng.org/lttng-ust.git
11 ./configure --prefix=/usr \
13 CFLAGS=-m32 CXXFLAGS=-m32 \
20 `-L/usr/lib32` is required for the build to find the 32-bit version
25 <span class="t">Note:</span>You may add options to
26 <code>./configure</code> if you need them, e.g., for
27 Java and SystemTap support. Look at
28 <code>./configure --help</code> for more information.