LLVM under Cygwin

Does LLVM compile under Cygwin, I have CygWin with GCC 3.3.3, but LLVM would not configure or make correctly.

Aaron Gray

Yes, we do have limited support for cygwin. I think that the earlier cygwin compiler versions had some problems. In particular, 3.3.3 is known broken:
http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html#cygwin

Others can fill you in with more details though,

-Chris

From: "Aaron Gray" Date: Sat, 12 Feb 2005 19:42:05 -0000

Does LLVM compile under Cygwin, I have CygWin with GCC 3.3.3, but LLVM would not configure or make correctly.

We can compile LLVM under MinGW, too, Though there exists some caveats, we are trying to iron out.

Henrik.