Message304026
I'm not sure whether this is related, but your quoting for --rpath
doesn't appear to work:
On 10.10.2017 14:17, Brian Sidebotham wrote:
> LDFLAGS='-Wl,-rpath=$\\$$ORIGIN/../lib' \
> ...
> gcc -pthread -Wl,-rpath=RIGIN/../lib -fprofile-generate -Xlinker -export-dynamic -o python \
> Modules/python.o \
> -L. -lpython2.7 -lpthread -ldl -lutil -lm
The CONFIG_ARGS variable should always be set, so I assume that
your _sysconfigdata.py was generated in a previous broken build. |
|
| Date |
User |
Action |
Args |
| 2017-10-10 12:41:05 | lemburg | set | recipients:
+ lemburg, Brian Sidebotham |
| 2017-10-10 12:41:05 | lemburg | link | issue31744 messages |
| 2017-10-10 12:41:05 | lemburg | create | |
|