Hi Ray,
Good to know that library file is installed , I'm not getting the same error but I mean same type of error. Here is the error .
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::DenseMatrix::mult(double const*, double*) const [clone .localalias]':
(.text+0x23f): undefined reference to `dgemv_'
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::multiply(Cantera::DenseMatrix const&, double const*, double*)':
(.text+0x434): undefined reference to `dgemv_'
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::increment(Cantera::DenseMatrix const&, double const*, double*)':
(.text+0x4fe): undefined reference to `dgemv_'
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::DenseMatrix::mult(Cantera::DenseMatrix const&, Cantera::DenseMatrix&) const':
(.text+0xc10): undefined reference to `dgemv_'
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::solve(Cantera::DenseMatrix&, double*, unsigned long, unsigned long)':
(.text+0xddd): undefined reference to `dgetrf_'
/usr/bin/ld: (.text+0xe46): undefined reference to `dgetrs_'
/usr/bin/ld: /usr/lib/libcantera.a(DenseMatrix.os): in function `Cantera::invert(Cantera::DenseMatrix&, unsigned long)':
(.text+0x107e): undefined reference to `dgetrf_'
/usr/bin/ld: (.text+0x1183): undefined reference to `dgetri_'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `Cantera::AnyMap::fromYamlString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
(.text+0x7164): undefined reference to `YAML::Load(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `Cantera::AnyMap::fromYamlFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
(.text+0x7696): undefined reference to `YAML::LoadFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::TypedBadConversion<Cantera::AnyMap>::~TypedBadConversion()':
(.text._ZN4YAML18TypedBadConversionIN7Cantera6AnyMapEED2Ev[_ZN4YAML18TypedBadConversionIN7Cantera6AnyMapEED5Ev]+0x13): undefined reference to `YAML::BadConversion::~BadConversion()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::TypedBadConversion<Cantera::AnyMap>::~TypedBadConversion()':
(.text._ZN4YAML18TypedBadConversionIN7Cantera6AnyMapEED0Ev[_ZN4YAML18TypedBadConversionIN7Cantera6AnyMapEED5Ev]+0x17): undefined reference to `YAML::BadConversion::~BadConversion()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::TypedBadConversion<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~TypedBadConversion()':
(.text._ZN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev[_ZN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED5Ev]+0x13): undefined reference to `YAML::BadConversion::~BadConversion()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::TypedBadConversion<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::~TypedBadConversion()':
(.text._ZN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev[_ZN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED5Ev]+0x17): undefined reference to `YAML::BadConversion::~BadConversion()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::TypedBadConversion<Cantera::AnyValue>::~TypedBadConversion()':
(.text._ZN4YAML18TypedBadConversionIN7Cantera8AnyValueEED2Ev[_ZN4YAML18TypedBadConversionIN7Cantera8AnyValueEED5Ev]+0x13): undefined reference to `YAML::BadConversion::~BadConversion()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.text._ZN4YAML18TypedBadConversionIN7Cantera8AnyValueEED0Ev[_ZN4YAML18TypedBadConversionIN7Cantera8AnyValueEED5Ev]+0x17): more undefined references to `YAML::BadConversion::~BadConversion()' follow
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::BadConversion::BadConversion(YAML::Mark const&)':
(.text._ZN4YAML13BadConversionC2ERKNS_4MarkE[_ZN4YAML13BadConversionC5ERKNS_4MarkE]+0x8e): undefined reference to `vtable for YAML::Exception'
/usr/bin/ld: (.text._ZN4YAML13BadConversionC2ERKNS_4MarkE[_ZN4YAML13BadConversionC5ERKNS_4MarkE]+0xc7): undefined reference to `vtable for YAML::RepresentationException'
/usr/bin/ld: (.text._ZN4YAML13BadConversionC2ERKNS_4MarkE[_ZN4YAML13BadConversionC5ERKNS_4MarkE]+0xe4): undefined reference to `vtable for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::InvalidNode::InvalidNode()':
(.text._ZN4YAML11InvalidNodeC2Ev[_ZN4YAML11InvalidNodeC5Ev]+0xed): undefined reference to `vtable for YAML::Exception'
/usr/bin/ld: (.text._ZN4YAML11InvalidNodeC2Ev[_ZN4YAML11InvalidNodeC5Ev]+0x129): undefined reference to `vtable for YAML::RepresentationException'
/usr/bin/ld: (.text._ZN4YAML11InvalidNodeC2Ev[_ZN4YAML11InvalidNodeC5Ev]+0x147): undefined reference to `vtable for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::Node::Type() const':
(.text._ZNK4YAML4Node4TypeEv[_ZNK4YAML4Node4TypeEv]+0x4d): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node4TypeEv[_ZNK4YAML4Node4TypeEv]+0x54): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::Node::Mark() const':
(.text._ZNK4YAML4Node4MarkEv[_ZNK4YAML4Node4MarkEv]+0x6b): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node4MarkEv[_ZNK4YAML4Node4MarkEv]+0x72): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > YAML::Node::as<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >() const':
(.text._ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v[_ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v]+0xea): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v[_ZNK4YAML4Node2asINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v]+0xf1): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::Node::begin() const':
(.text._ZNK4YAML4Node5beginEv[_ZNK4YAML4Node5beginEv]+0x5f): undefined reference to `YAML::detail::node_data::begin()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::Node::end() const':
(.text._ZNK4YAML4Node3endEv[_ZNK4YAML4Node3endEv]+0x5f): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `(anonymous namespace)::elementTypes(YAML::Node const&)':
(.text._ZN12_GLOBAL__N_112elementTypesERKN4YAML4NodeE[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x40b): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN12_GLOBAL__N_112elementTypesERKN4YAML4NodeE[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x412): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<double, std::allocator<double> > >::decode(YAML::Node const&, std::vector<double, std::allocator<double> >&)':
(.text._ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_]+0xe6): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_]+0xee2): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_]+0xee9): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_]+0x1007): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIdSaIdEEE6decodeERKNS_4NodeERS3_]+0x100e): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<std::vector<double, std::allocator<double> >, std::allocator<std::vector<double, std::allocator<double> > > > >::decode(YAML::Node const&, std::vector<std::vector<double, std::allocator<double> >, std::allocator<std::vector<double, std::allocator<double> > > >&)':
(.text._ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x102): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x97d): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x984): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x9d9): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IdSaIdEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x9e0): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<double>::decode(YAML::Node const&, double&)':
(.text._ZN4YAML7convertIdE6decodeERKNS_4NodeERd[_ZN4YAML7convertIdE6decodeERKNS_4NodeERd]+0x406): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIdE6decodeERKNS_4NodeERd[_ZN4YAML7convertIdE6decodeERKNS_4NodeERd]+0x40d): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `double YAML::Node::as<double>() const':
(.text._ZNK4YAML4Node2asIdEET_v[_ZNK4YAML4Node2asIdEET_v]+0xf1): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asIdEET_v[_ZNK4YAML4Node2asIdEET_v]+0xf8): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<bool, std::allocator<bool> > >::decode(YAML::Node const&, std::vector<bool, std::allocator<bool> >&)':
(.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0xda): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0x32e): undefined reference to `YAML::convert<bool>::decode(YAML::Node const&, bool&)'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0x8a9): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0x8b0): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0x98f): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIbSaIbEEE6decodeERKNS_4NodeERS3_]+0x996): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<long, std::allocator<long> > >::decode(YAML::Node const&, std::vector<long, std::allocator<long> >&)':
(.text._ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_]+0xe1): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_]+0xca6): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_]+0xcad): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_]+0xd9b): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_[_ZN4YAML7convertISt6vectorIlSaIlEEE6decodeERKNS_4NodeERS3_]+0xda2): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `std::vector<long, std::allocator<long> > YAML::Node::as<std::vector<long, std::allocator<long> > >() const':
(.text._ZNK4YAML4Node2asISt6vectorIlSaIlEEEET_v[_ZNK4YAML4Node2asISt6vectorIlSaIlEEEET_v]+0x15d): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asISt6vectorIlSaIlEEEET_v[_ZNK4YAML4Node2asISt6vectorIlSaIlEEEET_v]+0x164): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::decode(YAML::Node const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
(.text._ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_[_ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_]+0x109): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_[_ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_]+0x93d): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_[_ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_]+0x944): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_[_ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_]+0x9c4): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_[_ZN4YAML7convertISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE6decodeERKNS_4NodeERS9_]+0x9cb): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > > >::decode(YAML::Node const&, std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > >&)':
(.text._ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x102): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x802): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x809): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x89c): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIS1_IlSaIlEESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x8a3): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<Cantera::AnyMap>::decode(YAML::Node const&, Cantera::AnyMap&)':
(.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x92): undefined reference to `YAML::Dump[abi:cxx11](YAML::Node const&)'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x413): undefined reference to `YAML::detail::node_data::empty_scalar[abi:cxx11]'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x555): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x55c): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x701): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x708): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x76c): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera6AnyMapEE6decodeERKNS_4NodeERS2_]+0x773): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `Cantera::AnyMap YAML::Node::as<Cantera::AnyMap>() const':
(.text._ZNK4YAML4Node2asIN7Cantera6AnyMapEEET_v[_ZNK4YAML4Node2asIN7Cantera6AnyMapEEET_v]+0x197): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asIN7Cantera6AnyMapEEET_v[_ZNK4YAML4Node2asIN7Cantera6AnyMapEEET_v]+0x19e): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<Cantera::AnyMap, std::allocator<Cantera::AnyMap> > >::decode(YAML::Node const&, std::vector<Cantera::AnyMap, std::allocator<Cantera::AnyMap> >&)':
(.text._ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xee): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xa51): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xa58): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xa7c): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera6AnyMapESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xa83): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<Cantera::AnyValue>::decode(YAML::Node const&, Cantera::AnyValue&)':
(.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x2ce): undefined reference to `YAML::convert<bool>::decode(YAML::Node const&, bool&)'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x3a3): undefined reference to `YAML::detail::node_data::empty_scalar[abi:cxx11]'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x964): undefined reference to `YAML::detail::node_data::empty_scalar[abi:cxx11]'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0xc65): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0xc6c): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0xfcc): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0xfd3): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x1260): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x1267): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x12a9): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x12b0): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x1330): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_[_ZN4YAML7convertIN7Cantera8AnyValueEE6decodeERKNS_4NodeERS2_]+0x1337): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `Cantera::AnyValue YAML::Node::as<Cantera::AnyValue>() const':
(.text._ZNK4YAML4Node2asIN7Cantera8AnyValueEEET_v[_ZNK4YAML4Node2asIN7Cantera8AnyValueEEET_v]+0x14d): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asIN7Cantera8AnyValueEEET_v[_ZNK4YAML4Node2asIN7Cantera8AnyValueEEET_v]+0x154): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `YAML::convert<std::vector<Cantera::AnyValue, std::allocator<Cantera::AnyValue> > >::decode(YAML::Node const&, std::vector<Cantera::AnyValue, std::allocator<Cantera::AnyValue> >&)':
(.text._ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_]+0xfa): undefined reference to `YAML::detail::node_data::end()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x885): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x88c): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x9cd): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_[_ZN4YAML7convertISt6vectorIN7Cantera8AnyValueESaIS3_EEE6decodeERKNS_4NodeERS5_]+0x9d4): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os): in function `std::vector<Cantera::AnyValue, std::allocator<Cantera::AnyValue> > YAML::Node::as<std::vector<Cantera::AnyValue, std::allocator<Cantera::AnyValue> > >() const':
(.text._ZNK4YAML4Node2asISt6vectorIN7Cantera8AnyValueESaIS4_EEEET_v[_ZNK4YAML4Node2asISt6vectorIN7Cantera8AnyValueESaIS4_EEEET_v]+0x157): undefined reference to `YAML::InvalidNode::~InvalidNode()'
/usr/bin/ld: (.text._ZNK4YAML4Node2asISt6vectorIN7Cantera8AnyValueESaIS4_EEEET_v[_ZNK4YAML4Node2asISt6vectorIN7Cantera8AnyValueESaIS4_EEEET_v]+0x15e): undefined reference to `typeinfo for YAML::InvalidNode'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE[_ZTIN4YAML18TypedBadConversionINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE]+0x10): undefined reference to `typeinfo for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionIN7Cantera8AnyValueEEE[_ZTIN4YAML18TypedBadConversionIN7Cantera8AnyValueEEE]+0x10): undefined reference to `typeinfo for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionIN7Cantera6AnyMapEEE[_ZTIN4YAML18TypedBadConversionIN7Cantera6AnyMapEEE]+0x10): undefined reference to `typeinfo for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionIlEE[_ZTIN4YAML18TypedBadConversionIlEE]+0x10): undefined reference to `typeinfo for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionIdEE[_ZTIN4YAML18TypedBadConversionIdEE]+0x10): undefined reference to `typeinfo for YAML::BadConversion'
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.ro._ZTIN4YAML18TypedBadConversionIbEE[_ZTIN4YAML18TypedBadConversionIbEE]+0x10): more undefined references to `typeinfo for YAML::BadConversion' follow
/usr/bin/ld: /usr/lib/libcantera.a(AnyMap.os):(.data.rel.local.DW.ref._ZTIN4YAML9ExceptionE[DW.ref._ZTIN4YAML9ExceptionE]+0x0): undefined reference to `typeinfo for YAML::Exception'
collect2: error: ld returned 1 exit status
Thank you,
Kind Regards,
Thamaraikannan M