Dan Egli wrote: > I am trying to emerge KDE. But everytime I do it starts compiling arts > which then dies in the conifg script saying unknown STL type. > 'configure: error: "no known STL type found - did you forget to > install libstdc++-devel ?"' > > I searched on the net and found on a mailinglist archive that you need > to install STLport package. So I emerge STLport, no prob. Re-run > emerge kde, and it still dies at the same place! > > Help? Why isn't emerge finding the dependancy of STL for ARTS and > pulling the package? > > --- Dan
STL is the standard template library for C++. It is free as part of the headers for the GNU C++ compiler (part of gcc). I believe the SGI implementation is supplied, although I did not see any SGI licensing in the headers (and the libraries of course). You should not be missing them if you have gcc installed. Any chance you built everything static? I just noticed that you have "libstdc++-devel" as the error. You didn't try to install a development version of gcc did you? Tom Veldhouse -- [EMAIL PROTECTED] mailing list
