Does LLVM have a static library you can link against to get those symbols?

Jeff

On Thu, Aug 9, 2012 at 9:43 AM, cmckeegan <
charlie.mckee...@totalmobile.co.uk> wrote:

> I've made a little progress. I've narrowed it down to the openssl project
> that SQLCipher uses. If I try to link in just the libcrypto.a shared
> library
> I get a similar error but with a bit more information about where the error
> is coming from:
>
> Undefined symbols for architecture armv7:
>   "___udivmodsi4", referenced from:
>       _lh_node_usage_stats_bio in libcrypto-armv7.a(lh_stats.o)
> ld: symbol(s) not found for architecture armv7
>
> apparently udivmodsi4 is part of LLVM according to this:
>
> http://
>
> http://www.opensource.apple.com/source/clang/clang-163.7.1/src/projects/compiler-rt/lib/arm/udivmodsi4.S
>
> Any ideas how to proceed here?
>
> Do I need to build the library differently in Xcode to get this to work?
> For
> the record I'm using the instructions for SQLCipher from this tutorial:
> http:// http://sqlcipher.net/ios-tutorial/
>
>
>
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/MonoTouch-and-SQLCipher-tp4656445p4656447.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to