https://bugs.freedesktop.org/show_bug.cgi?id=42949
--- Comment #5 from August Sodora <[email protected]> 2011-11-21 11:51:46 PST --- I was able to successfully build LLVM+Clang by making sure that I had compat headers installed for libstdc++ and issuing the configure on llvm like this: ../llvm/configure --host=x86_64-redhat-linux --target=x86_64-redhat-linux --build=x86_64-redhat-linux Apparently if the suffix on the includes directory for the libstdc++ stuff is not default, it has to be specified three times (host, target, build). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
