Message153764
There was a bug for non-shared build of Python, thanks.
This patch is an improvement on its but it is not yet complete.
One should also replace "-Xlinker -export-dynamic" by "-Wl,--dynamic-list" so that linking application with libpython is no longer intrusive.
But I found out GDB does not need to be affected by this Bug. When I use -fvisibility=hidden for GDB .c files then "-Xlinker -export-dynamic" has no longer any negative effect (GDB was using only "-Wl,--dynamic-list" now which works without libpython but not with libpython). Therefore I no longer mind much about this Bug.
Still at least:
1771024 libpython2.7.so.1.0
->
1757776 libpython2.7.so.1.0
Even with clean tree the upstream build generates for me:
Python build finished, but the necessary bits to build these modules were not found:
_bsddb _ssl bsddb185
dl imageop sunaudiodev
(so sunaudiodev.c was changed without any testing of it) |
|
Date |
User |
Action |
Args |
2012-02-20 05:43:49 | jankratochvil | set | recipients:
+ jankratochvil, pitrou, eric.araujo, dmalcolm, meador.inge |
2012-02-20 05:43:49 | jankratochvil | set | messageid: <1329716629.07.0.66971663367.issue10112@psf.upfronthosting.co.za> |
2012-02-20 05:43:48 | jankratochvil | link | issue10112 messages |
2012-02-20 05:43:48 | jankratochvil | create | |
|