#37485: magicspp: C compiler cannot create executables ----------------------------------+----------------------- Reporter: staffan.scherloff@… | Owner: takeshi@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: magicspp | ----------------------------------+----------------------- Changes (by ryandesign@…): * status: closed => reopened * resolution: fixed => Comment: Actually magicspp is linking with gcc45's libraries, so it needs to be a library dependency. {{{ $ otool -L /opt/local/lib/libMagPlus.dylib | grep gcc45 /opt/local/lib/gcc45/libgfortran.3.dylib (compatibility version 4.0.0, current version 4.0.0) /opt/local/lib/gcc45/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) $ port provides /opt/local/lib/libMagPlus.dylib /opt/local/lib/libMagPlus.dylib is provided by: magicspp }}} -- Ticket URL: <https://trac.macports.org/ticket/37485#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS