i just downloaded fsa and it seems really promising. but, i get a buch of errors while compiling with fc3/gcc3.4.2 : (sorry for the localized messages) -> gcc -v gcc 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) ../../src/Core/Hash.hh:19:30: ext/stl_hash_fun.h : Aucun fichier ou répertoire de ce type -> file does not exist (i replaced it with ext/hash_fun.h which looks good) ../../src/Core/Types.hh:79: erreur: spécialisation explicite doit être précédé par « template <> » -> should add "template <>" at line 79 (so, i added it) BinaryStream.cc:105: attention : specialization of `template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize)' in different namespace BinaryStream.hh:136: attention : Ã partir de la définition de «template<class T> bool Core::BinaryOutputStream::write(const T*, std::streamsize) » BinaryStream.cc: In member function `bool Core::BinaryOutputStream::write(const T*, std::streamsize) [with T = bool]': BinaryStream.cc:106: erreur interne du compilateur: dans comptypes, cp/typeck.c:932 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. -> compiler internal error (there i cannot do much...) i attached the preprocessed file output by the compiler (cceZFVUq.out). could you help me a little ;) -- Benoit Favre