This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
I tried to build the HEAD (55594dae6beecf229f74ab737dd008c6c253bd06) of systemtap out of tree [1], but it fails for me.
First of all the new feature for BPF breaks the build. I attached a patch that fixes the issue.
But still the result is not satisfactory. I cannot compile my scripts afterwards.
Kind Regards,
Torsten
[1]
#!/bin/sh
CC=gcc-5 \
CXX=g++-5 \
../systemtap/configure \
--with-elfutils=/home/polle/work/repository/elfutils \
--enable-docs=no \
CFLAGS=-g
Attachment:
0001-Fix-BPF-patches-break-the-out-of-tree-compilation.patch
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |