instalacja paczki - brak biblioteki STL-a

Tematy związane z oprogramowaniem, instalacją, konfiguracją
Berial
Posty: 25
Rejestracja: 21 czerwca 2009, 18:37

instalacja paczki - brak biblioteki STL-a

Post autor: Berial »

Witam.
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.
Dziwne jest to, że jak sobie napiszę najprostszy program wykorzystujący bibliotekę STL i go skompiluję to wszystko działa.
Nie wiem zbytnio jak zmusić tą paczkę do przejścia konfiguracji.
ODPOWIEDZ