Thomas Ploch writes:
 > Hi, how can I compile pypoker-eval without support for python2.3 on mac os x.
 > There is a bug in the System Version of python on Mac OS X 10.3 and the 
 > linker,
 > so it always gives me a make error.
 > 
 > gcc  -o .libs/_pokereval_2_3.1.0.0.so -bundle  
 > .libs/_pokereval_2_3_la-pypokereval.o
 > -L/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config
 >  -lpython2.3 
 > -L/usr/local/lib /usr/local/lib/libpoker-eval.dylib
 > ld: can't locate file for: -lpython2.3
 > make: *** [_pokereval_2_3.la] Error 1
 > 

        Just remove the bugous python2.3 installation from your system
and it will not try to compile for it. Alternatively you can 
comment out the 2.3 specific lines at the end of 

pypoker-eval/config/ccpython.m4

        Cheers,

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

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

Reply via email to