search for: compinling

Displaying 3 results from an estimated 3 matches for "compinling".

Did you mean: compiling
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
...p;& touch > apr_snprintf.lo > In file included from apr_snprintf.c:22: > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > make[4]: *** [apr_snprintf.lo] Error 1 > > However, this source compiles fine with gcc32 and gcc4 We also had some problems compinling apache-2 and did not get to the bottom of it. We stuck with using apache-1 and I believe the website http://safecode.cs.uiuc.edu/ was at some point (or still is?) hosted by Apache-1.3 running in LLVM via the JIT. If you can narrow this test case down to a manageable size and see if it's an er...
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
I have made few attempts to compile some software packages with llvm. My approach is to define Make variables as follows : export AS=llvm-as export LD=llvm-ld export AR=llvm-ar export CXX=llvm-g++ and then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
...o > > In file included from apr_snprintf.c:22: > > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > > make[4]: *** [apr_snprintf.lo] Error 1 > > > > However, this source compiles fine with gcc32 and gcc4 > > We also had some problems compinling apache-2 and did not get to the > bottom of it. We stuck with using apache-1 and I believe the website > http://safecode.cs.uiuc.edu/ was at some point (or still is?) hosted by > Apache-1.3 running in LLVM via the JIT. > > If you can narrow this test case down to a manageable size a...