EDIT: Duplicate of C++ template, linking error
Thanks Bo, this is the same issue I'm having!
I'm using Cywgin with NetBeans 7.1 on Windows 7 x64.
I have one NetBeans project setup as a static library, all of the code written in C++.
When I include this library project in another NetBeans project and include the appropriate header files from the library, the linker fails to find the classes/functions in the library.
Any ideas what I did wrong?