> > Actually its [configure-stage3-intl] where its hanging.This can easily be due to inline FP math in the stdlib headers. For example - I had to maintain slightly hacked mingw32 headers which do not contain inline FP assembler, otherwise at least libstdc++ configure would hang. No idea about cygwin though. --- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090223/f4769baf/attachment.html>
On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov < anton at korobeynikov.info> wrote:> > Actually its [configure-stage3-intl] where its hanging. > > This can easily be due to inline FP math in the stdlib headers. For example > - I had to maintain slightly hacked mingw32 headers which do not contain > inline FP assembler, otherwise at least libstdc++ configure would hang. No > idea about cygwin though. >Don't think it is that. I looked at the configure code and I cannot work out why its failing on working out what the exe suffix is. Weird bug. I have GCC 4.2.2 built on Cygwin now and will try with that, Cheers, Aaron> > --- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090223/ccdc6c89/attachment.html>
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray < aaronngray.lists at googlemail.com> wrote:> On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov < > anton at korobeynikov.info> wrote: > >> >> Actually its [configure-stage3-intl] where its hanging. >> >> This can easily be due to inline FP math in the stdlib headers. For >> example - I had to maintain slightly hacked mingw32 headers which do not >> contain inline FP assembler, otherwise at least libstdc++ configure would >> hang. No idea about cygwin though. >> > > Don't think it is that. I looked at the configure code and I cannot work > out why its failing on working out what the exe suffix is. Weird bug. > > I have GCC 4.2.2 built on Cygwin now and will try with that, >Okay, LLVM 2.5 R2 and LLVM-gc-4.2-2.5 R2 are both building on Cygwin with GCC-4.2.2 make check is coming up with some errors though. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090223/aaa35d48/attachment.html>