Advertisement
Guest User

Untitled

a guest
Dec 28th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Linking libpyplugin.so.0
  2. g++ -g -L/home/skunkworks/linuxcnc-dev/lib -Wl,-rpath,/home/skunkworks/linuxcnc-dev/lib -Wl,-soname,libpyplugin.so.0 -shared -o ../lib/libpyplugin.so.0 objects/emc/pythonplugin/python_plugin.o ../lib/liblinuxcncini.so -lstdc++ -lboost_python -lpython2.7
  3. objects/hal/components/panelui.o: In function `quit':
  4. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:124: undefined reference to `PyRun_SimpleStringFlags'
  5. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:125: undefined reference to `PyObject_CallObject'
  6. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:126: undefined reference to `PyErr_Occurred'
  7. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:126: undefined reference to `PyErr_Print'
  8. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:127: undefined reference to `Py_Finalize'
  9. objects/hal/components/panelui.o: In function `main':
  10. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:211: undefined reference to `Py_SetProgramName'
  11. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:212: undefined reference to `Py_Initialize'
  12. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:213: undefined reference to `PyRun_SimpleStringFlags'
  13. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:222: undefined reference to `PyRun_SimpleStringFlags'
  14. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:224: undefined reference to `PyImport_ImportModule'
  15. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:227: undefined reference to `PyObject_GetAttrString'
  16. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:228: undefined reference to `PyObject_GetAttrString'
  17. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:229: undefined reference to `PyObject_GetAttrString'
  18. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:237: undefined reference to `PyCallable_Check'
  19. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:238: undefined reference to `PyObject_CallFunction'
  20. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:243: undefined reference to `PyErr_Occurred'
  21. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:244: undefined reference to `PyErr_Print'
  22. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:250: undefined reference to `PyErr_Print'
  23. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:391: undefined reference to `PyObject_CallFunction'
  24. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:392: undefined reference to `PyErr_Occurred'
  25. /home/skunkworks/linuxcnc-dev/src/hal/components/panelui.c:393: undefined reference to `PyErr_Print'
  26. collect2: error: ld returned 1 exit status
  27. make: *** [../bin/panelui] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement