Hi
I'm stuck at rebuilding vtk, which I need to move ahead with the proj
rebuilds. (The error being unrelated to proj.) I get
/usr/bin/ld:
CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLHyperTreeGridIO.cxx.o (symbol
from plugin): undefined reference to symbol
'_ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits@@LLVM_11'
/usr/bin/ld: /usr/lib64/libLLVM-11.so: error adding symbols: DSO missing
from command line
Now, nm tells me
$ nm TestXMLHyperTreeGridIO.cxx.o | grep
_ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits
00000000 W _ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits
resp, unmangled the symbol is
std::__detail::__to_chars_10_impl<unsigned int>(char*, unsigned int,
unsigned int)::__digits
I'm not sure why ld thinks LLVM is involved, vtk does not pull in LLVM
in any way.
I'm pretty much clueless, any ideas?
Thanks
Sandro
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx