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