I think I'm just oblivious to something that should be screaming out to me...but can anyone spot where the linker is complaining? I've snipped the static lookup tables, as I've made Albatross faint on IRC when I linked her to the horrible sight. This code is in the middle of a revamp (taking out the ~1000 line lookup table :P), so there are a few methods that pretty much do the same thing. Thanks for looking!
First the linker's complaints:
http://codepad.org/9fzaGHbK
LinearBarcodeBase.hpp
http://codepad.org/E8EOG60m
LinearBarcodeBase.cpp
http://codepad.org/1nlXDR1y
Code39.hpp
http://codepad.org/YKqNTPj6
Code39.cpp
http://codepad.org/MQBDeUpP
ARRRRRRRRRRGHHHHHHHHH! Figured it out :\
LinearBarcodeBase used to be a template class before I started reworking it...and as such I had to exclude it from the build. The linker was complaining because it wasn't being compiled!