bind compilation failure

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed Jun 28 22:55:53 UTC 2000


> 
> Hi,
> 
> I am trying to compile BIND 8.2.2-P5 with gcc on Solaris 7 on sun4c and
> at some point I get these messages:
> 
> /home/Downloads/BIND/src/bin/irpd
> gcc -g -O2 -I../../port/solaris/include -I../../include
> -I../../lib/irs   -c  irpd.c
> (u=${USER-root} d=`pwd` h=`hostname || uname -n` t=`date`; \
> sed -e "s|%WHEN%|${t}|" -e "s|%VERSION%|"8.2.2-P5"|" \
>     -e "s|%WHOANDWHERE%|${u}@${h}:${d}|" \
>     < version.c > tmp_version.c)
> gcc -g -O2 -I../../port/solaris/include -I../../include
> -I../../lib/irs   -c  tmp_version.c
> gcc -g -O2  -o irpd irpd.o tmp_version.o \
>         ../../lib/libbind.a -ll -lnsl -lsocket
> collect2: ld terminated with signal 10 [Bus Error], core dumped
> *** Error code 1
> make: Fatal error: Command failed for target `irpd'
> Current working directory /home/Downloads/BIND/src/bin/irpd
> *** Error code 1
> make: Fatal error: Command failed for target `irpd'
> Current working directory /home/Downloads/BIND/src/bin
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> 
> Is there a way to fix this problem?
> 
> Thanks in advance,
> 
> Sergey
> 
> 
	There have been plenty of people who have build BIND 8.2.2-P5 w/
	gcc on Solaris 7.

	Ensure that you have a current gcc and that it uses the system
	assembler (as) and loader (ld), not those from gnu.

	Mark
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list