#27039: ImageMagick +universal fails to build on 10.6.4 --------------------------------------------+------------------------------- Reporter: russell.jones@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: ImageMagick --------------------------------------------+------------------------------- Comment(by ryandesign@…): ImageMagick +universal works fine here so something is different about your system. From your log, I see during the configuration phase, it found a library called gomp: {{{ :info:configure checking for GOMP_parallel_start in -lgomp... yes }}} But later in the build phase it couldn't find it anymore: {{{ :info:build ld: ld: library not found for -lgomp :info:build library not found for -lgomp }}} libgomp appears to be part of GCC and supplied with Xcode... Perhaps you could check if you have another copy of libgomp somewhere that might be interfering? -- Ticket URL: <https://trac.macports.org/ticket/27039#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS