#48901: tao @ 6.3.3 update to newer release ------------------------------+--------------------------------- Reporter: tlockhart1976@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: haspatch maintainer Port: tao | ------------------------------+--------------------------------- Comment (by ryandesign@…): Replying to [comment:3 tlockhart1976@…]:
...
I'm rerunning now to preserve the log and determine what compiler is being used for my build...
Curious. Here is what I'm using on my Yosemite machine (from inspecting the log during the build process):
{{{ $ /usr/bin/clang++ --version Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0 Thread model: posix }}}
I've attached my log. I'm using the same compiler as you.
btw, how can I preserve the log after a successful build? "port install -s -k -d" did not do it.
Single-letter (i.e. global) flags do nothing unless you place them before the verb ("install" in this case). So you would need to run "sudo port -s -k -d install" or equivalently "sudo port -skd install". -- Ticket URL: <https://trac.macports.org/ticket/48901#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X