[tkined] Where is function SNMP_TimeoutEvent (code)?

Howard B Cinamon (hcinamon@nastel.com)
Wed, 20 Jan 1999 23:05:58 -0800

Hello World,

1. I am new new Tcl/Tk, scotty, wish, etc. I am doing maintenance on someone elses code.
I downloaded Tcl 7.3, Tk3.6 and scotty 1.2.5, all old stuff. Why you ask? Because scwish
is still in that version of scotty and my appl uses scwish; it's not in latest scotty 2.1.9 or 2.1.10.
and I am trying to get by without major changes to the 'wish' makefile.

2. While compiling/linking scotty, I got
cc -o scotty scotty.o event.o libscotty.a -L/usr/local/lib -ltcl -lm
/usr/ccs/bin/ld: Unsatisfied symbols:
SNMP_ResponseEvent (code)
sunrpcCmd (code)
SNMP_AgentEvent (code)
SNMP_TimeoutEvent (code)
SNMP_TrapEvent (code)
*** Error exit code 1

I cannot find these symbols in the scotty source.
Anyone know where they are, what I am missing ?

3. Trying to compile sunrpc.c, where sunrpcCmd symbol resides, I get this errror:
cc -c -O -I.. -I/usr/include/rpcsvc -I/usr/local/include
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1
-DHAVE_SOCKETPAIR=1 -DHAVE_SELECT=1
-DWORDS_BIGENDIAN=1 -DHAVE_GETMNTENT=1 ../sunrpc.c
cpp: "sunrpc.c", line 46: error 4036: Can't open include file ether.h'.
*** Error exit code 1

On HP-UX 10.20 ether.h is not in /usr/include
Where can I find a compatible copy of ether.h ?

Thanks for any assistance.

Howard Cinamon
NasTel Technologies, Inc.
hcinamon@nastel.com
516-294-6033 Ext. 205

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.