cross-compile error: dereferencing pointer to incomplete type

2005-11-24 Thread Rick.Lee
build system: linux redhat9.0 cross compiler: arm-linux-gcc 2.95.3 system configure method: ./configure --prefix=/root/usr --build=i686-linux --host=arm-linux --target=arm-linux --with-perl-modules --with-endianness=little 2>&1 | tee b error related produced result: checking for rtentry.rt_dst...

cross-compile error: dereferencing pointer to incomplete type

2005-11-23 Thread Rick.Lee
build system: linux redhat9.0 cross compiler: arm-linux-gcc 2.95.3 system configure method: ./configure --prefix=/root/usr --build=i686-linux --host=arm-linux --target=arm-linux --with-perl-modules --with-endianness=little 2>&1 | tee b error related produced result: checking for rtentry.rt_dst...

how to port net-snmp to other platform, such as arm?

2005-11-22 Thread Rick.Lee
hi,all what should I do to port net-snmp to arm platform with cross-compiler? Should I need to modify autoconf/automake related files as said in PORTING file in net-snmp distribution? I'm not familiar with autoconf/automake building system. Thanks a lot! Rick --