I wrote a DLL and created a ".a" library (with MinGW/GCC). Now I'm compiling a new DLL that uses the functions and classes defined in that library. However, I get multiple errors:

"Undefined reference to '.....'"

What is causing this?