Ticket #1006 (closed bug: fixed)
Does not build on clang with GMP
Reported by: | whiteknight | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | build | Version: | 1.5.0 |
Severity: | low | Keywords: | clang build |
Cc: | ligne | Language: | |
Patch status: | Platform: |
Description (last modified by jkeenan) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.