[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4366 ___

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2010-01-09 Thread Nick Bastin
Nick Bastin nick.bas...@gmail.com added the comment: A more appropriate patch should be (for 2.7 trunk - I'm grabbing a checkout of 3.2 trunk now): Index: build_ext.py === --- build_ext.py(revision 77388) +++ build_ext.py

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2010-01-09 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: configure.in has the same action for NetBSD*|FreeBSD*|DragonFly*, so I think distutils should parallel that. Not sure what sys.platform would be on the other BSDs, though. -- ___ Python tracker

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2010-01-09 Thread Nick Bastin
Nick Bastin nick.bas...@gmail.com added the comment: NetBSD is netbsd* and DragonFly is dragonfly* (currently dragonfly2, although I suspect in this way dragonfly1 was identical, if it ever existed). -- ___ Python tracker rep...@bugs.python.org

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2008-11-26 Thread Akira Kitada
Akira Kitada [EMAIL PROTECTED] added the comment: Martin, Two questions: 1. Isn't Christian's patch enough for this? 2. How about Python 3.0 and 2.6.1? Are they also out of scope for this? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4366

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2008-11-26 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: 1. Isn't Christian's patch enough for this? No. It should be dealt with in the same way as on Linux (or the Linux way should be changed). 2. How about Python 3.0 and 2.6.1? Are they also out of scope for this? Not yet, no. However, they

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2008-11-25 Thread Akira Kitada
Changes by Akira Kitada [EMAIL PROTECTED]: -- versions: +Python 2.5.3, Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4366 ___

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2008-11-25 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: 2.5.3 is out of scope for this issue (and thus, the whole of 2.5). There is no workable patch, yet, and 2.5.3 is just two weeks ahead. -- versions: -Python 2.5.3 ___ Python tracker [EMAIL

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2008-11-24 Thread Akira Kitada
Akira Kitada [EMAIL PROTECTED] added the comment: Changing the title again because this problem is not FreeBSD 4 specific. Build on recent FreeBSD also has the same problem. (I tested this on 6.3, too) -- title: cannot find -lpython2.X when buinding Python on FreeBSD 4.11 - cannot find