[MacPorts] #36444: perl 5.12 +universal build failed
MacPorts
noreply at macports.org
Sun Oct 7 12:35:53 PDT 2012
#36444: perl 5.12 +universal build failed
------------------------+--------------------------------
Reporter: poorsod@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: perl5.12 |
------------------------+--------------------------------
Comment (by jeremyhu@…):
You're missing the bigger issue poorsod. It shouldn't be linking against
/opt/local/lib/libstdc++.6.dylib from what I can tell from the build log.
Please try to figure out why it's trying to link against
/opt/local/lib/libstdc++.6.dylib instead of /usr/lib/libstdc++.dylib
For the life of me, I can't seem to trick clang into asking the linker to
use /opt/local/lib/libstdc++.6.dylib (unless I pass in the full path to
/opt/local/lib/libstdc++.6.dylib). I tried setting LIBRARY_PATH and
making my environment as close to what is used at build time, but it's
still using /usr/lib/libstdc++.dylib.
Can you please try to reproduce this issue and rerun the link command with
-v, so clang will output the command line it is using to call ld?
--
Ticket URL: <https://trac.macports.org/ticket/36444#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list