Per Jessen wrote: > I've got a simple for-loop: > > for( v=doc.values_begin(); v!=doc.values_end(); v++ ) > > going through the values of a document from a search. I really don't > understand why I'm getting this undefined reference? I'm working in C++, on Linux, with Xapian 1.2.0. /Per Jessen, Zürich