> Any serious development (such as compiling the Net-SNMP code) > requires a full ANSI C compiler. Either HP's own (which should > be purchased separately), or the freely available gcc. > > There is no point in attempting to configure or build this > software until you have installed a proper C compiler. > > Dave >
I used the ANSI C compiler and it worked, but before, I had to replace the /opt/imake/bin/install with the ../install-sh script in the Makefile's, because the first one has a bug when source folder is the same as destination folder. thanks for Your help I have additional question: When I configured stack with params: ./configure --enable-ipv6 --prefix=/texusr/tomasz/net-snmp-5.2.1.2 --with-openssl=/tnm_vbase/hp11/openssl/openssl0.9.7-d --enable-ucd-snmp-compatibility --with-libs=-lnm The struct snmp_pdu does not contain the field: snmp_ipaddr address but pointer to a transport data. Can I cast that data to a sockaddr_in6 * struct always aor Do I have perform additional checking? I dont have IPv6 on my develop machine but it will be on the target machine. thanks, Tomek ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
