On 28/06/07, Need Help <[EMAIL PROTECTED]> wrote: > 3) We also noticed this interesting bit as well. We started from scratch > by uncompressing Net-SNMP-v5.4 and then performed a "./configure" (with the > options shown in the post below). We then looked into the "config.log" file > and noticed the same type errors were seen (see below), so we get these > errors before doing a "make" at all: > > part of the "config.log" file: > > configure:7263: mipsel-uclibc-g++ -o conftest -x c conftest.c conftstm.o > >&5 > conftstm.o:1: error: stray '\177' in program > conftstm.o:1: error: stray '\1' in program
> Any ideas what is goign on here? Any recommendations you can make for our > build team here to look into? We are using the "mips-uclibc-g++" compiler > so perhaps this could be a problem? That's certainly my immediate reaction. Can you successfully compie and link a simple "Hello, World!" program using the same compilation settings? (Preferably as two separate steps) What does "file *.o" display? a) for the Net-SNMP object files? b) for the hello.o object file? Dave ------------------------------------------------------------------------- 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
