<div>one more misspelling:</div>
<div> </div>
<div>in readme.llvm from llvm-gcc4 front-end source directory there is the following line (51):</div>
<div> </div>
<div>$ ../llvm-gcc4-x.y.source/configure --prefix=`pwd`/../install/ --enable-llvm=$LLVMOBJDIR --enable-languages=c,c++$EXTRALANGS $TARGETOPTIONS</div>
<div> </div>
<div>the value of the --prefix key ends with slash and it's not right. at least the front-end fails to build under cygwin because one more slash is appended automatically by building script.</div>
<div> </div>
<div>glad if it'll be helpful to somebody.</div>
<div> </div>
<div>thanks</div>