search for: miscompartibilities

Displaying 2 results from an estimated 2 matches for "miscompartibilities".

2006 May 06
1
[LLVMdev] Still Trying to Build on MINGW
Hello, Greg. You wrote Saturday, May 6, 2006, 10:24:16 PM: GP> If anyone has any insight I'd love to hear it. GP> Meanwhile, I'll continue to investigate... Currently I'm working on bootstrapping llvm-gcc4 on mingw32 platform. There are some serious miscompartibilities preventing build. I'll let know the results. Anyway, it's common knowledge, that msys itself have some bugs which might lead to several problems while building gcc. Mingw32 itself is build inside stripped cygwin shell ;) -- With best regards, Anton mailto:asl at...
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
...o: INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ -I$(srcdir)/../include @INCINTL@ -IPREFIX/include Note: use forward slashes for PREFIX, e.g. -If:/projects/mingw 2. Possible issues. 1) Problem: Complains about *.info files. Resolutions: There are know miscompartibilities between msys makeinfo file and GCC's sources. Either use makeinfo from cygwin, or just remove msys' version out. 2) Problem: Complains about gthr-default.h file. Resolution: Grab gcc/gcc/gthr-win32.h file and copy it to gthr-default.h...