http://llvm.org/bugs/show_bug.cgi?id=6728
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from [email protected] 2010-03-31 10:09:28 CDT --- (In reply to comment #2) > (In reply to comment #1) > > I have no idea, are you following the instructions in README.LLVM? > I re-installed llvm-gcc-4.2 today from scratch (svn version). > I tried to follow all the instructions in README.LLVM. > stage1 terminates OK. However I get the same issue in stage2. > I am recompiling llvm in Debug build. > I will add --enable-checking to the configure flags for llvm-gcc-4.2. > Hope this config will give better result! Hi, I finally succeed in compiling the svn version of llvm-gcc-4.2. In case this may help somebody-else I put the configure options I used for my CYGWIN environment. $ llvm-gcc -v Using built-in specs. Target: i686-pc-cygwin Configured with: ../llvm-gcc-4.2-svn/configure --enable-checking --disable-shared --disable-bootstrap --disable-nls --with-arch=i486 --with-cpu=generic --prefix=/usr/local --enable-llvm=/cygdrive/J/Profiles/r29173/projects/people/llvm/llvm-obj --disable-win32-registry --enable-languages=c,c++ --program-prefix=llvm- --disable-sjlj-exceptions Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build) -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
