DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: How to compile lib/libisc ? (Work in progress: updating to BIND 9.3.2)


From: Petr Janda <elekktretterr@xxxxxxxxxxxxxx>
Date: Mon, 26 Jun 2006 02:26:39 +1000

Thanks, that fixed one of the problems.

It seems to me that some header files are missing in the Makefile for libisc for BIND 9.3.2 to compile. Im sort of stuck on this. hmm

walt wrote:
Petr Janda wrote:
Everytime I try to compile this library from it's directory I get this
error:

Assembler messages:
FATAL: can't create isc/nls/msgcat.o: No such file or directory

Just a wild guess -- did you do a 'make obj' from that directory before compiling? If not, then you probably have some object files in your source directory that should not be there. These extra files can include generated header files which also should not be there. If that's what has happened, then you might try 'make clean', or even delete that contrib/bind source directory and re-cvs.

If you are trying to compile just part of the source tree, you do
need to do the 'make obj' before 'make'.  I usually do 'make depend'
as well, but I'm not sure it's necessary.






[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]