> On Aug 1, 2016, at 4:05 PM, Ken Cunningham <[email protected]> > wrote: > > Interestingly, I just went to update my libmacho and libunwind to the > universal variants given this conversation (already did the cxx and cxxabi > ports) -- but oddly, perhaps, this seemingly fully functional 10.6.8 /libc++ > system with clang-3.8, all installed through macports, has neither libmacho > nor libunwind installed. But it does have the headers.
Yes, libmacho and libunwind are pulled in for Leopard. SL's system versions are good enough. > > For your consideration.... > > Ken > > > > port -v installed libcxxabi > The following ports are currently installed: > libcxxabi @3.7.0_1+universal (active) platform='darwin 10' archs='i386 x86_64' > > port -v installed libcxx > The following ports are currently installed: > libcxx @3.7.1_0+universal (active) platform='darwin 10' archs='i386 x86_64' > > port -v installed libunwind* > The following ports are currently installed: > libunwind-headers @3.7.0_1 (active) platform='darwin 10' archs='noarch' > > port -v installed libmac* > The following ports are currently installed: > libmacho-headers @877.8_0 platform='darwin 10' archs='noarch' > libmacho-headers @886_0 (active) platform='darwin 10' archs='noarch' > > > > >> >> >> libcxx depends on libcxxabi which depends on libunwind and libmacho. We'd >> need to force all four to build +universal for that. >> >> r150880 >> >> --Jeremy >> > _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
