Linking armadillo with Xcode
I have a large existing Xcode project and now I want to add the armadillo library to it . http://arma.sourceforge.net/ I have downloaded it (with macports) and got it working using Cmake (just as a C++ terminal app). I am not using Cmake for my large project (iPad app) so I have tried to link the library. I looked in the xcode-project file that I got working with cmake and added the same to my project. Added: header search path: /opt/local/include Library search path: /opt/local/lib Other linker flags: -larmadillo I also added the libarmadillo.3.4.0.dylib to "link library with binaries" ld: