Closed hkaiser closed 4 years ago
@stevenrbrandt please verify whether this solve the issue you reported.
I can't build this branch. I keep getting
[ 51%] Built target primitives.controls_dir
/usr/bin/ld: /tmp/cc3civTu.ltrans8.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev' can not be used when making a shared object; recompile with -fPIC
This appears to be std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()
Does that mean the string library is compiled without -fPIC?
X86_64_PC
Which module (target) is failing to compile?
I managed to get past the weird compilation issue. This code works for me.
Fixes #1224