[Unreal-support] undefined reference to `res_init' - any ideas?
Status: Beta
                
                Brought to you by:
                
                    wildchild
                    
                
            | 
      
      
      From: Andy H. <and...@bl...> - 2002-02-07 16:01:43
      
     | 
| Hey, i wonder if you can provide some quick help for me please. when = make is being run i get these errors. have yous seen them before? do you knwo why it happenes and what needs to eb changed to fx teh = error. thanks. Andy ajh@skippy:~/Unreal$ make Building src make[1]: Entering directory `/home/ircds/classic/ajh/Unreal/src' gcc -I../include -O -g -c agent.c gcc -I../include -O -g -c aln.c aln.c:152:8: warning: extra tokens at end of #endif directive gcc -I../include -O -g -c badwords.c gcc -I../include -O -g -c bsd.c gcc -I../include -O -g -c channel.c gcc -I../include -O -g -c class.c gcc -I../include -O -g -c cloak.c gcc -I../include -O -g -c crule.c gcc -I../include -O -g -c dbuf.c gcc -I../include -O -g -c dynconf.c gcc -I../include -O -g -c fdlist.c gcc -I../include -O -g -c hash.c gcc -I../include -O -g -c help.c gcc -I../include -O -g -c ircd.c gcc -I../include -O -g -c ircsprintf.c gcc -I../include -O -g -c list.c gcc -I../include -O -g -c lusers.c gcc -I../include -O -g -c match.c gcc -I../include -O -g -c packet.c gcc -I../include -O -g -c parse.c gcc -I../include -O -g -c res.c gcc -I../include -O -g -c s_auth.c gcc -I../include -O -g -c s_bsd.c gcc -I../include -O -g -c s_conf.c gcc -I../include -O -g -c s_debug.c gcc -I../include -O -g -c s_err.c gcc -I../include -O -g -c s_extra.c gcc -I../include -O -g -c s_kline.c gcc -I../include -O -g -c s_misc.c gcc -I../include -O -g -c s_numeric.c gcc -I../include -O -g -c s_serv.c gcc -I../include -O -g -c s_socks.c gcc -I../include -O -g -c ssl.c gcc -I../include -O -g -c s_unreal.c gcc -I../include -O -g -c s_user.c gcc -I../include -O -g -c scache.c gcc -I../include -O -g -c send.c gcc -I../include -O -g -c support.c gcc -I../include -O -g -c userload.c gcc -I../include -O -g -c webtv.c gcc -I../include -O -g -c whowas.c gcc -I../include -O -g -c zip.c gcc -I../include -O -g -o ircd agent.o aln.o badwords.o bsd.o = channel.o class.o cloak.o crule.o dbuf.o dynconf.o fdlist.o hash.o = help.o ircd.o ircsprintf.o list.o lusers.o match.o packet.o parse.o = res.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o = s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_socks.o ssl.o = s_unreal.o s_user.o scache.o send.o support.o userload.o version.o = webtv.o whowas.o zip.o -lcrypt -lresolv=20 res.o: In function `init_resolver': /home/ircds/classic/ajh/Unreal/src/res.c:113: undefined reference to = `res_init' s_bsd.o: In function `add_local_domain': /home/ircds/classic/ajh/Unreal/src/s_bsd.c:158: undefined reference to = `res_init' collect2: ld returned 1 exit status make[1]: *** [ircd] Error 1 make[1]: Leaving directory `/home/ircds/classic/ajh/Unreal/src' make: *** [build] Error 2 |