#46911: wcslib install fails -------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: wcslib | -------------------------------+-------------------------------- Comment (by john@…): Are you missing the initial slash on the path you're giving to the `nm` command? I'd expect following symlinks to ultimately get you to something like `/opt/local/lib/libgcc/libgfortran.3.dylib`; the precise path doesn't matter, so long as it's ultimately reachable from whatever wcslib is using. The path that wcslib is using looks plausible to me -- if following symlinks from there doesn't get you to a `libgfortran`, then it probably means your gcc installation is broken. If it does, then check if the library provides the missing symbols (using `nm`, as above). If it doesn't, then, again, it looks like your gcc installation is broken. If the library both exists and contains the missing symbols, there may be a problem with the wcslib build. -- Ticket URL: <https://trac.macports.org/ticket/46911#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X