Subject: Re: aspell doesn't seem to like gcc3 :-(
To: George Michaelson <ggm@apnic.net>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 09/10/2003 12:58:00
ggm@apnic.net said:
> split.cpp:13: error: no match for 'operator>>' in 's >> item'/usr/
> include/g++/iostream.h:200: error: candidates are: istream&
> istream::operator>>(char*) 
> [...]

It seems you have old libg++ cruft lying around in /usr/include/g++.
If you update your system to gcc3 in-place, you should clean out
that directory manually before "make includes".

aspell compiles for me with 3.3.1.

best regards
Matthias