bind 8.3.0 compile problem

Jorg B. jorg_b at cwo.com
Fri Feb 1 22:58:53 UTC 2002


I'm trying to compile bind 8.3.0 on Slackware Linux (v. 7.1  -  Kernel 
2.2.17) ... previous versions of bind compiled just fine on this 
machine, however the latest version (8.3.0) doesn't compile.
Below is the error...

Anybody any Ideas ?

Thanks
Jorg B

make clean;
make depend;
make all;

[snip]
mkdir threaded 2> /dev/null || test -d threaded -a -w threaded
gcc -D_GNU_SOURCE -I../../port/linux/include -I../../include -O -g  
-D_REENTRANT -c md5.c \
 -o threaded/md5.o
ld -x -r threaded/md5.o \
 -o threaded/md5.out && \
  mv threaded/md5.out threaded/md5.o
gcc -D_GNU_SOURCE -I../../port/linux/include -I../../include -O -g -c md5.c
ld -x -r md5.o -o md5.out && \
  mv md5.out md5.o
mkdir threaded 2> /dev/null || test -d threaded -a -w threaded
gcc -D_GNU_SOURCE -I../../port/linux/include -I../../include -O -g  
-D_REENTRANT -c md5rand.c \
 -o threaded/md5rand.o
cpp: md5rand.c: Input/output error
make[2]: *** [md5rand.o] Error 1
make[2]: Leaving directory `/usr/src/bind_8.3.0/src/lib/dnssafe'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/src/bind_8.3.0/src/lib'
make: *** [all] Error 1



More information about the bind-users mailing list