harlock59
2011-Oct-02 18:00 UTC
[Wine] i'd like to know how to add support for i386 on a power pc m
Hello, i'm using a power pc mac and i'd like to build attesor (qemu). but when i type file /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib i get: /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib: Mach-O universal binary with 2 architectures /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib (for architecture ppc): Mach-O dynamically linked shared library stub ppc /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library stub ppc64 i'd like to know how to enable support for i386. thanks.
James McKenzie
2011-Oct-03 01:27 UTC
[Wine] i'd like to know how to add support for i386 on a power pc m
On 10/2/11 11:00 AM, harlock59 wrote:> Hello, > > i'm using a power pc mac and i'd like to build attesor (qemu). > > but when i type file /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib > > i get: > > /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib: Mach-O universal binary with 2 architectures > /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib (for architecture ppc): Mach-O dynamically linked shared library stub ppc > /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library stub ppc64 > >You will have to ask this on the Apple Developer site. James