Compiling P4 optimized PearPC under Mandrake 10

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
Ph0eniX
Mac Mechanic
Posts: 154
Joined: Sun May 23, 2004 6:29 am

Compiling P4 optimized PearPC under Mandrake 10

Post by Ph0eniX »

My self compiled builds (in Mandrake 10) of PearPC are running considerably slower than the P4 optimized versions of Win32 builds available for download. I'm wondering if I'm not using the correct options. Here they are:

./configure --enable-fpo --enable-gui --enable-cpu=jitc_x86

Are there any other ones that I'm missing that would possibly make it faster?
Last edited by Ph0eniX on Wed May 26, 2004 2:24 pm, edited 1 time in total.
User avatar
Cat_7
Expert User
Posts: 6172
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

go (con)figure

Post by Cat_7 »

Hello,

I use:

configure --enable-gui=qt --enable-cpu=jitc_32

at my place the "enable fpo" is not recognized as a valid option

and the builds seem faster than the one's for windows.
see http://pearpc.sourceforge.net/getstart.html for further options

Cat_7
Ph0eniX
Mac Mechanic
Posts: 154
Joined: Sun May 23, 2004 6:29 am

Post by Ph0eniX »

I used your options. It's even slower now. I don't think it compiled JITC.
Guest

Post by Guest »

I think you should be
configure --enable-gui=qt --enable-cpu=jitc_x86
not jitc_32
Locked