Am 01.01.20 um 15:35 schrieb Allin Cottrell:
On Wed, 1 Jan 2020, Sven Schreiber wrote:
> Am 01.01.2020 um 14:24 schrieb Artur Tarassow:
> ...
>> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../plugin/libsvm
>> -Wno-deprecated-declarations -I. mp_ols.c
>> libtool: error: specify a tag with '--tag'
>> make[1]: *** [Makefile:248: svmlib.lo] Error 1
>
> Maybe libsvm(-dev) ?
Actually, no, we pack the required (patched) libsvm code. What's needed
is g++, to compile that code.
Great, thanks Allin, indeed g++ was missing. The final list of packages
I use is:
gcc g++ g++-9 autoconf automake cmake apt-utils build-essential \
libtool flex bison gcc-doc libc6-dev libc-dev gfortran \
gettext libglib2.0-dev libgtk3-perl libgfs-dev \
libpng-dev libxslt1-dev liblapack-dev libfftw3-dev \
libreadline-dev zlib1g-dev libbz2-dev libxml2-dev libgmp-dev \
libcurl4-gnutls-dev libmpfr-dev git gnuplot imagemagick \
libjson-glib-1.0-0 libjson-glib-dev \
openmpi-bin openmpi-common
I think some of them are not mentioned in the appendix C.1. So maybe the
list of required packages can be updated if that makes sense.
Best,
Artur