Hey Yall,
Im having a bit of trouble compiling 1.7.7 with Cygwin. After configuring, editing options.h and typing make install, I get this error:
gcc -g -I.. -I../hdrs -I/bin/exim-4.20-1/minires -c -o mysocket.o mysocket.c
mysocket.c: In function 'getaddrinfo':
mysocket.c:1046: '_res' undeclared(first use in this function)
mysocket.c:1046: (Each undeclared identifier is reported only once
mysocket.c:1046: for each function it appears in.)
mysocket.c:1046: 'RES_INIT' undeclared (first use in this function)
mysocket.c:1052: 'RES_USE_INET6' undeclared (first use in this function)
make[1]: *** [mysocket.o] Error1
make[1]: Leaving directory '/home/pennmush/pennmush/src'
make: *** [all] Error2
Any help that you might give me is greatly appreciated.
Thanks!
Im having a bit of trouble compiling 1.7.7 with Cygwin. After configuring, editing options.h and typing make install, I get this error:
gcc -g -I.. -I../hdrs -I/bin/exim-4.20-1/minires -c -o mysocket.o mysocket.c
mysocket.c: In function 'getaddrinfo':
mysocket.c:1046: '_res' undeclared(first use in this function)
mysocket.c:1046: (Each undeclared identifier is reported only once
mysocket.c:1046: for each function it appears in.)
mysocket.c:1046: 'RES_INIT' undeclared (first use in this function)
mysocket.c:1052: 'RES_USE_INET6' undeclared (first use in this function)
make[1]: *** [mysocket.o] Error1
make[1]: Leaving directory '/home/pennmush/pennmush/src'
make: *** [all] Error2
Any help that you might give me is greatly appreciated.
Thanks!