On 15/08/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Either these changes or the ones you did earlier today broke my nightly > MAIN builds for Linux/x86. Linking now fails with: > > ./.libs/libnetsnmpmibs.so: undefined reference to `linux_read_icmp_stat' > ./.libs/libnetsnmpmibs.so: undefined reference to `linux_read_udp_stat' > ./.libs/libnetsnmpmibs.so: undefined reference to `linux_read_tcp_stat' > ./.libs/libnetsnmpmibs.so: undefined reference to `netsnmp_mem_arch_load' > ./.libs/libnetsnmpmibs.so: undefined reference to `netsnmp_cpu_get_byIdx' > ./.libs/libnetsnmpmibs.so: undefined reference to `linux_read_ip_stat'
Confirmed. It seems to be failing to pick up on "configure_arch_require( linux, mibII/kernel_linux) " (in mibII/ip.h among others) Changing this to "configure_require(mibII/kernel_linux) " fixes this error, but then chokes similarly on configure_arch_require( linux. hardware/memory/memory_linux) (in hardware/memory.h) configure_arch_require( linux. hardware/cpu) (in host/hr_proc.h) etc. It looks as if the architecture-specific includes aren't getting picked up properly. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
