On Fri, 24 Sep 2004 08:08:03 +0530 Prakash wrote: P> i) I configured and built on the same system.
And run, right? You aren't moving the binary to another system? P> ii) endfsent has been defined in fstab.h P> iii) This header file exists in my system P> so during configure the following flag gets set P> #define HAVE_FSTAB_H 1 P> P> iv) This function is called only twice in the source code P> find . -name "*.c"|xargs grep "endfsent" P> ./agent/mibgroup/ucd-snmp/disk.c: endfsent(); /* close P> /etc/fstab */ P> ./agent/mibgroup/ucd-snmp/disk.c: endfsent(); P> P> v ) The warning message does not occur while compiling disk.c to disk.o but P> occurs while building the snmpd binary. Well it is rather odd that you have the header and function definition, but not the actual library that contains the function. What version of HPUX are you running? Since I don't think any of the core developers have access to HPUX machines, we'll have to hope some kind soul comes along who can figure out what the problem is. I suggest that you also file a bug report, for the record. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ 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
