Displaying 2 results from an estimated 2 matches for "d__mingw32__".
Did you mean:
__mingw32__
2005 May 12
0
[LLVMdev] Cygwin binaries
Hi Aaron,
Sorry for the delay. Please be aware, that these instructions has not been
used lately. However, I'll try to follow up on your questions.
Here are my instructions to compile the cfe:
5. Configure, build, and install the C front-end:
a. Before configure: export CPPFLAGS="-D__MINGW32__ "
?export LDFLAGS=-Wl,-no-keep-memory"
export CFEINSTALL=/C/LLVM/cfe
cd objdir
make distclean
If objdir != srcdir: Change all absolute paths given to source directory
relative by using --srcdir option for configure:
co...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same?
>
>To my knowledge there is no pre-built version of the cfe.
See following link for CFE :-
http://illuvium.com/download/
It maybe a bit out of date.
I believe the CFE maybe broken at the moment, at least the Cygwin nightly
test reports that it is broken and I believe this is the same thing ?