From ed83cf0074a74319d00863fdd056ac96cd42463a Mon Sep 17 00:00:00 2001 From: norayr Date: Sat, 18 Jul 2015 19:09:43 +0400 Subject: [PATCH] updated faq about fedora issues; -- noch Former-commit-id: 85c75c41acf4c6e00ccd97a3ae078d820a64b7f0 --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0420f66b..7c21376a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -17,6 +17,11 @@ compilation crashes on ARM or Raspberry Pi with recent (like 3.12) kernels. should fix that. +compilation crashes with "cannot find -lc" on recent fedoras +============================================================ + +remove -static from makefile on the line where voc binary created (first -static you'll find) + make errors on freebsd ======================