Re: [Discuss-gnuradio] Trying to build on OS X Maverics 10.9.2 Xcode 5.1 - Undefined symbols for architecture x86_64

2014-03-31 Thread Michael Dickens
Hi Shane - With just the information provided, given that CMake is trying to link against CppUnit means that that library was found somewhere. Hence, chances are that CppUnit is being linked to libstdc++ while GNU Radio is trying to use libc++ -- the different C++ runtime libraries tend to gene

[Discuss-gnuradio] Trying to build on OS X Maverics 10.9.2 Xcode 5.1 - Undefined symbols for architecture x86_64

2014-03-31 Thread Shane MacPhillamy
Hi I’m trying to build GnuRadio on OS X 10.9.2 I’m assuming the "Undefined symbols for architecture x86_64” is related to some mismatch in libraries. Could somebody please offer some suggestions on how to debug the issue. The last few lines of the build are: [ 13%] Building CXX object gnuradi