Re: autoconf tools and python3 3m 3dm

2014-01-21 Thread Asaf Las
On Tuesday, January 21, 2014 7:55:13 PM UTC+2, Mark Heieis wrote: > Hi, > would work either as one would need to know in advance specifically > which one to call and there'd be extra work to extract the full version > info, etc. ("$python3-config --includes" yields > -I/usr/include/python3.3m -I

autoconf tools and python3 3m 3dm

2014-01-21 Thread Mark Heieis
Hi, I've been migrating a python2 package+extension to python3. The problem I'm running into is with ./configure and which version it picks up or doesn't in this case. The default is python2 and works just fine as expected. However, when ./configure PYTHON=python3 is run, the problems occur.