https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241757

--- Comment #1 from Antoine Brodin <anto...@freebsd.org> ---
According to https://docs.python.org/3/whatsnew/3.8.html :

To embed Python into an application, a new --embed option must be passed to
python3-config --libs --embed to get -lpython3.8 (link the application to
libpython). To support both 3.8 and older, try python3-config --libs --embed
first and fallback to python3-config --libs (without --embed) if the previous
command fails.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to