Hi, all: I am just make an project depend llvm.In order make it run under Android x86, I use the NDK to build the project . But I met an error: i686-linux-android/bin/ld: error: cannot find -ldlpthread. Is there target of llvm about android x86? Thanks, yao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140624/c54f3ba7/attachment.html>
On Tuesday, June 24, 2014 03:25 PM, yao wrote:> Hi, all: > I am just make an project depend llvm.In order make it run under Android > x86, I use the NDK to build the project . > But I met an error: > i686-linux-android/bin/ld: error: cannot find -ldlpthread. > Is there target of llvm about android x86?Looks like you missed a quotation mark or something, I suspect it's supposed to be -ldl -pthread Ben