I looked into the symbols for a few of the libraries, I havent checked for all the missing symbols but whatever of the missing symbols i searched for are there in the libraries included.
I dont know why this is not working, it works fine for compiling even the SPEC benchmarks and they run fine On Oct 23, 10:48 pm, Tim Lovell-Smith <[EMAIL PROTECTED]> wrote: > Another vague idea just in case it helps: use nm to see if you can > find the symbols it is looking for in those extra libraries you are > linking in? If so, maybe some of the other compiler options are > causing problems? > > On Oct 24, 12:13 pm, Cyptmon <[EMAIL PROTECTED]> wrote: > > > All other programs build well with this cross compiler, I tried other > > microbenchmarks with the same compiler and they build and run well, > > so I thought there is something I am missing for building this > > library. > > > I tried giving the library path explicitly which has the above library > > files but it still gives the same errors :( > > > On Oct 23, 9:48 pm, Tim Lovell-Smith <[EMAIL PROTECTED]> wrote: > > > > Since the undefined references are in libc.a, and the mips libc, this > > > looks like a mips compiler or libc issue. I think you will probably > > > get better help elsewhere. On the other hand, could it be that you > > > have e.g. -lnss_files, but no -L option that allows it to find the > > > library path? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
