Linking to the C++ standard lib seems to be required in order to successfully link, when using the Clang LLVM compiler 1.5
Using the following linker flag resolves the issue: -lstdc++
This was for RegexKitLite.
Log in to post a comment.
This was for RegexKitLite.