>>>>> On Thu, 29 Jul 2010 09:13:08 -0400, "Ron Rader" >>>>> <[email protected]> said:
RR> As you can see, this is a cross-compile. I am going to try to build RR> net-snmp and link to OpenSSL on my native Fedora development box RR> just to check for configuration differences. I would certainly try and get OpenSSL with the FIPS module on fedora up and running first and then try the cross compiler environment. There are too many things in what you're doing to isolate the cause quickly. RR> While copying this, I just noticed the many "failed to merge target RR> specific data of file" LD errors. I will dig into this a bit RR> further. And that's certainly the problem. configure actually works by trying to write a short program containing (for example) EVP_md5 and then tries to compile it. If it fails (IE, cc/ld/whatever returns a non-zero exit status) then configure simply throws up it's hands and says "I couldn't compile the most simple program with that function, so it must not exist or can't be used). In other words, you'll need to solve that problem. But verifying that you can get it to work without a cross-compiler first is certainly wise, IMHO. -- Wes Hardaker Cobham Analytic Solutions ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ 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
