1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
| /usr/bin/ld: /tmp/ccJMbAhi.o: in function `_Py_DECREF':
9mes_11.cpp:(.text+0x3e): undefined reference to `_Py_Dealloc'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `_import_array':
9mes_11.cpp:(.text+0x59): undefined reference to `PyImport_ImportModule'
/usr/bin/ld: 9mes_11.cpp:(.text+0x89): undefined reference to `PyObject_GetAttrString'
/usr/bin/ld: 9mes_11.cpp:(.text+0xb3): undefined reference to `PyExc_AttributeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0xc2): undefined reference to `PyErr_SetString'
/usr/bin/ld: 9mes_11.cpp:(.text+0xdb): undefined reference to `PyCapsule_Type'
/usr/bin/ld: 9mes_11.cpp:(.text+0xe7): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0xf6): undefined reference to `PyErr_SetString'
/usr/bin/ld: 9mes_11.cpp:(.text+0x129): undefined reference to `PyCapsule_GetPointer'
/usr/bin/ld: 9mes_11.cpp:(.text+0x15b): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0x16a): undefined reference to `PyErr_SetString'
/usr/bin/ld: 9mes_11.cpp:(.text+0x1a1): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0x1bc): undefined reference to `PyErr_Format'
/usr/bin/ld: 9mes_11.cpp:(.text+0x1fd): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0x218): undefined reference to `PyErr_Format'
/usr/bin/ld: 9mes_11.cpp:(.text+0x241): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0x255): undefined reference to `PyErr_Format'
/usr/bin/ld: 9mes_11.cpp:(.text+0x269): undefined reference to `PyExc_RuntimeError'
/usr/bin/ld: 9mes_11.cpp:(.text+0x27d): undefined reference to `PyErr_Format'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::detail::_interpreter::safe_import(_object*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreter11safe_importEP7_objectNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp6detail12_interpreter11safe_importEP7_objectNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x4a): undefined reference to `PyObject_GetAttrString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreter11safe_importEP7_objectNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp6detail12_interpreter11safe_importEP7_objectNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xfe): undefined reference to `PyFunction_Type'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::detail::_interpreter::import_numpy()':
9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreter12import_numpyEv[_ZN13matplotlibcpp6detail12_interpreter12import_numpyEv]+0x1d): undefined reference to `PyErr_Print'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreter12import_numpyEv[_ZN13matplotlibcpp6detail12_interpreter12import_numpyEv]+0x24): undefined reference to `PyExc_ImportError'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreter12import_numpyEv[_ZN13matplotlibcpp6detail12_interpreter12import_numpyEv]+0x33): undefined reference to `PyErr_SetString'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::detail::_interpreter::_interpreter()':
9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x6f): undefined reference to `Py_SetProgramName'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x74): undefined reference to `Py_Initialize'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0xb3): undefined reference to `PySys_SetArgv'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0xce): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0xe1): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0xf4): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x107): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x17a): undefined reference to `PyImport_Import'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x1ab): undefined reference to `PyErr_Print'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x227): undefined reference to `PyObject_CallMethod'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x236): undefined reference to `PyImport_Import'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x2a0): undefined reference to `PyImport_Import'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x320): undefined reference to `PyImport_Import'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x1809): undefined reference to `PyObject_GetAttrString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterC2Ev[_ZN13matplotlibcpp6detail12_interpreterC5Ev]+0x18f9): undefined reference to `PyTuple_New'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::detail::_interpreter::~_interpreter()':
9mes_11.cpp:(.text._ZN13matplotlibcpp6detail12_interpreterD2Ev[_ZN13matplotlibcpp6detail12_interpreterD5Ev]+0x11): undefined reference to `Py_Finalize'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::figure_size(unsigned long, unsigned long)':
9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0x2a): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0x64): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0x78): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0xae): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0xc2): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0xc7): undefined reference to `PyDict_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0xe2): undefined reference to `PyDict_SetItemString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0xec): undefined reference to `PyLong_FromSize_t'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0x102): undefined reference to `PyDict_SetItemString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp11figure_sizeEmm[_ZN13matplotlibcpp11figure_sizeEmm]+0x126): undefined reference to `PyObject_Call'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::legend()':
9mes_11.cpp:(.text._ZN13matplotlibcpp6legendEv[_ZN13matplotlibcpp6legendEv]+0x33): undefined reference to `PyObject_CallObject'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::title(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<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&)':
9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0x3b): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0x49): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0x62): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0x67): undefined reference to `PyDict_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0xc2): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0xee): undefined reference to `PyDict_SetItemString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE[_ZN13matplotlibcpp5titleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt3mapIS5_S5_St4lessIS5_ESaISt4pairIS6_S5_EEE]+0x11e): undefined reference to `PyObject_Call'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::grid(bool)':
9mes_11.cpp:(.text._ZN13matplotlibcpp4gridEb[_ZN13matplotlibcpp4gridEb]+0x22): undefined reference to `_Py_TrueStruct'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4gridEb[_ZN13matplotlibcpp4gridEb]+0x2b): undefined reference to `_Py_FalseStruct'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4gridEb[_ZN13matplotlibcpp4gridEb]+0x45): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4gridEb[_ZN13matplotlibcpp4gridEb]+0x5e): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4gridEb[_ZN13matplotlibcpp4gridEb]+0x79): undefined reference to `PyObject_CallObject'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `matplotlibcpp::save(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
9mes_11.cpp:(.text._ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x28): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x36): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x4f): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4saveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x67): undefined reference to `PyObject_CallObject'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `bool matplotlibcpp::plot<double, double>(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x8d): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x9b): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xb4): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xc9): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xde): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN13matplotlibcpp4plotIddEEbRKSt6vectorIT_SaIS2_EERKS1_IT0_SaIS7_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xf6): undefined reference to `PyObject_CallObject'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `bool matplotlibcpp::named_plot<double>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0x22): undefined reference to `PyDict_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0x3a): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0x50): undefined reference to `PyDict_SetItemString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0x84): undefined reference to `PyUnicode_FromString'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0x92): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0xab): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0xc0): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0xd5): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_[_ZN13matplotlibcpp10named_plotIdEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaISA_EESE_S8_]+0xf1): undefined reference to `PyObject_Call'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `void matplotlibcpp::xlim<int>(int, int)':
9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x20): undefined reference to `PyList_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x2e): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x42): undefined reference to `PyList_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x4c): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x60): undefined reference to `PyList_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x6a): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x83): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4xlimIiEEvT_S1_[_ZN13matplotlibcpp4xlimIiEEvT_S1_]+0x9e): undefined reference to `PyObject_CallObject'
/usr/bin/ld: /tmp/ccJMbAhi.o: in function `void matplotlibcpp::ylim<int>(int, int)':
9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x20): undefined reference to `PyList_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x2e): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x42): undefined reference to `PyList_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x4c): undefined reference to `PyFloat_FromDouble'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x60): undefined reference to `PyList_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x6a): undefined reference to `PyTuple_New'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x83): undefined reference to `PyTuple_SetItem'
/usr/bin/ld: 9mes_11.cpp:(.text._ZN13matplotlibcpp4ylimIiEEvT_S1_[_ZN13matplotlibcpp4ylimIiEEvT_S1_]+0x9e): undefined reference to `PyObject_CallObject'
collect2: error: ld returned 1 exit status |