Hello, I am trying to install Qmail 1.03 on a machine running Solaris 7 using the gcc compiler.When I try to compile Qmail with 'make setup check' I get the following errors. Please try and help me since I need to replace Sendmail as soon as possible. Thanks in advance. rm -f trysalen.o ./compile ipme.c ./compile ndelay.c ./compile ndelay_off.c ./makelib ndelay.a ndelay.o ndelay_off.o ( ( ./compile tryrsolv.c && ./load tryrsolv dns.o \ ipalloc.o ip.o stralloc.a alloc.a error.a fs.a str.a \ -lresolv `cat socket.lib` ) >/dev/null 2>&1 \ && echo -lresolv || exit 0 ) > dns.lib rm -f tryrsolv.o tryrsolv ./load qmail-remote control.o constmap.o timeoutread.o \ timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \ ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \ lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \ str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib` Undefined first referenced symbol in file __dn_expand dns.o __res_search dns.o __res_init dns.o __res_query dns.o ld: fatal: Symbol referencing errors. No output written to qmail-remote collect2: ld returned 1 exit status make: *** [qmail-remote] Error 1
