[QUESTION] How to use pybind11 libary in c++?
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18k
- Forks
- 2.3k
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 10
Description
I complie a c++ library which can be called by python.
i think it should be able to use for c++, but when i link it.
but i met:
//usr/local/lib/libutil_cpp.so: undefined reference to `PyCMethod_New'
//usr/local/lib/libutil_cpp.so: undefined reference to `PyThread_tss_set'
//usr/local/lib/libutil_cpp.so: undefined reference to `PyThread_tss_create'
//usr/local/lib/libutil_cpp.so: undefined reference to `PyThread_tss_get'
//usr/local/lib/libutil_cpp.so: undefined reference to `PyThread_tss_alloc'
//usr/local/lib/libutil_cpp.so: undefined reference to `PyIndex_Check'
i have linked libpython3.so, is there anything else i need to link?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by examining the C++ link command and the reported Python symbols; this is a support question rather than a defined repository change, so no contribution-ready definition of done is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- backend-api-design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100