Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > /usr/lib/dld.sl: Unresolved symbol: htonl (code) That's likely related to your custom build hacks. htonl() is a macro defined as #definehtonl(x)(x) so shouldn't end up as an external symbol at all. +Thomas -- Thomas Anders (thomas.anders at blue-cabl

Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > I did change the line > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 > > with > > CFLAGS = -g -O2 -Uhpux11 -Dhpux11=hpux11 -D_XOPEN_SOURCE_EXTENDED=1 What gcc version are you using? Please refer to the list archives for a previous discussion on a similar problem with g

Re: R: netsnmp on HP-UX 11.11

2007-03-29 Thread Thomas Anders
Palmentieri Nunzio wrote: > $ gdb /sema/home/palmenti/net-snmp-5.4/agent/snmpd > HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00. > Copyright 1986 - 2001 Free Software Foundation, Inc. > Hewlett-Packard Wildebeest 3.0 (based on GDB) is covered by the > GNU General Public License. Type