[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2

Dmitri Gribenko gribozavr at gmail.com
Mon Jan 7 04:18:06 PST 2013


On Mon, Jan 7, 2013 at 5:27 AM, Edward Diener
<eldlistmailingz at tropicsoft.com> wrote:
> On 01/06/2013 07:20 PM, Dmitri Gribenko wrote:
>> It looks like Mageia 2 has C++ headers in a directory unknown to
>> clang.  (So basically, clang from the repository is broken...)
>
> The Gnu C library headers are at
> /usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/include. This seems to say
> that the include search path is wrong and that is why it does not find
> cxxabi.h, which is in the Gnu C library header directory.

I would recommend reporting this to the Mageia bugtracker, since this
is the problem with clang packaging for this distribution.

I have updated our documentation in r171729.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-dev mailing list