#36445: atlas @3.10.0+universal fails to install after apparently compiling ----------------------+-------------------------------- Reporter: lists@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: | ----------------------+-------------------------------- Comment (by lists@…): Replying to [comment:2 vince@…]:
Your gcc has not been compiled with the universal flag set, which triggers the multilib option. In other words, your gfortran library is x86_64 only, wherefore you cannot build an i386 version. You must rebuild gcc.
I have compiled gcc45 with the universal variant: {{{ port installed gcc* The following ports are currently installed: gcc45 @4.5.4_6+universal (active) gcc47 @4.7.2_1+universal (active) gcc_select @0.1_7 (active) gccmakedep @1.0.2_3 (active) }}} And I have this: {{{ ls /opt/local/lib/gcc45/i386/*gfortran* /opt/local/lib/gcc45/i386/libgfortran.3.dylib /opt/local/lib/gcc45/i386/libgfortran.a /opt/local/lib/gcc45/i386/libgfortran.dylib /opt/local/lib/gcc45/i386/libgfortran.la }}} Therefore, I don't think this is the answer... -- Ticket URL: <https://trac.macports.org/ticket/36445#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS