I want to run wine on a P2 laptop that doesn't have compiler and such installed. I have a P3 box that does. I looked over the results of ./configure and didn't see anything that looked like it had turned on any P3 specific options.
The plan is to compile on the p3 then on the P2 nfs mount the wine source dir and run make install.
Is this a good plan?
Carl Karsten
Le mar 05/10/2004 à 08:34, Carl Karsten (435025) a écrit :
I want to run wine on a P2 laptop that doesn't have compiler and such installed. I have a P3 box that does. I looked over the results of ./configure and didn't see anything that looked like it had turned on any P3 specific options.
The plan is to compile on the p3 then on the P2 nfs mount the wine source dir and run make install.
If you don't specify any -march flag, it'll default to the compiler's default (probably run on i386, optimize for i686).
So no, there shouldn't be any problem (unless you specify a -march flag bigger than pentium2).
Vincent