Displaying 1 result from an estimated 1 matches for "1009208".
Did you mean:
100920
2010 Mar 14
4
[LLVMdev] Problem linking with llvm on mac os 10.6
Hello all,
I am trying to build the kaleidoscope sample code on Mac os (10.6).
What I have done to get llvm libraries :
1) Downloaded llvm-2.6 source code
2) ./configure
3)make
4) make intall
Then I tried to build kaleidoscope as described in the tutorial:
g++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy
I get typical link time errors (undefined symbols: ...) as if the