From: <ash...@ya...> - 2003-02-10 23:04:51
|
HI Titus, > What you want in PYINCL is the whole C argument for > including the > Python header directory, e.g. > > -I /usr/include/python2.2 > > Similarly, for PYLIBS, you want something like > > -L /usr/local/lib/python2.2/config -lpython2.2 > -ldl \ > -lpthread -lutil -lm > > I tried to write something to pick them out of the > Python config > settings, but it sounds like it isn't working -- > could you give > me the output of running python on > _generate_pyincl.py and > _generate_pylibs.py? > I tried _generate_pyincl.py and _generate_pylibs.py and the output was as you mentioned above. I edited the makefile substituting the output of your _generate_*.py files and all seems Ok now. I'll have to finish the install tomorrow and I'll let you know how I get on :) Cheers Adam __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |