Well, here is the final moments before the bomb on a DEC Alpha 3000/300LX
with OSF 3.2 installed. I've not gone troubleshooting. Maybe someone
else has seen this. h_errno is included with netdb.h ("exim.h" includes
this)...
Allen
=========
gcc -c -O -I. host.c
In file included from exim.h:64,
from host.c:16:
/usr/include/net/if.h:162: warning: `struct rtentry' declared inside
parameter l
ist
/usr/include/net/if.h:162: warning: its scope is only this definition or
declara
tion,
/usr/include/net/if.h:162: warning: which is probably not what you want.
/usr/include/net/if.h:162: warning: `struct mbuf' declared inside
parameter list
/usr/include/net/if.h:423: warning: `struct rtentry' declared inside
parameter l
ist
host.c: In function `dns_basic_lookup':
host.c:1026: `h_errno' undeclared (first use this function)
host.c:1026: (Each undeclared identifier is reported only once
host.c:1026: for each function it appears in.)
make[2]: *** [host.o] Error 1
make[2]: Leaving directory
`/home/staff/allen/exim/exim-1.62/build-OSF1-alpha'
cc -c -I. host.c
/usr/lib/cmplrs/cc/cfe: Warning: ./macros.h, line 42: Unknown Control
Statement
#define mac_maxfd (sysconf(6) - 1)
---^
/usr/lib/cmplrs/cc/cfe: Warning: ./exim.h, line 151: Unknown Control
Statement
#define LOG_FILE_PATH ""
---^
/usr/lib/cmplrs/cc/cfe: Warning: ./exim.h, line 154: Unknown Control
Statement
#define PID_FILE_PATH ""
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 29: Unknown Control
Statement
#define MAXPACKET 1024
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 283: Unknown Control
Statement
#ifdef HAVE_SA_LEN
-----^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 286: Unknown Control
Statement
#else
-----^
/usr/lib/cmplrs/cc/cfe: Error: host.c, line 287: Syntax Error
sizeof(*ifr))
----------------^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 288: Unknown Control
Statement
#endif
-----^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 295: Unknown Control
Statement
#if HAVE_IPv6
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 297: Unknown Control
Statement
#endif
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 770: Unknown Control
Statement
#if 0
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 772: Unknown Control
Statement
#else
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 774: Unknown Control
Statement
#endif
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 995: Unknown Control
Statement
#if 0
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 997: Unknown Control
Statement
#endif
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 1558: Unknown Control
Statement
#if 0
---^
/usr/lib/cmplrs/cc/cfe: Warning: host.c, line 1560: Unknown Control
Statement
#endif
---^
make[1]: *** [host.o] Error 1
make[1]: Leaving directory
`/home/staff/allen/exim/exim-1.62/build-OSF1-alpha'
make: *** [all] Error 2