Message378330
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. |
|
Date |
User |
Action |
Args |
2020-10-09 14:57:29 | vstinner | set | recipients:
+ vstinner, cstratak, ftesser |
2020-10-09 14:57:29 | vstinner | set | messageid: <1602255449.27.0.865776208771.issue41981@roundup.psfhosted.org> |
2020-10-09 14:57:29 | vstinner | link | issue41981 messages |
2020-10-09 14:57:29 | vstinner | create | |
|