[MacPorts] #56436: julia fails to build on snowleopard, the linker fails "ld: library not found for -lssp"

MacPorts noreply at macports.org
Sat May 5 19:24:04 UTC 2018


#56436: julia fails to build on snowleopard, the linker fails "ld: library not
found for -lssp"
----------------------------+--------------------------------------------
  Reporter:  chrisjogorman  |      Owner:  (none)
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.4.3
Resolution:                 |   Keywords:  linker julia snowleopard -lssp
      Port:  julia          |
----------------------------+--------------------------------------------

Comment (by kencu):

 `/opt/local/lib/gcc7/libssp.dylib` is part of `gcc7`. There are similar
 libraries for other versions of `gcc`.

 So -- as this port LOOKS like it is only c and not c++  -- you **might**
 get lucky and try this:
 {{{
 sudo port clean julia
 sudo port -v install gcc7
 sudo port -v install julia configure.compiler=macports-gcc7
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/56436#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list