Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ltmain.sh should be removed? #157

Closed
douglasgscofield opened this issue Nov 17, 2015 · 2 comments
Closed

ltmain.sh should be removed? #157

douglasgscofield opened this issue Nov 17, 2015 · 2 comments
Labels

Comments

@douglasgscofield
Copy link

I can't claim any experience with autoconf and friends, but perhaps the ltmain.sh in the top-level directory should not be there? After ./configure I was seeing this:

milou-b: /sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2 $ make
make  all-recursive
make[1]: Entering directory `/pica/sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2'
Making all in src
make[2]: Entering directory `/pica/sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT Newickform.lo -MD -MP -MF .deps/Newickform.Tpo -c -o Newickform.lo Newickform.c
libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, 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.4.2 Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make[2]: *** [Newickform.lo] Error 63
make[2]: Leaving directory `/pica/sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/pica/sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2'
make: *** [all] Error 2

My autotools are rather old (Scientific Linux 6.7), but the local libtool created by ./configure doesn't match my autotools version (2.2.6b):

milou-b: /sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2 $ ./libtool --version
libtool (GNU libtool) 2.4.2

If I remove ltmain.sh and reconfigure, the versions match:

milou-b: /pica/sw/apps/bioinfo/gubbins/1.4.2/src/gubbins-1.4.2 $ ./libtool --version
ltmain.sh (GNU libtool) 2.2.6b
@tseemann
Copy link

tseemann commented Oct 6, 2018

@douglasgscofield is this still a problem? if not, can you close this issue please.

@douglasgscofield
Copy link
Author

no longer a problem. 2.3.1 is the most recent version i've installed in our HPC environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants