I am trying to compile the conv-net library in my mac osx yosemite with xcode. I even set the flags to libstdc++ still it is not linking properly.
i still get undefi
I fixed it by adding -c option in the compiler flags and it worked !!!!