https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262
--- Comment #21 from karsten <karo13de at googlemail dot com> --- Thank you, but the 4.9.0 Mavericks built throws the same error: Undefined symbols for architecture x86_64: "___cxa_throw_bad_array_new_length", referenced from: create_parameters_gui(bool) in ccnFtqfx.o cimg_library::CImg<unsigned long>::CImg(unsigned int, unsigned int, unsigned int, unsigned int) in ccnFtqfx.o cimg_library::CImg<int>::CImg(unsigned int, unsigned int, unsigned int, unsigned int) in ccnFtqfx.o void cimg_library::CImgDisplay::_render_resize<unsigned char, unsigned char>(unsigned char const*, unsigned int, unsigned int, unsigned char*, unsigned int, unsigned int) in ccnFtqfx.o void cimg_library::CImgDisplay::_render_resize<unsigned short, unsigned short>(unsigned short const*, unsigned int, unsigned int, unsigned short*, unsigned int, unsigned int) in ccnFtqfx.o void cimg_library::CImgDisplay::_render_resize<unsigned int, unsigned int>(unsigned int const*, unsigned int, unsigned int, unsigned int*, unsigned int, unsigned int) in ccnFtqfx.o cimg_library::CImg<double>::CImg(unsigned int, unsigned int, unsigned int, unsigned int) in ccnFtqfx.o ... ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status Unluckily I have no expertise to overcome such cryptic things. Am 03.11.2014 um 13:12 schrieb fxcoudert at gcc dot gnu.org <gcc-bugzi...@gcc.gnu.org>: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63262 > > --- Comment #20 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> > --- > (In reply to karsten from comment #19) >> I have replaced the resp. library by my MacPorts build and it compiles now! >> Perhaps a hacker way, however. Perhaps I install the compiler from MacPorts >> after these experiences. And all that only to try openMP on Mac! > > Maybe try one of the builds on my website: http://coudert.name > They are very user-friendly, with graphical installer (they install in > /usr/local/gfortran). It says they're gfortran packages, but they also contain > the full C and C++ compilers. > > -- > You are receiving this mail because: > You reported the bug. Karsten karo1...@googlemail.com