---
title: "I'm trying to compile BIND 9 and \"make\" is failing"
slug: "aa-00291"
description: "To build BIND 9, make sure you're not using a parallel or distributed \"make\"."
updated: 2018-10-05T20:39:54Z
published: 2018-10-05T20:39:54Z
canonical: "kb.isc.org/aa-00291"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.isc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# I'm trying to compile BIND 9 and "make" is failing due to files not being found. Why?

Using a parallel or distributed `make` (for example, `make -j` or `dmake`) to build BIND 9 is not supported, and doesn't work reliably; in some cases it will cause dependencies to be unavailable while building. If you are using one of these, use normal `make` or `gmake` instead.
