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

libtool error when compiling #62

Closed
wilbowma opened this issue Jun 30, 2018 · 2 comments
Closed

libtool error when compiling #62

wilbowma opened this issue Jun 30, 2018 · 2 comments

Comments

@wilbowma
Copy link

I get the following libtool error when compiling v0.8.2 on ArchLinux.

Making all in simd
make[3]: Entering directory '/home/bluephoenix47/workspace/aur4/ect/src/ect/src/mozjpeg/simd'
  GEN      jsimdcfg.inc
make  all-am
make[4]: Entering directory '/home/bluephoenix47/workspace/aur4/ect/src/ect/src/mozjpeg/simd'
  CC       libsimd_la-jsimd_x86_64.lo
libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.40-6ca5-dirty.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[4]: *** [Makefile:706: libsimd_la-jsimd_x86_64.lo] Error 63
make[4]: Leaving directory '/home/bluephoenix47/workspace/aur4/ect/src/ect/src/mozjpeg/simd'
make[3]: *** [Makefile:472: all] Error 2

The problem appears to be a result of generated autoconf files being included in the repository, and a difference between the libtool versions on my machine and the dev machine. I can work around the issue by running autoreconf -i in the mozjpeg directory, then compiling.

@PanisSupraOmnia
Copy link

The mozjpeg build is currently problematic and may require you to run aclocal and autoreconf in the mozjpeg directory. This will be addressed in a future release when libjpeg-turbo (and thereby mozjpeg) will be using cmake instead of autotools.

@wilbowma
Copy link
Author

wilbowma commented Jul 1, 2018 via email

@fhanau fhanau closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants