New submission from Funda Wang :
gcc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -lstdc++ -
Xlinker -export-dynamic -o python \
Modules/python.o \
-L. -lpython2.6 -lpthread -ldl -lutil -lm
build
Funda Wang added the comment:
Regarding python binary target, the actual command when linking is:
gcc -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -lstdc++ -
Xlinker -export-dynamic -o python \
Modules/python.o \
-LL. -lpython2.6 -lpthread -ldl -lutil -lm
The linking order is
Funda Wang added the comment:
How is this issue going?
--
___
Python tracker
<http://bugs.python.org/issue6237>
___
___
Python-bugs-list mailing list
Unsubscribe: