[LLVMdev] llvm build errors on windows/mingw32
Ronald Pijnacker
pijnacker at dse.nl
Thu Oct 1 04:22:37 PDT 2009
Hi all,
When I try to build llvm on windows/mingw32, I get the following error:
In file included from c:/work/mingw/src/llvm/lib/System/Signals.cpp:33:
c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc: In function 'LONG LLVMUnhandledExceptionFilter(_EXCEPTION_POINTERS*)':
c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc:275: error: exception handling disabled, use -fexceptions to enable
make[1]: *** [/c/work/mingw/src/build.llvm/lib/System/Release/Signals.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/c/work/mingw/src/build.llvm/lib/System'
Thanks,
Ronald
More information about the llvm-dev
mailing list