#38220: atlas @3.10.1_2+gcc47 Error while building libsatlas.dylib on PPC --------------------------+--------------------- Reporter: jdgleeson@… | Owner: vince@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: invalid | Keywords: Port: atlas | --------------------------+--------------------- Changes (by vince@…): * status: new => closed * resolution: => invalid Comment: This is normal. The Atlas build process first tries to link using libtool, but it does so without including the libgfortran library, so the link fails miserably and outputs tons of errors related to missing symbols found only in libgfortran; but then the link is redone using gfortran instead of libtool, which pulls the libgfortran library automatically in, and this time the linking phase succeeds. You get a libsatlas all right and you get also a libtatlas which is a link to libsatlas, but with that trick qrupdate should build fine. -- Ticket URL: <https://trac.macports.org/ticket/38220#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS