Next, you compile everything from the top-level directory. First, run:
%make stdlinks
Then run:
%make clean
%make depend
This will remove any old object files you might have sitting around from previous compilation attempts, and will update the Makefile dependencies. Then, compile the source code by running
%make
The source code should compile without any errors. Next, install the new named and named-xfer into /usr/sbin. You'll need to become root to do this. On Solaris, they're called in.named and in.named-xfer, respectively. Use the command:
#make install