On Thu, Mar 13, 2003 at 06:07:17PM +0000, Jos? Matos wrote: > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -isystem > /usr/X11R6/include -g -O2 -fno-rtti -fno-exceptions -c lastfiles.C > lastfiles.C:29: `ostream_iterator' not declared
perhaps you need to add using namespace std; somewhere ? (adding it to config.h is probably a good way of working around nay other cases) john