Well for one thing my Ubuntu install didn't ship with that lib so I had to make and make install it. make installed the lib in usr/local/lib and not usr/lib. And then there's this:
andrej@andrej-VirtualBox:~/Desktop/DTagLib/samples$ dmd dtagreader.d -I.. ../taglib/taglib.a -L/usr/local/lib/libtag_c.so.0 andrej@andrej-VirtualBox:~/Desktop/DTagLib/samples$ ./dtagreader ./dtagreader: error while loading shared libraries: libtag_c.so.0: cannot open shared object file: No such file or directory libtag_c.so.0 seems to be a link to some other file, but I can't even figure out where it points to with this horrible nautilus crap.
