problems compiling on DUX 3.2C

Michael Galloway (mgx@icesar.epm.ornl.gov)
Fri, 23 Aug 1996 08:49:41 -0400

good day ...

i'm trying to compile scotty/tkined on a dec alpha box running
DUX 3.2C. i'm using gcc and getting lots of these warnings and
make finally stops as shown below. any help would be appreciated.

michael galloway
--------------------------------

./../tnm/snmp/tnmMibFrozen.c:669: warning: cast from pointer to integer of
different size
./../tnm/snmp/tnmMibFrozen.c:670: warning: cast from pointer to integer of
different size
./../tnm/snmp/tnmMibFrozen.c:672: warning: cast from pointer to integer of
different size
./../tnm/snmp/tnmMibFrozen.c:675: warning: cast from pointer to integer of
different size
./../tnm/snmp/tnmMibFrozen.c:678: warning: cast from pointer to integer of
different size
./../tnm/snmp/tnmMibFrozen.c:681: warning: cast from pointer to integer of
different size
gcc -c -O -fPIC -I. -I./../tnm/generic -I/usr/local/include -I./../tnm/snmp
./../tnm/snmp/tnmMibTcl.c
ld -shared -expect_unresolved "*" tnmInit.o tnmEvent.o tnmJob.o tnmIned.o
tnmSyslog.o tnmIcmp.o tnmDns.o tnmUdp.o tnmSunRpc.o tnmNtp.o tnmRpc.o
tnmHttp.o tnmNetdb.o tnmUnixLog.o mount_clnt.o mount_xdr.o ether_clnt.o
ether_xdr.o rstat_clnt.o rstat_xdr.o pcnfsd_clnt.o pcnfsd_xdr.o tnmAsn1.o
tnmMD5.o tnmSnmpNet.o tnmSnmpUtil.o tnmSnmpInst.o tnmSnmpSend.o tnmSnmpRecv.o
tnmSnmpAgent.o tnmSnmpTcl.o tnmMibQuery.o tnmMibParser.o tnmMibTree.o
tnmMibFrozen.o tnmMibTcl.o -o tnm.so -lrpc -lrpcsvc
gcc -c -O -I. -DHAVE_CONFIG_H ./../tnm/ntping/ntping.c
./../tnm/ntping/ntping.c: In function `receive_pkt':
./../tnm/ntping/ntping.c:636: structure has no member named `ip_hl'
*** Exit 1
Stop.