[MacPorts] #56554: pdftk is using libstdc++ (this installation is configured to use libc++)
MacPorts
noreply at macports.org
Tue May 29 16:02:16 UTC 2018
#56554: pdftk is using libstdc++ (this installation is configured to use libc++)
-----------------------+------------------------
Reporter: angelog0 | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.0
Resolution: | Keywords:
Port: pdftk |
-----------------------+------------------------
Comment (by ryandesign):
`configure.cxx_stdlib libstdc++` means the port uses
/usr/lib/libstdc++.6.dylib, which is not the case here.
`configure.cxx_stdlib macports-libstdc++` means the port uses
/opt/local/lib/libgcc/libstdc++.6.dylib, which is the case here, but I was
not expecting each port that compiles with MacPorts g++ to have to do that
individually. Why should that be necessary? Why can't MacPorts base do it
automatically when a port is using MacPorts g++?
--
Ticket URL: <https://trac.macports.org/ticket/56554#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list