Aleksey Tsalolikhin wrote: > I tried, but was unable to compile the 5.4.1.pre3: > > ./configure --with-libs=-lnm
Please drop "--with-libs=-lnm". It shouldn't be needed. > gcc -I../include -I. -I../snmplib -g -O2 -Uhpux11 -Dhpux11=hpux11 > -Wall -Winline -Wstrict-prototypes -Wwrite-strings -Wcast-qual > -Wno-char-subscripts -c system.c -DPIC -o .libs/system.o > system.c: In function 'get_myaddr': > system.c:589: error: storage size of 'ifc' isn't known You'd probably have to look through the preprocessor output for the file to see what's wrong. > gcc 4.1.2 > libgcc 4.1.2 > make 3.81 I've never use gcc 4.1.x on HP-UX 11.23. Do you have a chance to try with HP's cc instead (which works for me)? +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
