#29535: lang/g95: shared object path error ----------------------------------+----------------------------------------- Reporter: pixilla@… | Owner: takeshi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: g95 ----------------------------------+----------------------------------------- I have a script I use for checking shared object paths.[[BR]] [http://trac.macports.org/browser/users/pixilla/devel/mp-shared- objects/files/mp-shared-objects?rev=78776] {{{ $ mp-shared-objects -p /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4 -c /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/f951 /opt/local/lib/libiconv.2.dylib /usr/lib/libSystem.B.dylib /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib.tmp SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.10.4.dylib SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.10.5.dylib SHAREDLIBRARY error: no such path: /opt/local/lib/g95/libgcc_s.1.dylib /usr/lib/libSystem.B.dylib }}} Each of my .dylib files in /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4 link to {{{ /opt/local/lib/g95/libgcc_s.1.dylib }}} rather then {{{ /opt/local/lib/g95/x86_64-apple-darwin10/4.2.4/libgcc_s.1.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/29535> MacPorts <http://www.macports.org/> Ports system for Mac OS