I tried to compile LLVM on Fedora 9 with GCC 4.3.<br>The compilation fails because UINT_MAX is not defined in file lib/Transforms/Scalar/LoopUnroll.cpp.<br>I included <limits.h> and everything works.<br>