tkined

Alex J. Podchaski (apod@caip.rutgers.edu)
Tue, 28 Feb 95 10:56:45 EST

So that you can get going, tkined doesn't require any real changes. I am
running configure with the gcc compiler option and notifying it where my tk
include and lib directories are. It compiles fine, but we had a local
problem with a reference to our libraries from tcl. It should not be a
problem if your tcl build is correct.

scotty on the other hand will blow up at the snmp package. It is the
makefile in the snmp area that I modifyied to pick up th -lsocket link. I
changed the actual line where it compiles straps, which is the section that
broke the compile. After that, you should be fine until you get to the
compile line for scotty. THis is what I get:

gcc -Wall -o scotty scotty.o event.o libscotty.a -lsocket -lnsl -lresolv
-L/usr/local/lib -ltcl -lm
Undefined first referenced
symbol in file
inet_aton /usr/local/lib/libresolv.a(res_init.o)
ld: fatal: Symbol referencing errors. No output written to scotty
*** Error code 1
make: Fatal error: Command failed for target `scotty'

inet_aton is not implemented inthe the libc libraries on Solaris. I am told
by some programmers who understand SOlaris better than I do around here that
the best thing to do is to remap the call to something inet_addr, which is
what the "better" call would be. I am not sure what or where the change
should be, but I am really hoping that the problem is not too severe to make
a Solaris port a pain to do.

Good luck.

Alex

=============================================================================
Alex Podchaski (apod@caip.rutgers.edu)
Systems Programmer:CAIP Center,Rutgers University,Piscataway,NJ: 908/445-5548