search for: 1before

Displaying 3 results from an estimated 3 matches for "1before".

Did you mean: before
2010 Mar 15
0
[LLVMdev] Problem linking with llvm on mac os 10.6
I'm not sure why you are getting mixed architecture (bit size) results on 10.6.x but you can also build the examples as part of the llvm build. Set the environmental var BUILD_EXAMPLES to 1before executing the llvm make. Garrison On Mar 14, 2010, at 11:00, Romain Pechayre wrote: > 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 >...
2010 Mar 16
1
[LLVMdev] Problem linking with llvm on mac os 10.6
...n Mon, Mar 15, 2010 at 4:22 AM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > I'm not sure why you are getting mixed architecture (bit size) results on > 10.6.x but you can also build the examples > as part of the llvm build. > Set the environmental var BUILD_EXAMPLES to 1before executing the llvm make. > Garrison > On Mar 14, 2010, at 11:00, Romain Pechayre wrote: > > 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 >...
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