id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1006,Does not build on clang with GMP,whiteknight,,"Parrot was building with llvm/clang for a while, but recently it doesn't anymore. It fails when trying to link because it detects several of the GMP symbols are defined more than once. I do not know why it is having these problems, and I am not sure whether the issue is in GMP, Clang, or Parrot

I have been able to build with clang using this configuration command:

{{{
perl Configure.pl --cc=clang --ld=clang --link=clang --without-gmp
}}}

",bug,closed,minor,,build,1.5.0,low,fixed,clang build,ligne,,,
