From 0fc5175039c5c405e4015fa2c14f86e8ffb6cf73 Mon Sep 17 00:00:00 2001 From: Killian De Volder Date: Tue, 28 Mar 2017 22:33:38 +0200 Subject: Added FAQ for compiling, and noted static doesn't work yet. --- FAQ.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'FAQ.mdwn') diff --git a/FAQ.mdwn b/FAQ.mdwn index b6c64ad..c45230b 100644 --- a/FAQ.mdwn +++ b/FAQ.mdwn @@ -29,5 +29,14 @@ Statically linked programs have all the required dependencies compiled in. As such, they require no external libraries at runtime. This does however increase the size of the binary. +##What is liburcu ? +userspace RCU (read-copy-update) library +[[http://lttng.org/urcu]] + +##I get the error "tools-util.c:16:19: fatal error: blkid.h: No such file or directory": +You might need to add + EXTRA_CFLAGS="-l/usr/include/blkid/" +or where-ever your OS stores the blkid.h file. + -- cgit v1.2.3