From 1ea29ff88d3c89be22a56a5649d273cb8ebec9e9 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 21 Mar 2001 18:18:57 +0000 Subject: [PATCH] mention that parallel make doesn't work. --- FAQ | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ b/FAQ index dbcd999519..238e1494cc 100644 --- a/FAQ +++ b/FAQ @@ -134,3 +134,11 @@ is rejecting the TSIG. Why? A: This may be a clock skew problem. Check that the the clocks on the client and server are properly synchronized (e.g., using ntp). + + +Q: I'm trying to compile BIND 9, and "make" is failing due to files not +being found. Why? + +A: Using a parallel and distributed make to build bind 9 is not supported, +and doesn't work. If you are using one of these, use normal make or gmake +instead.