Greetings all,
I have a static library which I later link with my application. My development environment is CMake, GCC (Linux, Mac), MinGW (Windows).
I can
The similar problem with static libraries on MacOSX is discussed here: http://lists.macosforge.org/pipermail/macports-tickets/2008-June/010680.html
Try to do a full clean and run a not-parallel build.
And this guide recommends to install macports, then "sudo port install autogen autoconf automake nano libtool libsdl patchutils subversion wget gmake", and then export PATH="/usr/local/bin:/usr/local/sbin:$PATH"