I use my Mac OSX to test my code against gcc 4.8. I've installed the appropriate command line tools and the compiler/linker works fine from the command line.
My CMakeLists.txt project file works fine to generate an Xcode project for build and test. I can also use it to generate a makefile project for unix. (after deleting cache etc...). The executable compile with the appropriate compiler. BUT they won't link with the standard library !!! That is, I get Any help would be appreciated Robert Ramey -- View this message in context: http://cmake.3232098.n2.nabble.com/linking-gcc-on-osx-tp7589456.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
