bukka / php-fann

PHP wrapper for FANN (Fast Artificial Neural Network Library)
Other
213 stars 35 forks source link

Added in readme the libtool failure fix during compilation #31

Closed alrik11es closed 6 years ago

alrik11es commented 7 years ago

Don't know why but compiling sometimes launch this kind of error:

...
libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1.11, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11
libtool: and run autoconf again.
...

Could be useful to someone else.

bukka commented 6 years ago

I think phpize --clean should be enough but added a note about that to README also containing your suggestion in https://github.com/bukka/php-fann/commit/fa1d7ad7078c07b2d379635c448a01c97a319706 . Thanks!