"bar tomas" <[EMAIL PROTECTED]> writes:

>    configure:21197: checking for a Python interpreter with version =2.5
>    configure:21236: python2.5 -c import sys, string if '=2.5' == '':
>    sys.exit(0) spec = string.replace('=2.5', ' ', '') if spec[:2] ==
>    '<=': version_string = spec[2:] elif spec[:2] == '>=': version_string
>    = spec[2:] elif spec[:1] == '=': version_string = spec[1:] elif
>    spec[:1] == '>': version_string = spec[1:] elif spec[:1] == '<':
>    version_string = spec[1:] ver = map(int, string.split(version_string,
>    '.')) syshexversion = sys.hexversion >> (8 AUTHORS COPYING ChangeLog
>    INSTALL Makefile Makefile.am Makefile.in NEWS README
>    _pokereval_2_5_la-pypokereval.lo _pokereval_2_5_la-pypokereval.o
>    aclocal.m4 confdefs.h config config.log config.status configure
>    configure.ac gentoo libtool pokereval.py pypoker-eval.pc
>    pypoker-eval.pc.in pypoker-eval.sln pypoker-eval.vcproj pypokereval.c
>    test.py (4 - len(ver))) verhex = 0 for i in xrange(0, len(ver)):
>    verhex = (verhex << 8) + ver[i] print 'sys.hexversion = 0x%08x, verhex
>    = 0x%08x' % (syshexversion, verhex) if spec[:2] == '<=': status =
>    syshexversion <= verhex elif spec[:2] == '>=': status = syshexversion
>    >= verhex elif spec[:1] == '=': status = syshexversion == verhex elif
>    spec[:1] == '>': status = syshexversion > verhex elif spec[:1] == '<':
>    status = syshexversion < verhex else: status = syshexversion >= verhex
>    if status: sys.exit(0) else: sys.exit(1)
>    sys.hexversion = 0x00000205, verhex = 0x00000205
>    configure:21239: $? = 0
>    configure:21245: result: done

     It found the python2.5 interpreter

>    configure:21254: checking for python2.5
>    configure:21272: found /usr/bin/python2.5
>    configure:21284: result: /usr/bin/python2.5
>    configure:21302: checking for python2.5 version
>    configure:21305: result: done
>    configure:21317: checking for python2.5 platform
>    configure:21320: result: done
>    configure:21327: checking for python2.5 script directory
>    configure:21331: result: done
>    configure:21340: checking for python2.5 extension module directory
>    configure:21344: result: done
>    configure:21371: checking for  include directory
>    configure:21379: result: /usr/include/python2.5
>    configure:21386: checking for python2.5 C libraries directory
>    configure:21394: result: /usr/lib/python2.5/config
>    configure:21399: checking for python2.5 link flags
>    configure:21416: result: -lpython2.4

     That's because I've hardwired this value. Now we get a chance to make
it right. 

     Could you please run

python2.5 -c "from distutils import sysconfig; print '-L' + 
sysconfig.get_config_var('LIBPL')"

     and tell me what it shows ? 

     Also run 

     python2.5 -c "import pprint; import distutils.sysconfig; 
pprint.pprint(distutils.sysconfig.get_config_vars())"

     Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to