[MacPorts] #56436: julia fails to build on snowleopard, the linker fails "ld: library not found for -lssp"
MacPorts
noreply at macports.org
Wed Aug 21 13:55:11 UTC 2019
#56436: julia fails to build on snowleopard, the linker fails "ld: library not
found for -lssp"
----------------------------+-----------------------
Reporter: chrisjogorman | Owner: essandess
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.4.3
Resolution: | Keywords:
Port: julia |
----------------------------+-----------------------
Comment (by mf2k):
Indeed and I am one without legacy skills. I would just look at other
portfiles for guidance. Here is a code snippet that was just committed
which checks Xcode version:
{{{
if {[vercmp $xcodeversion 5] >= 0 && [vercmp $xcodeversion 10.0] < 0} {
...
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56436#comment:18>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list