This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients cstratak, ftesser, vstinner
Date 2020-10-09.14:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602255449.27.0.865776208771.issue41981@roundup.psfhosted.org>
In-reply-to
Content
config.log:

configure:11697: checking for readlink
configure:11697: gcc -pthread -(...) -lpanelw -lbz2 -lpthread -ldl  >&5
/bin/ld: cannot find -lpanelw

It seems like many tests are failing because of -lpanelw and the missing library.

According to config.log, you passed it explicitly to the configure command:

  $ ./configure --prefix=/usr/local/python-3.9.0/ --with-tcltk-includes=-I/usr/local/tcl-8.7a3/include/ -I/usr/local/tk-8.7a3/include/ --with-tcltk-libs=-L/usr/local/tcl-8.7a3/lib/ -L/usr/local/tk-8.7a3/lib/ --with-libs=-luuid -lX11 -ltcl8.7 -ltk8.7 -lpanelw -lbz2 --disable-ipv6 --enable-optimizations --with-lto

Try to remove -lpanelw.
History
Date User Action Args
2020-10-09 14:57:29vstinnersetrecipients: + vstinner, cstratak, ftesser
2020-10-09 14:57:29vstinnersetmessageid: <1602255449.27.0.865776208771.issue41981@roundup.psfhosted.org>
2020-10-09 14:57:29vstinnerlinkissue41981 messages
2020-10-09 14:57:29vstinnercreate