[issue9419] RUNSHARED needs LDFLAGS

Peter Häring report at bugs.python.org
Fri Jan 7 11:13:35 CET 2011


Peter Häring <p.haering at gmx.net> added the comment:

Following commands trigger the bug:

tar xf Python-2.7.tar.bz2
mkdir XXXXXXXX	(this is the build-directory outside the source tree)

CFLAGS="-O2 -march=i686"  ../Python-2.7/configure 
--prefix=/sw/Python-2.7-20110107/dest --enable-shared 2>&1 |tee configure.log
make 2>&1 | tee make.log
make test 2>&1 | tee test.log

!!! IMPORTANT !!! The bug is only seen, if there is no Python-2.7 library 
already installed in the standard places.

I have included the three log files configure.log, make.log, test.log
------------------------------------------------
Pfarrer Dr. Peter Häring
Dürmentinger Str. 15, 88521 Ertingen
Tel.: 07371/129361, Fax: 07371/129360
Email: p.haering at gmx.net

----------
Added file: http://bugs.python.org/file20301/configure.log
Added file: http://bugs.python.org/file20302/make.log
Added file: http://bugs.python.org/file20303/test.log

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9419>
_______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.log
Type: text/x-log
Size: 18641 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20110107/fffa875e/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log
Type: text/x-log
Size: 88363 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20110107/fffa875e/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.log
Type: text/x-log
Size: 22697 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20110107/fffa875e/attachment-0005.bin>


More information about the Python-bugs-list mailing list