Message 265340 - Python tracker
Message265340
| Author | xdegaye |
|---|---|
| Recipients | Alex.Willmer, dstufft, eric.araujo, xdegaye |
| Date | 2016-05-11.19:24:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462994640.15.0.234917590196.issue26884@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Another description of the problem:
* On the build system, the native python (in one of the search directories of PATH) has been built without --with-pydebug.
* The cross-compilation is done on this build system with --with-pydebug.
* The cross-compilation of all the Python extension modules fails with:
/bin/ld: error: cannot find -lpython3.6m
collect2: error: ld returned 1 exit status |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-11 19:24:00 | xdegaye | set | recipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer |
| 2016-05-11 19:24:00 | xdegaye | set | messageid: <1462994640.15.0.234917590196.issue26884@psf.upfronthosting.co.za> |
| 2016-05-11 19:24:00 | xdegaye | link | issue26884 messages |
| 2016-05-11 19:24:00 | xdegaye | create | |