Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Nov 2019 14:10:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 241757] lang/python38: invalid python-config --ldflags
Message-ID:  <bug-241757-21822-fsjdlC1vMC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241757-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241757-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241757

--- Comment #1 from Antoine Brodin <antoine@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 previo=
us
command fails.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241757-21822-fsjdlC1vMC>