On sön, 2008-06-01 at 11:38 +0200, Pali wrote: > Hi, have somebody experiences with cross compiling net-snmp package? > I got in a trouble and don't know what to do now. > > I described my problem here: > http://forum.openwrt.org/viewtopic.php?id=15855
I think this would have been a better place if you want help with net-snmp. Additionally that site was utterly annoying - links to compiler output... Looking at the log file and trying to correlate it with the code it seems as if you get the wrong symbols declared. Could you please try again with a complete target specification. Preferrably you generate the target string by running the script config.guess (included in the distribution) on the target machne. ./configure --target=<output of config.guess> --with-endianness=big e.g. ./configure --target=mips-unknown-linux-gnu --with-endianness=big /MF ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
