BIC-MNI / minc-toolkit

Metaproject uniting all the available minc tools
GNU General Public License v3.0
37 stars 15 forks source link

PCRE may need autoreconf -vif on some systems #15

Closed gdevenyi closed 5 years ago

gdevenyi commented 9 years ago

PCRE comes prepacked with libtool symbols from the developer's system, on some systems this causes a version conflict

config.status: config.h is unchanged
libtool: Version mismatch error.  This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.
make[4]: *** [pcre_compile.lo] Error 63
make[3]: *** [all] Error 2
make[2]: *** [PCRE-prefix/src/PCRE-stamp/PCRE-build] Error 2
make[1]: *** [CMakeFiles/PCRE.dir/all] Error 2
make: *** [all] Error 2

This can be fixed with

autoreconf -vif