My program compiles and links without an error. However when I start to run the program, it says
"undefined symbol: _ZN6Flexus11SharedTypes19FastBranchPredictor9combiningERKSsj"
How it is possible? If there is anything vague, it should not link the program.
DeMangeled:
Flexus::SharedTypes::FastBranchPredictor::combining(std::string const&, unsigned int)
I think you're linking to a dynamic library which doesn't contain a function you're trying to call from it. The compiler and/or linker cannot detect the error because you're linking to the library runtime
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With