Instaluję sobie paczkę, w której jest kilka programików do tzw. ''Fuzzy clusteringu''. Problem polega na tym, że po uruchomieniu pliku konfiguracyjnego dostaję błąd, że brak nie mam zainstalowanej paczki STL (standar template library w c++)
Kod: Zaznacz cały
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... ranlib
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for getopt.h... yes
checking for standard template library... configure: error: This package requires an STL.
Nie wiem zbytnio jak zmusić tą paczkę do przejścia konfiguracji.