Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. my linker is having a hard time finding the python library. You can see the output of where it is looking like this.
  2.  
  3.  
  4. command line: ld --verbose -lpython36
  5.  
  6. ==================================================
  7. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/libpython36.dll.a failed
  8. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/python36.dll.a failed
  9. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/libpython36.a failed
  10. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/python36.lib failed
  11. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/libpython36.dll failed
  12. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib/python36.dll failed
  13. attempt to open /mingw64tdm/x86_64-w64-mingw32/lib\libpython36.a failed
  14. attempt to open /mingw64tdm/lib/libpython36.dll.a failed
  15. attempt to open /mingw64tdm/lib/python36.dll.a failed
  16. attempt to open /mingw64tdm/lib/libpython36.a failed
  17. attempt to open /mingw64tdm/lib/python36.lib failed
  18. attempt to open /mingw64tdm/lib/libpython36.dll failed
  19. attempt to open /mingw64tdm/lib/python36.dll failed
  20. attempt to open /mingw64tdm/lib\libpython36.a failed
  21. attempt to open /usr/local/lib/libpython36.dll.a failed
  22. attempt to open /usr/local/lib/python36.dll.a failed
  23. attempt to open /usr/local/lib/libpython36.a failed
  24. attempt to open /usr/local/lib/python36.lib failed
  25. attempt to open /usr/local/lib/libpython36.dll failed
  26. attempt to open /usr/local/lib/python36.dll failed
  27. attempt to open /usr/local/lib\libpython36.a failed
  28. attempt to open /lib/libpython36.dll.a failed
  29. attempt to open /lib/python36.dll.a failed
  30. attempt to open /lib/libpython36.a succeeded
  31. ======================================================
  32.  
  33. I made a lib folder and copied the libpython36.a file, which is why that is found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement