On Tue, Feb 28, 2012 at 1:48 AM, citytianyu <
cityt...@gmail.com> wrote:
> Hi,
>
> Here I have a project on Mac OS to compile js with clang-llvm 3.0 and
> emcc updated on 2012.2.2. So I wrote a Makefile to compile all of the
> cpp files to .o file and then combine all .o files into one .bc file.
>
> But when I tried to compile the .bc file to .js file with emcc I, I
> got an error said that:
> xxxxxxx/clang_llvm/bin/llvm-link: /tmp/emscripten_temp/libcxx/
> libcxx.bc: Could not open input file: No such file or directory
> xxxxxxx/clang_llvm/bin/llvm-link: error loading file '/tmp/
> emscripten_temp/libcxx/libcxx.bc'
>
> And it seems that it is an assert in shared.py