Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit : > On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > > > I'd need to use pyrexc for building python bindings, is there any > > > > plans for including it in the cygwin distribution? (the upstream > > > > tgz currently installs just fine). > > > > > > Would you like to contribute this package? > > > > Why not, but maybe it's easier to have the same person manage related > > packages? > > Easier for who? :,)
Ok, I've just sent the ITP. > > [snip] > > > > So maybe the ac_python_devel.m4 file is just buggy actually: > > > > PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ > > from string import join; \ > > print '-L' + get_python_lib(0,1), \ > > '-lpython';"`$py_version > > > > Maybe it should append config/ to get_python_lib(0,1) ? > > That would fix the problem for Cygwin. Unfortunately, I don't know how > it will affect all the other platforms. It makes at least Linux work better. I've reported the bug in the debian bts, I'll forward it to the authors of the file. > > > AFAICT, Distutils sets gcc's -L correctly under Cygwin. > > > > Mmm, how? This didn't work for me. > > The normal "python setup.py" has always worked for me. Ah, yes, but it seems to usually just _not_ use -lpython2.4 actually. Samuel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/