|
From: Marek K. <mk...@mp...> - 2016-01-07 14:52:51
|
Dear developers, I observe the following CSL compilation problems with revision 3379 on two different Linux platforms: 1. Debian GNU/Linux 8.2 (jessie) ./configure --with-csl --without-gui make - configure runs without problems - make yields: . . . checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 /local/var/tmp/mkosta/reduce-3379/csl/cslbase/configure: line 7732: syntax error near unexpected token `disable-static' /local/var/tmp/mkosta/reduce-3379/csl/cslbase/configure: line 7732: `LT_INIT(disable-static)' Makefile:1077: recipe for target 'config.status' failed make[2]: *** [config.status] Error 2 Makefile:614: recipe for target 'all' failed make[1]: *** [all] Error 2 Building failed with return code 2 for version cslbuild/x86_64-unknown-debian8.2-nogui Makefile:11: recipe for target 'all' failed make: *** [all] Error 2 2. Ubuntu 14.04.3 LTS ./configure --with-csl --without-gui make - configure runs without problems - make yields: . . . mv -f .deps/termed.Tpo .deps/termed.Po Makefile:1201: TRACE: termdemo :: termdemo.o termed.o /bin/sh ./libtool --tag=CXX --mode=link g++ -I/usr/include/freetype2 -fno-strict-aliasing -O2 -Wall -L/usr/X11R6/lib -Wl,--hash-style=both -rdynamic -o termdemo termdemo.o termed.o -lnsl -lXrender -lcurses -lXext -lX11 -L/usr/lib/x86_64-linux-gnu -lfreetype -lz -lpng12 -lpthread -lrt -ldl -lXft -lfontconfig 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[3]: *** [termdemo] Error 63 make[2]: *** [all] Error 2 make[1]: *** [all] Error 2 Building failed with return code 2 for version cslbuild/x86_64-unknown-ubuntu14.04 make: *** [all] Error 2 I'm happy to provide any further details, if needed. Best regards, -- Marek Košta Max-Planck-Institut für Informatik, Saarbrücken, Germany +49 681 9325 2923 http://www.mpi-inf.mpg.de/~mkosta/ |