On Sep 5, 2011, at 11:55 PM, joseph Dobson wrote: > I am compile with (have compile a non c++0x version and get the some result) > g++ id3.cpp -std=c++0x -ltag -I/usr/include/taglib > and it compiles and links just fine Valgrind is great, but not a panacea. If you're not going to actually look at "errors" that are being reported (hint, they're not leaks; valgrind actually reports leaks and still reachable blocks differently, and in this case, since it's a singleton without a destructor, it's fine that it's still reachable), then there's not much use in reporting them to others. (This gets reported every few months...) -Scott _______________________________________________ taglib-devel mailing list taglib-devel@kde.org https://mail.kde.org/mailman/listinfo/taglib-devel