Hi, I am trying to build a shared library using g++ 3.4.3 Up until now I was successfully building with 3.2.3 version of the compiler. Since I do not have much time fixing the code to please 3.4.3 is there a way to tell 3.4.3 (via an option) to ignore certain "flaws" in the code? The first error I am getting is: SiteClusterFinder.h:62: error: type `std::list<SiteClusterFinder<T>::E, std::allocator<SiteClusterFinder<T>::E> >' is not derived from type `SiteClusterFinder<T>' SiteClusterFinder.h:62: error: ISO C++ forbids declaration of `iterator' with no type thanks, nik