"tapie fan" <[EMAIL PROTECTED]> writes: > Actually pypoker-eval is not install, because the make install generate an > error, at the same command line, because the beginning od the script is the > same : > > gcc -shared .libs/_pokereval_2_5_la-pypokereval.o > -L/usr/local/lib /usr/local/lib/libpoker- eval.dll.a > -o .libs/_pokereval_2_5-1.dll -Wl,--enable-auto-image-base -Xlinker > --out-implib -Xlinker .libs/_pokereval_2_5.dll.a > > is there a way to add this parameter > > -lpython2.5 -L/usr/lib/python2.5/config > > to the gcc command line above in the Makefile script ? (it will be a good way > to create a patch too).
The patch must go in the config/ccpython.m4 file. The syntax is strange. Let me know if you find your way around. -- +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
