<snip> > tokenizer.cc:1896: cannot convert `std::istream*' to `istream*' in > assignment <snip> This make me say that your flex version is to old for your gcc-3.2.2. Update your version of flex. The flex I use, is the lastest version 2.5.27 found on the new flex home at sourceforge and it solve this kind of problems. Michel