Update: I can make successfully if I change this:
POKER_EVAL_LIBS = -L/usr/local/lib -lpoker-eval
to this:
POKER_EVAL_LIBS = -L/opt/local/lib -lpython -lpoker-eval
in the Makefile. Part of the problem was that I didn't understand how
the "-l" flag works in ld.
Not sure what the correct fix is, but this work around is good enough
for now.
--Noah--
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users
