Hello Michael,

after checking out the sources the process of building poker-eval (trunk or java branch)
on Linux or MinGW (Win7+Java7) /for me/ consists of the following commands:

    libtoolize -c -f -i
    aclocal -I config
    autoconf
    autoheader
    automake --add-missing

./configure--enable-java #'--enable-java' for java branchonly obviously

    make
    make check
    make install                      # optional

    cd java
    make test

if that does not work for you please try building the poker-eval trunk (no java support) first
because this is what failed at your attempt

also if you haven't done so already you can have a look at my post one year ago
https://mail.gna.org/public/pokersource-users/2011-02/msg00003.html

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

Reply via email to