BUILD

Use the 'Makefile' to build almost everything.
Build 'Makefile' using 'autogen.sh' in root of gxsnmp source dir.

Edit 'makeis' for your system.
and build corrd.c and pdud.c:
# make -f makeis corrd
# make -f makeis pdud

For guile support, skip -ldl if not on a sparc station, worked for me.

BUILD TO SPARC/SOLARIS
If on a sparc/solaris, add -lsocket. I have build pdud/trapd on a solaris,
but I had to remove glib usage in dae.c and pdud.c, also remove functions
not used by pdud/trapd. You must also change snprintf() to sprint().
I builded a Motif popup, that was wrapped in a script called by nb.conf:popup_exec
to distribute popup to several machines.
