[MacPorts] #59205: failed to build pth under macOS 10.4.11
MacPorts
noreply at macports.org
Mon Oct 7 18:48:38 UTC 2019
#59205: failed to build pth under macOS 10.4.11
---------------------+----------------------------
Reporter: dzhub | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone: MacPorts 2.7.0
Component: ports | Version: 2.6.1
Resolution: | Keywords:
Port: pth |
---------------------+----------------------------
Comment (by kencu):
Although you do need to do those things I mentioned, and to make sure that
you followed the instructions to install the compiler `apple-gcc42` with
the `-bootstrap` variant, even after doing that, you may have issues:
{{{
:info:build ./libtool --mode=link --quiet /opt/local/bin/gcc-apple-4.2 -o
libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo
pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo
pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo
pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo
pth_compat.lo pth_string.lo \
392 :info:build -rpath /opt/local/lib -version-info `./shtool version
-lc -dlibtool pth_vers.c`
}}}
the link want to use `-rpath`, which Tiger's linker doesn't support.
I'm working on that issue...
--
Ticket URL: <https://trac.macports.org/ticket/59205#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list