[MacPorts] #49764: babl @0.1.14 should not require clang-3.4
MacPorts
noreply at macports.org
Tue Nov 24 21:55:10 PST 2015
#49764: babl @0.1.14 should not require clang-3.4
--------------------------+----------------------
Reporter: braumann@… | Owner: devans@…
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: powerpc
Port: babl |
--------------------------+----------------------
Comment (by jeremyhu@…):
Darn. That's unfortunate. On my x86_64 MacMini, I'm able to compile
simple C code for ppc and run it through rosetta:
{{{
~ $ cat hello.c
#include <stdio.h>
int main() {
printf("Hello!\n");
return 0;
}
~ $ clang-mp-3.4 -arch ppc hello.c -o hello.ppc
~ $ ./hello.ppc
Hello!
}}}
---
Is the cctools port installed and active on your 10.6.8 box when you are
seeing that error?
--
Ticket URL: <https://trac.macports.org/ticket/49764#comment:11>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list