Hey,
I'm trying to get the Boost libraries to work on my Ubuntu system. I have code::blocks configured to use the default GNU compiler (for C++), and I linked to the pertinent .a files. Doing this gives me undefined function calls, etc. If I link to the dynamic libraries (.so), it all goes smoothly. Is there any way to link to the static libraries only?
