#49229: gmp @6.0.0: Missing operand value assumed absolute 0. -----------------------------+------------------------- Reporter: stephenallen@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gmp | -----------------------------+------------------------- Comment (by ryandesign@…): It's also possible that the Atom assembly they've written works fine but is meant for a different compiler, such as fsf gcc. Assembly syntax is often different between OS X and non-OS X systems. If using a newer Xcode or clang doesn't work, you could try using fsf gcc5: "sudo port clean gmp && sudo port install gmp configure.compiler=macports-gcc-5" (though using fsf gcc on OS X for C++ code (which gmp does contain) can be problematic due to mixing of libstdc++ versions). -- Ticket URL: <https://trac.macports.org/ticket/49229#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X