[BIND-BUGS #552] Fwd:

Mark_Andrews at iengines.com Mark_Andrews at iengines.com
Thu Nov 18 22:14:19 UTC 1999


	Upgrade your gcc to one that works.

	Mark

> Ok, I found it getting an error while in the isc dir, which makes since 
> because that is where the fuctions that are missing are. Do you know what 
> would cause this error?
> 
> gcc: Internal compiler error: program cc1 got fatal signal 6
> make[2]: *** [base64.o] Error 1
> 
> I put the full listing once it entered /isc below if it helps
> 
> make[2]: Entering directory `/usr/src/bind822/src/lib/isc'
> if test ! -d threaded ; then mkdir threaded ; fi
> gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include  
> -D_REENTRAN
> T -c tree.c \
> -o threaded/tree.o
> ld -x -r threaded/tree.o -o a.out && \
>   mv a.out threaded/tree.o
> gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include  -c 
> tree.c
> ld -x -r tree.o -o a.out && \
>   mv a.out tree.o
> if test ! -d threaded ; then mkdir threaded ; fi
> gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include  
> -D_REENTRAN
> T -c base64.c \
> -o threaded/base64.o
> gcc: Internal compiler error: program cc1 got fatal signal 6
> make[2]: *** [base64.o] Error 1
> make[2]: Leaving directory `/usr/src/bind822/src/lib/isc'
> 
> 
> 
> >	There will have been an error earlier in the build causing part of
> >	the library not to build.
> >
> >
> >	Mark
> >
> > >
> > > I have a larger list of the undefined references I am getting in the
> > > compilation of bind, nslookup in particular. Like I said earlier, I can 
> >move
> > > memcluster.c into nslookup and add the file into the makefile so that
> > > memcluster.o is created and used withing the nslookup directory, that 
> >gets
> > > rid of the memget and memput but I get the feeling I would be 
> >continuously
> > > copying new files in. There is a bigger problem here, ideally this 
> >should
> > > compile without this kind of problem. I admit that I am not all that 
> >great
> > > with makefiles so any advice would be appreciated.
> > >
> > > Jason
> > > Network Information
> > >
> > > -------------------------------
> > >
> > > make[2]: Entering directory `/usr/src/bind822/src/bin/nslookup'
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c main.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c getinfo.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c debug.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c send.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c skip.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c list.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c subr.c
> > > gcc -D_GNU_SOURCE  -O -g -I../../port/linux/include -I../../include
> > > -D_PATH_HELP
> > > FILE=\"/usr/lib/nslookup.help\"  -c commands.c
> > > gcc -D_GNU_SOURCE -O -g   -o nslookup main.o getinfo.o debug.o send.o 
> >skip.o
> > > lis
> > > t.o subr.o commands.o \
> > >         ../../lib/libbind.a -lfl
> > > ../../lib/libbind.a(res_send.o): In function `__res_nsend':
> > > /usr/src/bind822/src/lib/resolv/res_send.c:660: undefined reference to
> > > `__evNowT
> > > ime'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:661: undefined reference to
> > > `__evCons
> > > Time'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:662: undefined reference to
> > > `__evAddT
> > > ime'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:679: undefined reference to
> > > `__evNowT
> > > ime'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:680: undefined reference to
> > > `__evCmpT
> > > ime'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:681: undefined reference to
> > > `__evSubT
> > > ime'
> > > ../../lib/libbind.a(res_send.o): In function `pselect':
> > > /usr/src/bind822/src/lib/resolv/res_send.c:878: undefined reference to
> > > `__evTime
> > > Val'
> > > /usr/src/bind822/src/lib/resolv/res_send.c:887: undefined reference to
> > > `__evTime
> > > Spec'
> > > ../../lib/libbind.a(res_mkupdate.o): In function `__res_nmkupdate':
> > > /usr/src/bind822/src/lib/resolv/res_mkupdate.c:623: undefined reference 
> >to
> > > `__b6
> > > 4_pton'
> > > ../../lib/libbind.a(gethostent.o): In function `freehostent':
> > > /usr/src/bind822/src/lib/irs/gethostent.c:426: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:430: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:439: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:444: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:445: undefined reference to
> > > `__memput'
> > > 
> >../../lib/libbind.a(gethostent.o):/usr/src/bind822/src/lib/irs/gethostent.c:
> 4
> > > 46:
> > > more undefined references to `__memput' follow
> > > ../../lib/libbind.a(gethostent.o): In function `scan_interfaces':
> > > /usr/src/bind822/src/lib/irs/gethostent.c:484: undefined reference to
> > > `__memget'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:517: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:582: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:587: undefined reference to
> > > `__memput'
> > > ../../lib/libbind.a(gethostent.o): In function `copyandmerge':
> > > /usr/src/bind822/src/lib/irs/gethostent.c:637: undefined reference to
> > > `__memget'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:641: undefined reference to
> > > `__memget'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:651: undefined reference to
> > > `__memget'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:672: undefined reference to
> > > `__memget'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:690: undefined reference to
> > > `__memget'
> > > 
> >../../lib/libbind.a(gethostent.o):/usr/src/bind822/src/lib/irs/gethostent.c:
> 7
> > > 00:
> > > more undefined references to `__memget' follow
> > > ../../lib/libbind.a(gethostent.o): In function `copyandmerge':
> > > /usr/src/bind822/src/lib/irs/gethostent.c:723: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:726: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:731: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:735: undefined reference to
> > > `__memput'
> > > /usr/src/bind822/src/lib/irs/gethostent.c:738: undefined reference to
> > > `__memput'
> > > 
> >../../lib/libbind.a(irs_data.o):/usr/src/bind822/src/lib/irs/irs_data.c:102:
> > > mor
> > > e undefined references to `__memput' follow
> > > ../../lib/libbind.a(irs_data.o): In function `net_data_create':
> > > /usr/src/bind822/src/lib/irs/irs_data.c:141: undefined reference to
> > > `__memget'
> > > ../../lib/libbind.a(ns_print.o): In function `__ns_sprintrrf':
> > > /usr/src/bind822/src/lib/nameser/ns_print.c:467: undefined reference to
> > > `__b64_n
> > > top'
> > > /usr/src/bind822/src/lib/nameser/ns_print.c:530: undefined reference to
> > > `__b64_n
> > > top'
> > > /usr/src/bind822/src/lib/nameser/ns_print.c:583: undefined reference to
> > > `__b64_n
> > > top'
> > > ../../lib/libbind.a(ns_print.o): In function `addlen':
> > > /usr/src/bind822/src/lib/nameser/ns_print.c:782: undefined reference to
> > > `__asser
> > > tion_failed'
> > > ../../lib/libbind.a(dst_api.o): In function `dst_s_read_public_key':
> > > /usr/src/bind822/src/lib/dst/dst_api.c:561: undefined reference to
> > > `__b64_pton'
> > > ../../lib/libbind.a(dst_api.o): In function `dst_s_write_public_key':
> > > /usr/src/bind822/src/lib/dst/dst_api.c:617: undefined reference to
> > > `__b64_ntop'
> > > ../../lib/libbind.a(support.o): In function 
> >`dst_s_conv_bignum_u8_to_b64':
> > > /usr/src/bind822/src/lib/dst/support.c:83: undefined reference to
> > > `__b64_ntop'
> > > ../../lib/libbind.a(support.o): In function 
> >`dst_s_conv_bignum_b64_to_u8':
> > > /usr/src/bind822/src/lib/dst/support.c:160: undefined reference to
> > > `__b64_pton'
> > > ../../lib/libbind.a(hmac_link.o): In function
> > > `dst_hmac_md5_key_to_file_format':
> > > /usr/src/bind822/src/lib/dst/hmac_link.c:300: undefined reference to
> > > `__b64_ntop
> > > '
> > > ../../lib/libbind.a(hmac_link.o): In function
> > > `dst_hmac_md5_key_from_file_format
> > > ':
> > > /usr/src/bind822/src/lib/dst/hmac_link.c:353: undefined reference to
> > > `__b64_pton
> > > '
> > > ../../lib/libbind.a(gen.o): In function `__irs_gen_acc':
> > > /usr/src/bind822/src/lib/irs/gen.c:124: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen.c:129: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen.c:131: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen.o): In function `gen_close':
> > > /usr/src/bind822/src/lib/irs/gen.c:255: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen.c:258: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen.o): In function `release_rule':
> > > /usr/src/bind822/src/lib/irs/gen.c:277: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen.o): In function `add_rule':
> > > /usr/src/bind822/src/lib/irs/gen.c:303: undefined reference to 
> >`__memget'
> > > ../../lib/libbind.a(gen.o): In function `init_map_rules':
> > > /usr/src/bind822/src/lib/irs/gen.c:413: undefined reference to
> > > `__assertion_fail
> > > ed'
> > > /usr/src/bind822/src/lib/irs/gen.c:419: undefined reference to
> > > `__assertion_fail
> > > ed'
> > > ../../lib/libbind.a(gen_ho.o): In function `irs_gen_ho':
> > > /usr/src/bind822/src/lib/irs/gen_ho.c:82: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_ho.c:87: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_ho.c:88: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_ho.o): In function `ho_close':
> > > /usr/src/bind822/src/lib/irs/gen_ho.c:117: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen_ho.c:118: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_ng.o): In function `irs_gen_ng':
> > > /usr/src/bind822/src/lib/irs/gen_ng.c:70: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_ng.c:75: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_ng.c:76: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_ng.o): In function `ng_close':
> > > /usr/src/bind822/src/lib/irs/gen_ng.c:101: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen_ng.c:102: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_nw.o): In function `irs_gen_nw':
> > > /usr/src/bind822/src/lib/irs/gen_nw.c:76: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_nw.c:81: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_nw.c:82: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_nw.o): In function `nw_close':
> > > /usr/src/bind822/src/lib/irs/gen_nw.c:112: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen_nw.c:113: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_pr.o): In function `irs_gen_pr':
> > > /usr/src/bind822/src/lib/irs/gen_pr.c:73: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_pr.c:78: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_pr.c:79: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_pr.o): In function `pr_close':
> > > /usr/src/bind822/src/lib/irs/gen_pr.c:104: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen_pr.c:105: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_sv.o): In function `irs_gen_sv':
> > > /usr/src/bind822/src/lib/irs/gen_sv.c:74: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_sv.c:79: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/gen_sv.c:80: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(gen_sv.o): In function `sv_close':
> > > /usr/src/bind822/src/lib/irs/gen_sv.c:105: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/gen_sv.c:106: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp.o): In function `__irs_irp_acc':
> > > /usr/src/bind822/src/lib/irs/irp.c:87: undefined reference to `__memget'
> > > /usr/src/bind822/src/lib/irs/irp.c:92: undefined reference to `__memget'
> > > ../../lib/libbind.a(irp.o): In function `__irs_irp_read_body':
> > > /usr/src/bind822/src/lib/irs/irp.c:416: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp.c:444: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp.c:449: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp.c:458: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp.o): In function `irp_close':
> > > /usr/src/bind822/src/lib/irs/irp.c:576: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp.c:579: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ho.o): In function `irs_irp_ho':
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:102: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:108: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:109: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ho.o): In function `ho_close':
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:149: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:150: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ho.o): In function `ho_byname2':
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:213: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ho.o): In function `ho_byaddr':
> > > /usr/src/bind822/src/lib/irs/irp_ho.c:276: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ho.o):/usr/src/bind822/src/lib/irs/irp_ho.c:331:
> > > more un
> > > defined references to `__memput' follow
> > > ../../lib/libbind.a(irp_ng.o): In function `irs_irp_ng':
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:80: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:86: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:87: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ng.o): In function `ng_close':
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:118: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:119: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ng.o): In function `ng_next':
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:198: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_ng.o): In function `ng_test':
> > > /usr/src/bind822/src/lib/irs/irp_ng.c:236: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_nw.o): In function `irs_irp_nw':
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:94: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:100: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:101: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_nw.o): In function `nw_close':
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:135: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:136: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_nw.o): In function `nw_byaddr':
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:186: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_nw.o): In function `nw_byname':
> > > /usr/src/bind822/src/lib/irs/irp_nw.c:238: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_pr.o): In function `irs_irp_pr':
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:84: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:90: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:91: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_pr.o): In function `pr_close':
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:125: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:126: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_pr.o): In function `pr_byname':
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:174: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_pr.o): In function `pr_bynumber':
> > > /usr/src/bind822/src/lib/irs/irp_pr.c:225: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_pr.o):/usr/src/bind822/src/lib/irs/irp_pr.c:308:
> > > more un
> > > defined references to `__memput' follow
> > > ../../lib/libbind.a(irp_sv.o): In function `irs_irp_sv':
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:88: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:94: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:95: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_sv.o): In function `sv_close':
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:130: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:131: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_sv.o): In function `sv_next':
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:179: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_sv.o): In function `sv_byname':
> > > /usr/src/bind822/src/lib/irs/irp_sv.c:233: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(irp_sv.o):/usr/src/bind822/src/lib/irs/irp_sv.c:288:
> > > more un
> > > defined references to `__memput' follow
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_gr':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:450: undefined reference to
> > > `__memget
> > > '
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_sv':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:624: undefined reference to
> > > `__memget
> > > '
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_pr':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:785: undefined reference to
> > > `__memget
> > > '
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_ho':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:961: undefined reference to
> > > `__memget
> > > '
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:993: undefined reference to
> > > `__memput
> > > '
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_ng':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:1195: undefined reference to
> > > `__memge
> > > t'
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_nw':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:1368: undefined reference to
> > > `__memge
> > > t'
> > > ../../lib/libbind.a(irpmarshall.o): In function `__irp_marshall_ne':
> > > /usr/src/bind822/src/lib/irs/irpmarshall.c:1545: undefined reference to
> > > `__memge
> > > t'
> > > ../../lib/libbind.a(lcl.o): In function `__irs_lcl_acc':
> > > /usr/src/bind822/src/lib/irs/lcl.c:58: undefined reference to `__memget'
> > > /usr/src/bind822/src/lib/irs/lcl.c:63: undefined reference to `__memget'
> > > ../../lib/libbind.a(lcl.o): In function `lcl_close':
> > > /usr/src/bind822/src/lib/irs/lcl.c:135: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl.c:137: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_ho.o): In function `irs_lcl_ho':
> > > /usr/src/bind822/src/lib/irs/lcl_ho.c:156: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_ho.c:161: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_ho.c:162: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_ho.o): In function `ho_close':
> > > /usr/src/bind822/src/lib/irs/lcl_ho.c:191: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl_ho.c:192: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_ng.o): In function `irs_lcl_ng':
> > > /usr/src/bind822/src/lib/irs/lcl_ng.c:108: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_ng.c:113: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_ng.c:114: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_ng.o): In function `ng_close':
> > > /usr/src/bind822/src/lib/irs/lcl_ng.c:137: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl_ng.c:138: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_nw.o): In function `irs_lcl_nw':
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:125: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:130: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:131: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_nw.o): In function `nw_close':
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:159: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:160: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_nw.o): In function `nw_byaddr':
> > > /usr/src/bind822/src/lib/irs/lcl_nw.c:173: undefined reference to
> > > `__bitncmp'
> > > ../../lib/libbind.a(lcl_pr.o): In function `irs_lcl_pr':
> > > /usr/src/bind822/src/lib/irs/lcl_pr.c:114: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_pr.c:118: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_pr.c:119: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_pr.o): In function `pr_close':
> > > /usr/src/bind822/src/lib/irs/lcl_pr.c:144: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl_pr.c:145: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_sv.o): In function `irs_lcl_sv':
> > > /usr/src/bind822/src/lib/irs/lcl_sv.c:126: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_sv.c:131: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/lcl_sv.c:132: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(lcl_sv.o): In function `sv_close':
> > > /usr/src/bind822/src/lib/irs/lcl_sv.c:164: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/lcl_sv.c:165: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(inet_net_pton.o): In function `inet_net_pton_ipv4':
> > > /usr/src/bind822/src/lib/inet/inet_net_pton.c:116: undefined reference 
> >to
> > > `__ass
> > > ertion_failed'
> > > /usr/src/bind822/src/lib/inet/inet_net_pton.c:139: undefined reference 
> >to
> > > `__ass
> > > ertion_failed'
> > > /usr/src/bind822/src/lib/inet/inet_net_pton.c:167: undefined reference 
> >to
> > > `__ass
> > > ertion_failed'
> > > ../../lib/libbind.a(dns.o): In function `__irs_dns_acc':
> > > /usr/src/bind822/src/lib/irs/dns.c:62: undefined reference to `__memget'
> > > /usr/src/bind822/src/lib/irs/dns.c:67: undefined reference to `__memget'
> > > /usr/src/bind822/src/lib/irs/dns.c:69: undefined reference to `__memput'
> > > ../../lib/libbind.a(dns.o): In function `dns_close':
> > > /usr/src/bind822/src/lib/irs/dns.c:148: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/dns.c:149: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_ho.o): In function `irs_dns_ho':
> > > /usr/src/bind822/src/lib/irs/dns_ho.c:161: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_ho.c:167: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_ho.c:168: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_ho.o): In function `ho_close':
> > > /usr/src/bind822/src/lib/irs/dns_ho.c:196: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/dns_ho.c:197: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_nw.o): In function `irs_dns_nw':
> > > /usr/src/bind822/src/lib/irs/dns_nw.c:112: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_nw.c:117: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_nw.c:118: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_nw.o): In function `nw_close':
> > > /usr/src/bind822/src/lib/irs/dns_nw.c:146: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/dns_nw.c:147: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_pr.o): In function `irs_dns_pr':
> > > /usr/src/bind822/src/lib/irs/dns_pr.c:82: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_pr.c:87: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_pr.c:88: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_pr.o): In function `pr_close':
> > > /usr/src/bind822/src/lib/irs/dns_pr.c:117: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/dns_pr.c:118: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_sv.o): In function `irs_dns_sv':
> > > /usr/src/bind822/src/lib/irs/dns_sv.c:89: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_sv.c:95: undefined reference to 
> >`__memget'
> > > /usr/src/bind822/src/lib/irs/dns_sv.c:96: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(dns_sv.o): In function `sv_close':
> > > /usr/src/bind822/src/lib/irs/dns_sv.c:126: undefined reference to 
> >`__memput'
> > > /usr/src/bind822/src/lib/irs/dns_sv.c:127: undefined reference to 
> >`__memput'
> > > ../../lib/libbind.a(nul_ng.o): In function `__irs_nul_ng':
> > > /usr/src/bind822/src/lib/irs/nul_ng.c:65: undefined reference to 
> >`__memget'
> > > ../../lib/libbind.a(nul_ng.o): In function `ng_close':
> > > /usr/src/bind822/src/lib/irs/nul_ng.c:83: undefined reference to 
> >`__memput'
> > > make[2]: *** [nslookup] Error 1
> > > make[2]: Leaving directory `/usr/src/bind822/src/bin/nslookup'
> > > make[1]: *** [nslookup] Error 2
> > > make[1]: Leaving directory `/usr/src/bind822/src/bin'
> > > make: *** [all] Error 2
> > >
> > > --end
> > >
> > > ______________________________________________________
> > > Get Your Private, Free Email at http://www.hotmail.com
> >--
> >Mark Andrews, Internet Engines Inc. / Internet Software Consortium
> >1 Seymour St., Dundas Valley, NSW 2117, Australia
> >PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at iengines.com
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
--
Mark Andrews, Internet Engines Inc. / Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at iengines.com


More information about the bind-users mailing list