alicevision / geogram

Git mirror of the geogram library by INRIA
https://github.com/BrunoLevy/geogram
BSD 3-Clause "New" or "Revised" License
123 stars 54 forks source link

ld: error: duplicate symbol: debug_ #16

Closed yurivict closed 2 years ago

yurivict commented 4 years ago

clang-11 doesn't tolerate multiply-defined symbols any more. debug_ is defined in modules

src/lib/third_party/numerics/ARPACK/dnaitr.c
src/lib/third_party/numerics/ARPACK/dgetv0.c
src/lib/third_party/numerics/ARPACK/dnapps.c
etc. etc. etc.

Log: http://beefy18.nyi.freebsd.org/data/head-amd64-default/p549079_s365919/logs/geogram-1.7.5.log (IPv6 URL)

simogasp commented 2 years ago

please report to the official repository https://github.com/BrunoLevy/geogram