[RegCNET] regcm installation (libtool mismatch)

Joseph Basconcillo jbasconcillo at pagasa.dost.gov.ph
Fri Mar 19 10:37:18 CET 2021


Dear RegCM users,

I am trying to install the newest version of RegCM from https://github.com/ictp-esp/RegCM.

I tried to install RegCM by using:

autoreconf -i -f
./configure
make && make install

I ended up with the error: 

libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[2]: *** [terrain] Error 63
make[2]: Leaving directory `/home/joseph/models/RegCM/RegCM/PreProc/Terrain'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/joseph/models/RegCM/RegCM/PreProc'
make: *** [install-recursive] Error 1

My current libtool is:

$ which libtool
/opt/anaconda/5.2.0/bin/libtool

I downloaded libtool 2.4.2 and installed. I went back to the RegCM folder and use

make maintainer-clean
autoreconf -i -f -I /directory/of/libtool/libtool-2.4.2
./configure
make && make install

I still ended up with the same error. If you have suggestions, kindly provide your suggestions.

Thank you.

Joseph



More information about the RegCNET mailing list